ethpandaops / ethereum-package

A Kurtosis package that deploys a private, portable, and modular Ethereum devnet
MIT License
256 stars 147 forks source link

Add easy way to sync private testnet or devnet #389

Closed igor-ritual closed 8 months ago

igor-ritual commented 11 months ago

Issue similar to https://github.com/kurtosis-tech/ethereum-package/issues/378

This issue involves running two enclaves:

What considerations or challenges are involved? Does this issue make sense?

barnabasbusa commented 10 months ago

378 is going to enable anyone to quickly sync a public testnet/devnet.

This issue is about syncing another kurtosis enclave? May I ask what is your use case?

igor-ritual commented 10 months ago

The use case is to run a private testnet/devnet. It appears #378 unblocks this requirement. The idea is to start one enclave with a single genesis node and other enclaves in different machines joining the new private testnet.

barnabasbusa commented 10 months ago

378 will not work for other kurtosis devnets. It will work for ethpandaops' organized devnets only.

barnabasbusa commented 10 months ago

Are we good to close this issue?