Skip to content

feat: event feed [skip-line-limit]#1475

Draft
ryardley wants to merge 22 commits intomainfrom
ry/1468-event-feed
Draft

feat: event feed [skip-line-limit]#1475
ryardley wants to merge 22 commits intomainfrom
ry/1468-event-feed

Conversation

@ryardley
Copy link
Member

@ryardley ryardley commented Mar 24, 2026

Closes: #1468

  • Dummy event feed to test events
  • Using the feed was excessively verbose when using json serialization so here we provide AsBytesSerde and BytesSerde trait and macro combination so that bytes like values such as ArcBytes Seed and EventId serialize in concise human readable ways for json but compact ways for binary.
  • Replaced all Vec<u8> within events with ArcBytes to take advantage of serialization memory and debugging advantages
  • Setup REST interface
  • Test REST interface in integration test
  • Remove dummy data

@vercel
Copy link

vercel bot commented Mar 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
crisp Ready Ready Preview, Comment Mar 26, 2026 9:26pm
enclave-docs Ready Ready Preview, Comment Mar 26, 2026 9:26pm

Request Review

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 24, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 087fd9c4-a2cf-4048-b15f-9338c37017d6

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ry/1468-event-feed

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ryardley ryardley changed the title feat: event feed feat: event feed [skip-line-limit] Mar 24, 2026
@vercel vercel bot temporarily deployed to Preview – enclave-docs March 24, 2026 04:26 Inactive
@vercel vercel bot temporarily deployed to Preview – crisp March 24, 2026 04:26 Inactive
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.

provide api for connecting to eventlog

1 participant