Go to file
Leo 6fd6cb9f02 node: add BridgeUpgradeContract governance VAA
Example VAA produced by the template:

	(*vaa.VAA)(0xc0004f4510)({
	 Version: (uint8) 1,
	 GuardianSetIndex: (uint32) 0,
	 Signatures: ([]*vaa.Signature) (len=1 cap=1) {
	  (*vaa.Signature)(0xc0003b0370)({
	   Index: (uint8) 0,
	   Signature: (vaa.SignatureData) (len=65 cap=65) 0f97ec9093c21ccc4ce544898ed5c21b66ab4c90be894642fbb43474ed9fb48a26d6e12f3397b9fdab160fee64e797d26599a2a9d81a4bf4bc98970b5fa5122501
	  })
	 },
	 Timestamp: (time.Time) 1970-01-01 00:00:00 +0000 UTC,
	 Nonce: (uint32) 1375049878,
	 Sequence: (uint64) 3557202656914991802,
	 ConsistencyLevel: (uint8) 32,
	 EmitterChain: (vaa.ChainID) solana,
	 EmitterAddress: (vaa.Address) (len=32 cap=32) 0000000000000000000000000000000000000000000000000000000000000004,
	 Payload: ([]uint8) (len=67 cap=1000) {
	  00000000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
	  00000010  00 00 00 00 00 54 6f 6b  65 6e 42 72 69 64 67 65  |.....TokenBridge|
	  00000020  02 00 05 00 00 00 00 00  00 00 00 00 00 00 00 02  |................|
	  00000030  90 fb 16 72 08 af 45 5b  b1 37 78 01 63 b7 b7 a9  |...r..E[.7x.c...|
	  00000040  a1 0c 16                                          |...|
	 }
	})

Change-Id: Ibe95db01e1bc0a9c36e1be06920a389db886fdd1
2021-10-11 12:54:51 +00:00
.run
bridge_ui bridge_ui: enable bsc for beta 2021-10-08 10:32:37 -04:00
clients add ethereum NFT bridge 2021-09-10 23:43:14 +00:00
dashboards dashboards: update Grafana template 2021-08-09 13:16:55 +00:00
design design: update data availability design doc 2021-09-28 12:58:27 +00:00
devnet bridge_ui: support multiple evm bridges 2021-10-06 16:10:40 +00:00
docs docs: point out that node keys should be persisted 2021-09-28 12:58:27 +00:00
ethereum Add second eth devnet to emulate bsc 2021-09-30 15:00:27 +00:00
event_database Bump Go to 1.17 2021-08-31 08:58:17 +00:00
explorer devnet: fix grpc-web Tilt route and remove envoy 2021-10-06 12:41:58 +02:00
lp_ui lp_ui: ethereum migration pool functionality 2021-09-30 14:30:25 +00:00
nix pyth2wormhole: initial SDK skeleton 2021-09-16 13:15:13 +00:00
node node: add BridgeUpgradeContract governance VAA 2021-10-11 12:54:51 +00:00
proto node: add BridgeUpgradeContract governance VAA 2021-10-11 12:54:51 +00:00
scripts
sdk/js bridge_ui: support multiple evm bridges 2021-10-06 16:10:40 +00:00
solana solana/token_bridge: add custody_signer derive to wasm 2021-10-04 16:40:06 +00:00
terra terra/token_bridge: remove tax from native transfers 2021-10-05 14:57:16 +00:00
third_party pyth2wormhole: initial SDK skeleton 2021-09-16 13:15:13 +00:00
tilt_modules Devnet arguments for BigTable connection. 2021-08-05 12:53:56 +00:00
tools Bump Go to 1.17 2021-08-31 08:58:17 +00:00
.dockerignore pyth2wormhole: build + deploy program into local devnet 2021-09-09 14:39:31 +02:00
.envrc
.gitignore Devnet arguments for BigTable connection. 2021-08-05 12:53:56 +00:00
CONTRIBUTING.md
DEVELOP.md Bump Go to 1.17 2021-08-31 08:58:17 +00:00
Dockerfile.client add ethereum NFT bridge 2021-09-10 23:43:14 +00:00
Dockerfile.lint Add Go linting stage to CI 2021-08-31 08:58:17 +00:00
Dockerfile.proto Containerize protobuf generation and remove node build dep 2021-08-26 12:41:22 +02:00
LICENSE
Makefile Makefile: clean up existing "bridge" directories 2021-09-13 17:51:47 +00:00
README.md
Tiltfile devnet: fix grpc-web Tilt route and remove envoy 2021-10-06 12:41:58 +02:00
buf.gen.web.yaml sdk/js: begin 2021-08-15 18:17:11 -04:00
buf.gen.yaml node: rename bridge/ to node/ 2021-08-26 11:36:36 +02:00
buf.lock
buf.yaml proto: add strict linting and fix up existing protos 2021-08-25 14:26:33 +00:00
codereview.cfg
generate-abi.sh node: rename bridge/ to node/ 2021-08-26 11:36:36 +02:00
jenkins-presubmit.groovy Add Go linting stage to CI 2021-08-31 08:58:17 +00:00
lint.sh Add Go linting stage to CI 2021-08-31 08:58:17 +00:00
shell.nix bridge_ui: typos, add NPM version info, nix: bump nodejs 2021-09-12 23:23:25 +00:00

README.md

Wormhole v2

This repository contains Certus One's reference node implementation for the Wormhole project.

See DEVELOP.md for instructions on how to set up a local devnet, and CONTRIBUTING.md for instructions on how to contribute to this project.

See docs/operations.md for node operator instructions.

Wormhole v2 is in active development - see "main" branch for the v1 mainnet version

Audit / Feature Status

This software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Or plainly spoken - this is a very complex piece of software which targets a bleeding-edge, experimental smart contract runtime. Mistakes happen, and no matter how hard you try and whether you pay someone to audit it, it may eat your tokens, set your printer on fire or startle your cat. Cryptocurrencies are a high-risk investment, no matter how fancy.