Go to file
Jeff Schroeder f3b44e322b ethereum: move custom errors out in QueryResponse
If you don't do this, in the tests you have to do:

    vm.expectRevert(bytes4(keccak256("UnsupportedQueryType()")));

Whereas with this change, you can simply import the contract and do:

    vm.expectRevert(UnsupportedQueryType.selector);
2023-10-26 12:59:24 -04:00
.github Update gateway.yml (#3464) 2023-10-25 23:07:02 +02:00
.run
algorand set branch to develop from master (#3452) 2023-10-19 11:48:14 -04:00
aptos aptos: tooling for mainnet upgrades (#3338) 2023-09-29 11:11:43 -04:00
bitcoin upgrade to golang 1.19.9 2023-05-04 07:22:38 -07:00
clients SDK: Auto relayer better status command (#3406) 2023-10-13 15:25:31 -04:00
cosmwasm cosmwasm/global-accountant: fix clippy warning (#3432) 2023-10-10 14:59:31 -05:00
dashboards add Prometheus + Grafana for Guardian metrics 2022-08-04 16:03:56 -04:00
deployments/mainnet node: Gateway watcher support (#3275) 2023-08-14 11:13:20 -04:00
devnet CCQ: eth_call_by_timestamp (#3449) 2023-10-19 10:32:23 -05:00
docs docs: adding more bootstraps for testnet spy (#3402) 2023-09-27 16:16:55 -04:00
ethereum ethereum: move custom errors out in QueryResponse 2023-10-26 12:59:24 -04:00
lp_ui
near docker: build CLI in shared image 2023-06-01 15:33:07 +01:00
node Node/EVM: Shouldn't publish safe block in hbs (#3466) 2023-10-26 10:22:02 -05:00
proto CCQ/Node: Guardian Changes (#3423) 2023-10-12 13:20:42 -05:00
relayer/generic_relayer/relayer-engine-v2 relayer: remove the spy_relayer 2023-09-13 14:32:17 -04:00
scripts Update golang version to 1.20.10 2023-10-24 13:34:19 -04:00
sdk sdk/ccq: refine dependencies 2023-10-23 15:43:21 -04:00
solana solana: complete token transfer payload docs (#2550) 2023-06-13 13:58:04 -04:00
spydk/js
sui docker: build CLI in shared image 2023-06-01 15:33:07 +01:00
terra docker: build CLI in shared image 2023-06-01 15:33:07 +01:00
testing CCQ: eth_call_by_timestamp (#3449) 2023-10-19 10:32:23 -05:00
third_party
tilt_modules
tools node: update golang to 1.20 from 1.19 2023-05-12 05:59:53 -04:00
whitepapers CCQ: eth_call_by_timestamp (#3449) 2023-10-19 10:32:23 -05:00
wormchain wormchain: add docs on syncing mainnet wormchain either manually or from snapshot 2023-09-28 19:15:52 -04:00
.dockerignore
.gitignore node: Removed support for writing attestation events to bigtable 2023-09-07 12:41:36 -05:00
.golangci.yml ci/golangci: fix comment 2023-05-05 07:13:40 -07:00
.nvmrc
.prettierignore ci: add github workflow with prettier checks for clients/js/src and sdk/js/src (#3176) 2023-07-12 11:30:14 -04:00
.spr.yml
CONTRIBUTING.md
DEVELOP.md node: Removed support for writing attestation events to bigtable 2023-09-07 12:41:36 -05:00
Dockerfile.cli docker: build CLI in shared image 2023-06-01 15:33:07 +01:00
Dockerfile.const docker: build CLI in shared image 2023-06-01 15:33:07 +01:00
Dockerfile.proto Update golang version to 1.20.10 2023-10-24 13:34:19 -04:00
LICENSE
Makefile Makefile: set CGO_ENABLED=1 2023-10-26 12:29:56 -04:00
Makefile.help
README.md docs: change link on README to point to docs site 2023-07-12 11:46:54 -04:00
SECURITY.md SECURITY.md: Add reports from Coinspect, CertiK, RV 2023-09-08 10:10:52 -04:00
Tiltfile CCQ: eth_call_by_timestamp (#3449) 2023-10-19 10:32:23 -05:00
buf.gen.web.yaml
buf.gen.yaml
buf.lock
buf.yaml
generate-abi-celo.sh
generate-abi.sh
package-lock.json

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.