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

Make db-models no-std #14429

Open
mattsse opened this issue Feb 11, 2025 · 3 comments
Open

Make db-models no-std #14429

mattsse opened this issue Feb 11, 2025 · 3 comments
Assignees
Labels
A-dependencies Pull requests or issues that are about dependencies C-enhancement New feature or request D-good-first-issue Nice and easy! A great choice to get started

Comments

@mattsse
Copy link
Collaborator

mattsse commented Feb 11, 2025

Describe the feature

is currently not no-std blocking progress on #14362 and #13041

name = "reth-db-models"

TODO

  • add lib.rs header
#![doc(
    html_logo_url = "https://raw.githubusercontent.com/paradigmxyz/reth/main/assets/reth-docs.png",
    html_favicon_url = "https://avatars0.githubusercontent.com/u/97369466?s=256",
    issue_tracker_base_url = "https://github.com/paradigmxyz/reth/issues/"
)]
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
#![cfg_attr(not(feature = "std"), no_std)]

Additional context

No response

@mattsse mattsse added C-enhancement New feature or request S-needs-triage This issue needs to be labelled labels Feb 11, 2025
@mattsse mattsse added D-good-first-issue Nice and easy! A great choice to get started A-dependencies Pull requests or issues that are about dependencies and removed S-needs-triage This issue needs to be labelled labels Feb 11, 2025
@frankudoags
Copy link
Contributor

can I work on this please?

@mattsse
Copy link
Collaborator Author

mattsse commented Feb 11, 2025

assigned, ty

dealing with features like this is sometimes a bit hard, so please open a draft in case you get stuck

@frankudoags
Copy link
Contributor

Duly noted, will open up a draft soon and would love to get your opinion on current implementation so far

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Pull requests or issues that are about dependencies C-enhancement New feature or request D-good-first-issue Nice and easy! A great choice to get started
Projects
Status: Todo
Development

No branches or pull requests

2 participants