Skip to content

refactor: remove crudr peer transport#366

Draft
raymondjacobson wants to merge 1 commit into
codex/core-mediorum-write-switchfrom
codex/remove-crudr-transport
Draft

refactor: remove crudr peer transport#366
raymondjacobson wants to merge 1 commit into
codex/core-mediorum-write-switchfrom
codex/remove-crudr-transport

Conversation

@raymondjacobson

Copy link
Copy Markdown
Contributor

Summary

  • remove CRUDR peer clients, push/sweep routes, upload scroller, outbox metrics, and seeding poller
  • keep the local mediorum op-log/data-layer application path, with Core as the only metadata communication layer
  • update tests that previously forced CRUDR sweeps to replay Core mediorum operations instead

Compatibility

  • Backward compatible with the intended rollout stack: this should land only after PR1 readers and PR2 Core writers have shipped.
  • Forward compatible: all metadata ops are carried by Core transactions, and repeated delivery remains idempotent by ULID.

Verification

  • go test ./pkg/core/server -run 'Test(IsValidSignedTransaction|ValidateMediorumOperationShape)'
  • go test ./pkg/mediorum/crudr -run '^$'
  • go test -c ./pkg/mediorum/server -o /tmp/mediorum-server-pr3.test
  • git diff --cached --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant