aws-samples / aws-blockchain-node-runners

Run blockchain nodes on cloud
https://aws-samples.github.io/aws-blockchain-node-runners/
MIT No Attribution
56 stars 47 forks source link

Fail to deploy consensus mainnet-beta node #142

Closed lubao closed 1 week ago

lubao commented 2 weeks ago

Description

Encounter following error while running npx cdk deploy solana-single-node --json --outputs-file single-node-deploy.json to deploy Solana consensus node:

/workspaces/web3-workshop/aws-blockchain-node-runners/lib/solana/lib/ha-nodes-stack.ts:79
            throw new Error("Consensus node configuration is not yet supported for HA setup");

Versions

Reproduction Code [Required]

npx cdk deploy solana-single-node --json --outputs-file single-node-deploy.json

Steps to reproduce the behavior:

1/ cp sample-configs/.env-sample-consensus .env 2/ npx cdk deploy solana-single-node --json --outputs-file single-node-deploy.json

Expected behavior

Actual behavior

/workspaces/web3-workshop/aws-blockchain-node-runners/lib/solana/lib/ha-nodes-stack.ts:79
            throw new Error("Consensus node configuration is not yet supported for HA setup");

Terminal Output Screenshot(s)

Screenshot 2024-11-07 at 11 06 21 AM

Additional context

frbrkoala commented 1 week ago

Fixed in https://github.com/aws-samples/aws-blockchain-node-runners/pull/145