Skip to content

feat: add create cluster sem checks#388

Open
varex83 wants to merge 1 commit into
mainfrom
bohdan/create-cluster-cmp
Open

feat: add create cluster sem checks#388
varex83 wants to merge 1 commit into
mainfrom
bohdan/create-cluster-cmp

Conversation

@varex83
Copy link
Copy Markdown
Collaborator

@varex83 varex83 commented May 11, 2026

No description provided.

FEE_RECIPIENT_ADDRESS="0xDeaDbeefdEAdbeefdEadbEEFdeadbeEFdEaDbeeF"
WITHDRAWAL_ADDRESS="0xDeaDbeefdEAdbeefdEadbEEFdeadbeEFdEaDbeeF"

EXACT=0
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Can the exact work? since the seed for charon and pluto will be different.

Comment on lines +16 to +26
if [[ -z "${PLUTO_BIN:-}" ]]; then
PLUTO_BIN="${ROOT_DIR}/target/debug/pluto"
fi

if [[ -z "${CHARON_BIN:-}" ]]; then
if [[ -x "${ROOT_DIR}/../charon/charon" ]]; then
CHARON_BIN="${ROOT_DIR}/../charon/charon"
else
CHARON_BIN="charon"
fi
fi
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

should expect to set the path, the ../charon seems a bit off. Also the charon_bin should be required, otherwise we can run with different version of charon.

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