Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Light Client + Eth2 -> Substrate (Tangle) Relayer (#145)
* add eth2 light client code * Reduce sessions per era (#141) (#142) Co-authored-by: 1xstj <106580853+1xstj@users.noreply.github.com> * Update StoragePricePerByte * Update eth2client genesis config in chain spec, fix storage price bytes in runtime * sanitize scripts, update to webb proposals 0.5.5 * reduce time * Update and use local paths * pull latest dkg * switch to session pallet rotation logic * switch to dkg metadata rotation for parachain * add logic for ensuring orphaned processes don't silently use up ports * do not use local paths * cargo update * clippy lint * clippy lints * swith away from session progress * fix stash balance * Revert "fix stash balance" This reverts commit 080d57d. * fix stash balance * add new rpc to parachain runtime * cleanup files * pull latest dkg-substrate * fix parachain threshold to 2/3 * add 4-of-10 standalone * bump latest dkg * add dkg networking changes * add bridge registry to runtimes * update dkg-substrate * update runtimes * bump verion * remove default bridge * Remove standalone local chainspec, doesn't need to be committed * Update gitignore to not include local chainspecs * fix eth-light-client import * switch to tags for pallet-light-client --------- Co-authored-by: Drew Stone <drewstone329@gmail.com> Co-authored-by: 1xstj <106580853+1xstj@users.noreply.github.com>
- Loading branch information