Skip to content

Fix various compilation errors for no-std in crates #9478

@mattsse

Description

@mattsse

Describe the feature

crates that are offending cargo c --no-default-features

  • ethereum-forks
  • primitives
  • primitives-traits
  • ...

TODO

  • fix by doing various fix like
#[cfg(not(feature = "std"))]
use alloc::vec::Vec;

extern crate alloc

etc

Additional context

No response

Metadata

Metadata

Assignees

Labels

C-debtA clean up/refactor of existing codeD-good-first-issueNice and easy! A great choice to get started

Type

No type
No fields configured for issues without a type.

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions