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

update smoldot #755

Merged
merged 4 commits into from
May 21, 2024
Merged

update smoldot #755

merged 4 commits into from
May 21, 2024

Conversation

qiweiii
Copy link
Member

@qiweiii qiweiii commented May 17, 2024

#754

update smoldot to include ext_storage_proof_size_storage_proof_size_version_1

executor/src/task.rs Outdated Show resolved Hide resolved
callback: JsCallback = emptyTaskHandler,
) => {
export const runTask = async (task: TaskCall, callback: JsCallback = emptyTaskHandler) => {
if (!task.storageProofSize) {
Copy link
Member

Choose a reason for hiding this comment

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

let task2 = {
  ...task,
  storageProofSize: task.storageProofSize ?? 0
}

avoid modify input parameter

@xlc xlc merged commit 15ef228 into master May 21, 2024
6 checks passed
@xlc xlc deleted the update-smoldot branch May 21, 2024 08:27
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