wormhole/bridge
Hendrik Hofstadt 8e6dc495dc bridge: remove VAA timeout
Closes #35
2020-08-28 08:49:46 +02:00
..
cmd VAA guardian devnet submission 2020-08-27 17:46:40 +02:00
pkg bridge: remove VAA timeout 2020-08-28 08:49:46 +02:00
Dockerfile bridge: devnet guardian key generation 2020-08-17 18:20:28 +02:00
README.md bridge: README stub 2020-08-04 19:52:41 +02:00
go.mod bridge: listen to eth lockups and aggregate signatures from all nodes 2020-08-19 14:24:38 +02:00
go.sum bridge: listen to eth lockups and aggregate signatures from all nodes 2020-08-19 14:24:38 +02:00

README.md

The bridge

The bridge is a lightweight, distributed cross-chain notary. Read the the protocol spec first.

  • Leaderless. There is no synchrony/consensus or proposers - the bridge merely observes finalized transactions on one chain, signs them using its piece of the joint key, and pushes its signature to an off-chain peer-to-peer network. Once 2/3+ of the guardian set agree, the threshold signature is valid and this jointly signed proof (which we call a Verifiable Action Approval or VAA) can be posted to the other chain to release or mint funds that were locked/burned on the first.

  • Stateless. Nodes do not keep persistent state about transactions they observed.