You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The canonical branch for running Kintsugi is unstable.
Notes to Interop Teams
We're keeping scripts that can run Lighthouse testnets against the EL clients at sig/lighthouse-kintsugi.
Building Lighthouse from Source
You'll need to install Rust, we recommend using the standard rustup tool. The commands here will install the binaries to ~/.cargo/bin, so you'll need to make sure that's on your PATH.
Once you have installed Rust, install Lighthouse with:
git clone git@github.com:sigp/lighthouse.git
cd lighthouse
git checkout unstable
make
Optional: to get the lcli binary, run make install-lcli.
Lighthouse via Docker
docker run sigp/lighthouse:unstable lighthouse --version
Sometimes we use lcli (Lighthouse CLI) for creating testnets. You can also find it on Dockerhub at sigp/lcli:unstable.
TODO
High Priority (M1)
M1 Complete
Medium Priority
Modify proto-array so it may select between verified/non-verified heads.
Kintsugi is the unique and traditional Japanese art of repairing broken, chipped and cracked pottery using lacquer and gold.
Description
This is the canonical tracking issue for the Kintsugi 🍵 testnets in November 2021.
Kintsugi Milestones: https://notes.ethereum.org/@djrtwo/kintsugi-milestones
Kintsugi Spec: https://hackmd.io/@n0ble/kintsugi-spec
The canonical branch for running Kintsugi is
unstable
.Notes to Interop Teams
We're keeping scripts that can run Lighthouse testnets against the EL clients at sig/lighthouse-kintsugi.
Building Lighthouse from Source
You'll need to install Rust, we recommend using the standard
rustup
tool. The commands here will install the binaries to~/.cargo/bin
, so you'll need to make sure that's on yourPATH
.Once you have installed Rust, install Lighthouse with:
git clone git@github.com:sigp/lighthouse.git cd lighthouse git checkout unstable make
Optional: to get the
lcli
binary, runmake install-lcli
.Lighthouse via Docker
Sometimes we use
lcli
(Lighthouse CLI) for creating testnets. You can also find it on Dockerhub atsigp/lcli:unstable
.TODO
High Priority (M1)
M1 Complete
Medium Priority
validate_merge_block
after-the-fact if we did an optimistic sync.Low Priority
get_pow_block
ethereum/consensus-specs#2636 is resolved.The text was updated successfully, but these errors were encountered: