Leo
540e39296a
bridge: README stub
2020-08-04 19:52:41 +02:00
Leo
2a81b445b1
Import Chainlink's Distributed Schnorr implementation
...
Unmodified except for imports and addition of license files.
2020-08-04 19:52:41 +02:00
Leo
71c0e29dcf
solana: note lack of clock reliability
2020-08-04 19:52:41 +02:00
Leo
d81d916b5e
Remove reclaim mechanism from docs
2020-08-04 19:52:41 +02:00
Leo
f06c4fc50d
eth: fix typo
2020-08-04 19:52:41 +02:00
Leo
a7d17cf5aa
Add persistent keys and bootstrap peer
...
This connects all nodes to a full mesh.
2020-08-04 12:15:51 +02:00
Leo
b8c2efdf86
Simple local devnet for development
2020-08-04 12:15:51 +02:00
Leo
dd8b2ade81
libp2p stub that can find peers on a private network
...
Test Plan:
go run github.com/certusone/wormhole/bridge/cmd/guardiand -network wormhole-dev -port 9000 &
go run github.com/certusone/wormhole/bridge/cmd/guardiand -network wormhole-dev -bootstrap /ip4/127.0.0.1/udp/9000/quic/p2p/<id> -port 9001
2020-08-04 12:15:51 +02:00
Leo
39eb919aaa
Import supervision tree from internal SignOS repo
...
Once SignOS is public, we can un-vendor this.
2020-08-04 12:15:51 +02:00
Hendrik Hofstadt
20a67604fd
Implement full bridge in Solidity ( #5 )
2020-08-03 15:09:40 +02:00
Hendrik Hofstadt
7ddf910faa
Implement initial solana program ( #3 )
...
* add rust program
* update rust program
* first VAA actions
* implement full transfer
* remove token copy
* restructure and copy
2020-08-03 14:55:58 +02:00
Hendrik Hofstadt
72cbb2aec2
Implement initial spec ( #2 )
...
* docs: Upgraded design doc
* update formatting
* update set change VAA
* typo fix
* Update protocol.md
* wording and typos
* Update protocol.md
* clarify use of MultiSig and data-availability
* nits in the protocol
* fix typo
* update solana program for new spec
* track executed VAAs
* finalize initial spec
Co-authored-by: Leopold Schabel <leo@certus.one>
2020-07-31 19:51:07 +02:00
Hendrik Hofstadt
ec7f7565da
ethereum: remove admin key change feature
...
Allowing a guardian to change the admin key will enable them to cast multiple votes
2020-07-28 15:17:36 +02:00
Hendrik Hofstadt
7fad81dde0
docs: high level solana program overview
2020-07-28 12:45:33 +02:00
Hendrik Hofstadt
d4fab1190c
chore: restructure for monorepo
2020-07-28 12:39:38 +02:00
Hendrik Hofstadt
82d07db5e6
initial commit
2020-07-26 18:04:45 +02:00