Skip to content

Commit

Permalink
Light Client + Eth2 -> Substrate (Tangle) Relayer (#145)
Browse files Browse the repository at this point in the history
* 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
3 people authored Mar 12, 2023
1 parent 7dbe98b commit 9706fb2
Show file tree
Hide file tree
Showing 8 changed files with 646 additions and 8,697 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ genesis-wasm-local
para/
template-local-raw.json

# Chainspec fixtures
chainspecs/standalone-local.json

# NodeJS
**/node_modules/
resources/para-2076-genesis
resources/para-2076-wasm
.env

.idea
.idea
Loading

0 comments on commit 9706fb2

Please sign in to comment.