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: Implement Hermes IPFS runtime extension functionality #272

Merged
merged 61 commits into from
Jul 15, 2024

Conversation

saibatizoku
Copy link
Contributor

@saibatizoku saibatizoku commented Jul 1, 2024

Description

Implement Hermes IPFS runtime extension functionality

  • Updates hermes-ipfs crate
  • Updates WASI definitions
  • Implements thread-safe API and state for IPFS operations
  • Adds WASM module testing of IPFS
  • Fixes Earthly targets for Rust integration tests

Related Issue(s)

Closes #271

Please confirm the following checks

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream module

@saibatizoku saibatizoku added enhancement New feature or request draft Draft labels Jul 1, 2024
@saibatizoku saibatizoku self-assigned this Jul 1, 2024
Copy link

@FelipeRosa FelipeRosa left a comment

Choose a reason for hiding this comment

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

Made a couple of comments but overall LGTM

saibatizoku and others added 2 commits July 11, 2024 07:05
Copy link
Collaborator

@stevenj stevenj left a comment

Choose a reason for hiding this comment

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

Looks OK to me

@stevenj stevenj merged commit 9fa4890 into main Jul 15, 2024
36 checks passed
@stevenj stevenj deleted the feat/hermes-ipfs-rte branch July 15, 2024 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request review me PR is ready for review
Projects
Archived in project
5 participants