Go to file
Csongor Kiss 9d74a80aa0
Optimise solana dockerfiles (#1334)
* solana/devnet_setup.sh: Build CLI instead of JITing it

This makes the registration process a few seconds faster.

* solana/Dockerfile: Don't copy devnet_setup.sh at the beginning

This is unnecessary, and inefficient, because each time the file
changes, a lot of things get rebuilt/reinstalled.

* solana/Dockerfile: cache cargo registry

this allows skipping rebuilding cargo dependencies. Small contract
changes now rebuild in 20s, down from 60s before

* Remove unnecessary debian depencies

* Rename rust-toolchain.toml to rust-toolchain (rustup in the container
  didn't recognise it with .toml extension) and use in containers
  instead of manually specifying rust version

* solana/Dockerfile: Use prebuilt docker image

* solana: Add docs on docker base images
2022-07-14 12:29:33 -05:00
.github/workflows CI: build foundry from source at pinned commit (#1348) 2022-07-11 17:24:01 +01:00
.run Commit .run IntelliJ shortcuts to repo 2020-11-23 17:21:41 +01:00
algorand added arg to algorand startup 2022-07-07 22:55:55 -04:00
bridge_ui sdk/js: publish separate wasm package 2022-07-13 10:04:23 -04:00
clients clients/js: Dump payload in case of parse failure 2022-07-05 19:24:58 +01:00
cosmwasm Move from ADD to COPY on Dockerfiles 2022-07-13 09:27:15 -04:00
dashboards dashboards: update Grafana template 2021-08-09 13:16:55 +00:00
devnet node: optional chains in tilt 2022-07-11 10:35:00 -04:00
docs misc: spice up the README 2022-06-22 12:53:50 -04:00
e2e Add experimental e2e browser fixture 2021-12-13 15:38:17 +01:00
ethereum Move from ADD to COPY on Dockerfiles 2022-07-13 09:27:15 -04:00
event_database cloud_functions: terra2 support (#1349) 2022-07-14 12:27:12 -05:00
examples sdk, terra: Fix tests and add them to CI 2022-04-20 09:46:51 +09:00
lp_ui lp_ui: update docs 2022-06-04 16:15:42 -04:00
node Move from ADD to COPY on Dockerfiles 2022-07-13 09:27:15 -04:00
proto Guardian support for Injective (#1327) 2022-07-06 10:19:57 -04:00
relayer/spy_relayer Move from ADD to COPY on Dockerfiles 2022-07-13 09:27:15 -04:00
scripts Docker FROM image pinning (#1337) 2022-07-06 15:05:30 -04:00
sdk sdk/js: publish separate wasm package 2022-07-13 10:04:23 -04:00
solana Optimise solana dockerfiles (#1334) 2022-07-14 12:29:33 -05:00
spydk/js sdk/js: publish separate proto packages 2022-07-13 10:04:23 -04:00
terra Move from ADD to COPY on Dockerfiles 2022-07-13 09:27:15 -04:00
testing feat: improve bridge_ui tilt 2022-02-14 07:56:38 -05:00
third_party Move from ADD to COPY on Dockerfiles 2022-07-13 09:27:15 -04:00
tilt_modules Devnet arguments for BigTable connection. 2021-08-05 12:53:56 +00:00
tools proto: fix newly broken version 2022-06-14 16:20:19 -04:00
whitepapers whitepapers: Add FromAddress and remove Fee 2022-06-21 22:35:49 -04:00
.dockerignore pyth2wormhole: build + deploy program into local devnet 2021-09-09 14:39:31 +02:00
.gitignore gitignore: *.log 2022-06-28 13:08:13 +01:00
.spr.yml Add .spr.yml config 2021-12-13 15:38:17 +01:00
CONTRIBUTING.md Better lint and formatting (#1263) 2022-06-21 12:18:16 -07:00
DEVELOP.md node: optional chains in tilt 2022-07-11 10:35:00 -04:00
Dockerfile.client Optimise solana dockerfiles (#1334) 2022-07-14 12:29:33 -05:00
Dockerfile.const Docker FROM image pinning (#1337) 2022-07-06 15:05:30 -04:00
Dockerfile.lint Better lint and formatting (#1263) 2022-06-21 12:18:16 -07:00
Dockerfile.proto sdk/js: publish separate proto packages 2022-07-13 10:04:23 -04:00
LICENSE staging/algorand: apply global Apache 2 license 2022-02-05 09:30:28 -05:00
Makefile guardiand version is always development 2022-05-02 17:52:49 -04:00
Makefile.help Add scripts and readme to deploy and verify terra contracts 2022-04-05 17:42:07 +02:00
README.md Add security to readme 2022-06-29 10:25:00 -04:00
SECURITY.md Add Kudelski Security Audit Report (#1336) 2022-07-06 15:06:14 -04:00
Tiltfile sdk/js: publish separate wasm package 2022-07-13 10:04:23 -04:00
buf.gen.web.yaml sdk/js: publish separate proto packages 2022-07-13 10:04:23 -04:00
buf.gen.yaml node: rename bridge/ to node/ 2021-08-26 11:36:36 +02:00
buf.lock proto: fix newly broken version 2022-06-14 16:20:19 -04:00
buf.yaml proto: fix newly broken version 2022-06-14 16:20:19 -04:00
generate-abi-celo.sh Celo testnet support (#1051) 2022-04-28 12:20:38 -04:00
generate-abi.sh Celo testnet support (#1051) 2022-04-28 12:20:38 -04:00

README.md

Banner

This monorepo contains the reference implementation of the Wormhole protocol.

To learn about how to use and build on Wormhole read the Docs or take a look at the xApp Book.


See Live Contracts for current testnet and mainnet deployments of the Wormhole smart contracts.

See DEVELOP.md for instructions on how to set up a local devnet, CONTRIBUTING.md for instructions on how to contribute to this project, and SECURITY.md for more information about our security audits and bug bounty program.

See docs/operations.md for node operator instructions.

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.