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(client/host): Oracle-backed Blob fetcher #255

Merged
merged 1 commit into from
Jun 16, 2024
Merged

Conversation

clabby
Copy link
Collaborator

@clabby clabby commented Jun 15, 2024

Overview

Implements the oracle-backed blob fetcher for the client program

@clabby clabby self-assigned this Jun 15, 2024
@clabby clabby added K-feature Kind: feature A-client Area: client binary labels Jun 15, 2024
@clabby clabby marked this pull request as draft June 15, 2024 23:33
@clabby clabby force-pushed the cl/oracle-blob-fetcher branch from 0714637 to cc2c125 Compare June 15, 2024 23:40
@codecov-commenter
Copy link

codecov-commenter commented Jun 15, 2024

Codecov Report

Attention: Patch coverage is 22.22222% with 126 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@0b13877). Learn more about missing BASE report.

Files Patch % Lines
bin/host/src/fetcher/mod.rs 0.0% 54 Missing ⚠️
bin/programs/client/src/l1/blob_provider.rs 0.0% 42 Missing ⚠️
bin/host/src/main.rs 0.0% 30 Missing ⚠️
Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@clabby clabby force-pushed the cl/oracle-blob-fetcher branch from cc2c125 to 27b9970 Compare June 15, 2024 23:57
@clabby clabby marked this pull request as ready for review June 16, 2024 00:05
@clabby clabby added this to the Phase 3: Kona Client & Host milestone Jun 16, 2024
@clabby clabby linked an issue Jun 16, 2024 that may be closed by this pull request
@clabby clabby force-pushed the cl/oracle-derive-traits branch from 4bb663d to 5d84e79 Compare June 16, 2024 17:55
@clabby clabby force-pushed the cl/oracle-blob-fetcher branch from 27b9970 to fd50500 Compare June 16, 2024 17:55
@clabby clabby force-pushed the cl/oracle-blob-fetcher branch from fd50500 to 18d7194 Compare June 16, 2024 20:16
@clabby clabby changed the base branch from cl/oracle-derive-traits to main June 16, 2024 20:16
@refcell refcell enabled auto-merge June 16, 2024 20:19
Implements the oracle-backed blob fetcher for the client program
@clabby clabby force-pushed the cl/oracle-blob-fetcher branch from 18d7194 to 877f22e Compare June 16, 2024 20:51
@refcell refcell added this pull request to the merge queue Jun 16, 2024
Merged via the queue into main with commit d1a3f08 Jun 16, 2024
14 checks passed
This was referenced Jun 16, 2024
@github-actions github-actions bot mentioned this pull request Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-client Area: client binary K-feature Kind: feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(host): Final preimage hint routes
3 participants