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: add blob-explorer crate #42

Merged
merged 14 commits into from
Apr 23, 2024
Merged

feat: add blob-explorer crate #42

merged 14 commits into from
Apr 23, 2024

Conversation

mattsse
Copy link
Member

@mattsse mattsse commented Apr 21, 2024

closes #31

support for most useful endpoints:

  • blocks/id
  • transactions/id

types will most likely be changed a bit because some of them can be potentially unified for multiple endpoints

Copy link
Member

@onbjerg onbjerg left a comment

Choose a reason for hiding this comment

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

smol nits

crates/blob-explorers/src/lib.rs Outdated Show resolved Hide resolved
crates/blob-explorers/src/lib.rs Outdated Show resolved Hide resolved
crates/blob-explorers/src/request.rs Outdated Show resolved Hide resolved
crates/blob-explorers/src/request.rs Outdated Show resolved Hide resolved
crates/blob-explorers/src/request.rs Outdated Show resolved Hide resolved
mattsse and others added 4 commits April 22, 2024 11:28
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
@mattsse
Copy link
Member Author

mattsse commented Apr 23, 2024

merging this so we can iterate on it

@mattsse mattsse merged commit 19a1365 into main Apr 23, 2024
8 checks passed
@DaniPopes DaniPopes deleted the matt/add-blob-explorer-crate branch May 4, 2024 12:12
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.

Add blobscan client
2 participants