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

Implements BlockBackend and HeaderBackend for client.Client #4542

Merged
merged 5 commits into from
Feb 19, 2025

Conversation

dimartiro
Copy link
Contributor

@dimartiro dimartiro commented Feb 13, 2025

Changes

Introduce BlockBackend and its implementation as well as HeaderBackend implementation for client.Client

Summary

  • Introduce BlockBackend interface
  • Implements BlockBackend interface for client.Client
  • Implements HeaderBackend interface for client.Client
  • Tests

Tests

make test

Issues

Closes: #4474

@dimartiro dimartiro self-assigned this Feb 13, 2025
@dimartiro dimartiro marked this pull request as ready for review February 13, 2025 15:57
@dimartiro dimartiro changed the base branch from refactor/client-db to development February 14, 2025 00:59
@dimartiro dimartiro force-pushed the diego/block_header-backend-client branch from fc45a45 to f4772e0 Compare February 14, 2025 01:00
@dimartiro dimartiro force-pushed the diego/block_header-backend-client branch from 3075d32 to 6c93301 Compare February 18, 2025 17:40
@dimartiro dimartiro merged commit 2d4f1b8 into development Feb 19, 2025
24 checks passed
@dimartiro dimartiro deleted the diego/block_header-backend-client branch February 19, 2025 01:48
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.

Implement BlockBackend and HeaderBackend for Client type.
3 participants