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

fix: Change stored_chunks return type #512

Merged
merged 3 commits into from
Feb 8, 2024

Conversation

adamspofford-dfinity
Copy link
Contributor

stored_chunks is destined to change from returning blob to record { hash: blob }. This changes the Rust type to the latter, with a manual deserialization impl that also accepts the former.

@adamspofford-dfinity adamspofford-dfinity marked this pull request as ready for review February 7, 2024 17:55
@adamspofford-dfinity adamspofford-dfinity requested a review from a team as a code owner February 7, 2024 17:55
Copy link
Member

@ericswanson-dfinity ericswanson-dfinity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changelog

@adamspofford-dfinity adamspofford-dfinity merged commit 82dda15 into main Feb 8, 2024
24 checks passed
@adamspofford-dfinity adamspofford-dfinity deleted the spofford/chunkreturn branch February 8, 2024 17:54
mergify bot pushed a commit to dfinity/sdk that referenced this pull request Feb 8, 2024
This includes the compatibility change to the chunked wasm API in dfinity/agent-rs#512
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.

2 participants