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: Migrate to no_std #71

Merged
merged 1 commit into from
Jul 9, 2024
Merged

feat: Migrate to no_std #71

merged 1 commit into from
Jul 9, 2024

Conversation

shuhuiluo
Copy link
Collaborator

This commit migrates the codebase to use no_std, shifting various library imports from std to core and alloc. It also removes std::sync::Mutex and a cache intended to store Ether instances. A configuration attribute for disabling std in non-test environments has been added in lib.rs. All necessary changes to enable compatibility with no_std environments have been accounted for.

This commit migrates the codebase to use `no_std`, shifting various library imports from `std` to `core` and `alloc`. It also removes `std::sync::Mutex` and a cache intended to store Ether instances. A configuration attribute for disabling `std` in non-test environments has been added in `lib.rs`. All necessary changes to enable compatibility with `no_std` environments have been accounted for.
@malik672 malik672 merged commit 6401616 into master Jul 9, 2024
2 checks passed
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.

2 participants