vacp2p / wakurtosis

4 stars 3 forks source link

discv5: porting discv5 fully into kurtosis #134

Open 0xFugue opened 1 year ago

0xFugue commented 1 year ago

currently discv5 service launch happens outside the kurtosis.

we can port this fully to gennet/kurtosis as follows: designate one or more special nodes as discv5 nodes in gennet, launch them inside the kurtosis enclave, get their ENR via json rpc (inside starlark) and pass the ENR as a CLI to all the non-discv5 nodes during service launch.