Go to file
Jeff Schroeder cca154baf6
node: slightly less verbose guardian logging at info level (#2293)
* node: aptos watcher block height logging to debug

It would be nice to redo this log entry to log something more human
readable in addition to a json blob, but one thing at a time.

* node: near watcher info logging to debug

The near watcher logs when attempting to poll a block and when it
successfully polls a block in addition to some metrics. These are useful
logs, but more suited for debug loglevel.

* node: log cosmwasm watcher block height to debug

* node: log solana empty slots as debug

This cuts down on an enormous amount of additional logging.

* node: update logging in sui watcher

* Set some info logs to debug
* Fix tyop of missmatch --> mismatch
2023-01-31 09:24:33 -05:00
.github Update CODEOWNERS 2023-01-30 21:43:22 -05:00
.run Commit .run IntelliJ shortcuts to repo 2020-11-23 17:21:41 +01:00
algorand algo/fix: switch to using last round 2022-12-02 09:51:51 -05:00
aptos aptos/coin: pin dependency on move stdlib to fix build 2023-01-30 08:50:05 -05:00
bitcoin WH-1934: upgrade golang to 1.19 (#1941) 2022-11-28 07:48:27 -06:00
clients clients/js: Added generate RecoverChainId cmd, split cmds into separate files 2023-01-25 11:35:48 -05:00
cosmwasm cosmwasm: fix clippy error 2023-01-26 18:36:03 -06:00
dashboards add Prometheus + Grafana for Guardian metrics 2022-08-04 16:03:56 -04:00
devnet wormchain: contracts deploy to Tilt devnet (#2300) 2023-01-30 21:45:22 -05:00
docs Added option to fund predefined dev accounts in Algorand deployment (#1997) 2022-11-28 08:12:10 -06:00
ethereum ethereum/scripts: reduce register script 2023-01-28 07:10:35 -05:00
lp_ui js: make packages comply with ci rule 2022-10-20 17:11:13 -05:00
near WH-2023: light weight near sdk tests needed resolveJsonModule @ Closes #2023 (#2024) 2022-11-29 11:29:00 -06:00
node node: slightly less verbose guardian logging at info level (#2293) 2023-01-31 09:24:33 -05:00
proto node: add admin command to sign existing VAAs (#2183) 2023-01-10 17:54:35 +01:00
relayer/spy_relayer rename dev.v2 to main 2022-11-29 10:43:07 -05:00
scripts wormchain: contracts env data (#2297) 2023-01-27 14:27:21 -05:00
sdk sdk/rust: fix clippy error 2023-01-26 18:36:03 -06:00
solana tilt: solana deploy fix 2023-01-27 10:21:32 -05:00
spydk/js rename dev.v2 to main 2022-11-29 10:43:07 -05:00
sui sui: implement contracts 2023-01-20 14:57:00 +00:00
terra terra: fix clippy error 2023-01-26 18:36:03 -06:00
testing testing: fix tests 2022-12-14 11:00:20 -06: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 WH-1934: upgrade golang to 1.19 (#1941) 2022-11-28 07:48:27 -06:00
whitepapers add links referencing sections 2022-12-12 18:29:17 -05:00
wormchain wormchain/ts-sdk: add wasm 2023-01-30 12:21:12 -06:00
.dockerignore tilt: ignore wormchain gentx folder to make deployment robust 2022-12-12 16:59:26 -05:00
.gitignore wormchain: contracts env data (#2297) 2023-01-27 14:27:21 -05:00
.golangci.yml WH-1934: upgrade golang to 1.19 (#1941) 2022-11-28 07:48:27 -06:00
.spr.yml rename dev.v2 to main 2022-11-29 10:43:07 -05:00
CONTRIBUTING.md rename dev.v2 to main 2022-11-29 10:43:07 -05:00
DEVELOP.md WH-1934: upgrade golang to 1.19 (#1941) 2022-11-28 07:48:27 -06:00
Dockerfile.const wormchain: contracts env data (#2297) 2023-01-27 14:27:21 -05:00
Dockerfile.proto WH-1934: upgrade golang to 1.19 (#1941) 2022-11-28 07:48:27 -06: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 docs: remove README link to deprecated docs site 2023-01-27 10:51:00 -05:00
SECURITY.md Update bounty 2023-01-19 09:13:48 -05:00
Tiltfile wormchain: contracts deploy to Tilt devnet (#2300) 2023-01-30 21:45:22 -05: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 Update buf.lock 2022-09-07 10:34:18 -04:00
buf.yaml certusone -> wormhole-foundation 2022-08-26 12:48:14 -04:00
generate-abi-celo.sh certusone -> wormhole-foundation 2022-08-26 12:48:14 -04:00
generate-abi.sh certusone -> wormhole-foundation 2022-08-26 12:48:14 -04:00
package-lock.json sdk/js: injective package bump (#2175) 2023-01-23 21:33:26 -05: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.


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.