Skip to content
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

feat(protocol): Batch Encoding #259

Merged
merged 3 commits into from
Nov 15, 2024
Merged

feat(protocol): Batch Encoding #259

merged 3 commits into from
Nov 15, 2024

Conversation

refcell
Copy link
Collaborator

@refcell refcell commented Nov 15, 2024

Description

Implements encoding for batch types.

Steps in the direction to batch submission.

@refcell refcell added the A-protocol Area: protocol crate label Nov 15, 2024
@refcell refcell added the C-enhancement Category: New feature or request label Nov 15, 2024
@refcell
Copy link
Collaborator Author

refcell commented Nov 15, 2024

📚 $\text{Stack Overview}$

Pulls submitted in this stack:

This comment was automatically generated by st.

@refcell refcell self-assigned this Nov 15, 2024
crates/protocol/src/batch/core.rs Outdated Show resolved Hide resolved
crates/protocol/src/batch/raw.rs Show resolved Hide resolved
@refcell refcell added this pull request to the merge queue Nov 15, 2024
Merged via the queue into main with commit 457be7c Nov 15, 2024
19 checks passed
@refcell refcell deleted the rf/feat/batch-encoding branch November 15, 2024 19:42
github-merge-queue bot pushed a commit that referenced this pull request Nov 15, 2024
### Description

Since #259 adds `Batch` encoding, book examples can decode and encode
directly to and from the `Batch` types instead of the `SingleBatch`
type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-protocol Area: protocol crate C-enhancement Category: New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants