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

[DO NOT MERGE] devnet testing for FIP-0079 #4321

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

hanabi1224
Copy link
Contributor

@hanabi1224 hanabi1224 commented May 14, 2024

Summary of changes

This PR runs Integration tests / Devnet checks with a custom lotus image LOTUS_IMAGE=ghcr.io/chainsafe/lotus-devnet:2024-05-14-0ac3cf4 that is built from the FIP0079-testing branch in lotus.

To run the devnet checks locally:

  1. Install rust and docker toolchains
  2. Checkout hm/devnet-test-FIP-0079 branch of forest
  3. Run ./scripts/devnet/setup.sh
  4. Run ./scripts/devnet/check.sh
  5. Run docker logs -f [forest|lotus] to inspect logs

Reference issue to close (if applicable)

Closes

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

@@ -13,6 +13,7 @@ RUN git clone --depth 1 --branch FIP0079-testing https://github.com/filecoin-pro

RUN CGO_CFLAGS_ALLOW="-D__BLST_PORTABLE__" \
CGO_CFLAGS="-D__BLST_PORTABLE__" \
FFI_USE_BLST_PORTABLE="1" \
Copy link
Member

Choose a reason for hiding this comment

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

Should we have a mergeable PR with this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will do

Copy link
Contributor Author

Choose a reason for hiding this comment

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

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.

None yet

2 participants