Skip to content

Conversation

@chetanyb
Copy link
Contributor

@chetanyb chetanyb commented Dec 28, 2025

Summary

Recently ream removed support for the runtime-based flag (ReamLabs/ream#1099). This PR removes the deprecated devnet flags that were causing launch failures in both docker and binary modes.

Important Note

Since the devnet selection is now a compile-time feature, you must ensure that your ream binary is built with the appropriate feature flag enabled if you are using the binary setup mode.

  1. For example, to build for devnet1 (default):

    cargo build --release --features devnet1
    
  2. For devnet2:

    cargo build --release --no-default-features --features devnet2
    

NOTE: If you are using the docker image, ensure the image is built with the desired feature enabled.

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.

1 participant