-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: snapchain migration #2443
base: main
Are you sure you want to change the base?
WIP: snapchain migration #2443
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
No dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No dependency changes detected in pull request |
|
Why is this change needed?
Describe why this issue should be fixed and link to any relevant design docs, issues or other relevant items.
Merge Checklist
Choose all relevant options below by adding an
x
now or at any time before submitting for reviewPR-Codex overview
This PR introduces a new
PruneMessages
feature to manage message pruning in the system, including new request and response message types in Protobuf, updates to the RPC service, and modifications to various components to support the new functionality.Detailed summary
PruneMessagesRequest
andPruneMessagesResponse
messages inprotobufs/schemas/request_response.proto
.rpc.proto
to includePruneMessages
RPC method.clearCachedMessageCount
andclearStorageCacheForFid
instoreEventHandler.ts
andengine/index.ts
.AdminServer
to handlepruneMessages
RPC call.L2EventsProvider
to support a stopping block feature.cli.ts
for--stop-fname-transfer-id
.messageReconciliation.ts
.migration.ts
.