Go to file
Chirantan Ekbote 24dd6ed48b solana: bridge: Fix tests
Fix all the tests for the solana bridge program so that we can start
running it in CI.

Use the `solana-program-test` crate as the test framework. Previously,
running the tests required spinning up a test validator and manually
deploying the program there. Now developers can just do `cargo test-bpf`
to run the tests without needing any additional setup (beyond installing
the solana tools). This also lets us split out the tests so that they
can be run separately rather than having to run everything sequentially
in a single integration test.
2022-05-10 00:58:43 +09:00
.github/workflows Celo testnet support (#1051) 2022-04-28 12:20:38 -04:00
.run
algorand algo/tests: enable relayer test (#1140) 2022-05-05 08:23:42 -05:00
audits audits: add neodyme audit 2022-02-02 13:45:29 -05:00
bridge_ui bridge_ui: add karura mainnet relayer 2022-05-05 14:40:54 -04:00
clients cli: Refactor js cli to support all contracts + add improvements (#1100) 2022-05-05 20:51:24 -04:00
dashboards
devnet algo: guardian 2022-04-29 20:56:46 -04:00
docs move guardian-set-init.sh to docker/tilt 2022-04-12 20:37:52 -05:00
e2e Add experimental e2e browser fixture 2021-12-13 15:38:17 +01:00
ethereum Karura mainnet deploy (#1142) 2022-05-02 14:28:17 -04:00
event_database cloud_functions: Added tokens to skip (#1152) 2022-05-04 22:11:33 +00:00
examples sdk, terra: Fix tests and add them to CI 2022-04-20 09:46:51 +09:00
explorer explorer: Bumped wormhole sdk to latest, added karura icon 2022-05-03 16:12:33 -04:00
lp_ui lp_ui: update examples and lp_ui for latest sdk 2021-11-22 22:13:06 -05:00
node node/pkg/ethereum: move up nil check for TransactionReceipt 2022-05-05 09:04:54 -04:00
proto near/constants: establish our new constants for NEAR @ gusc1a-ossdev-jsl5 2022-04-29 21:00:10 -04:00
relayer/spy_relayer Spy relayer fixes (#1095) 2022-04-20 19:51:12 -04:00
scripts cli: Refactor js cli to support all contracts + add improvements (#1100) 2022-05-05 20:51:24 -04:00
sdk sdk: improve type safety + add documentation (#1102) 2022-05-05 12:35:11 -04:00
solana solana: bridge: Fix tests 2022-05-10 00:58:43 +09:00
spydk/js feat: improve bridge_ui tilt 2022-02-14 07:56:38 -05:00
terra algo: contracts 2022-04-29 20:56:17 -04:00
testing feat: improve bridge_ui tilt 2022-02-14 07:56:38 -05:00
third_party algo: contracts 2022-04-29 20:56:17 -04:00
tilt_modules
tools tools: remove pack 2021-12-16 18:29:09 +01:00
whitepapers terra/nft_bridge: Implement nft-bridge for terra (#698) 2022-01-07 16:47:33 +01:00
.dockerignore pyth2wormhole: build + deploy program into local devnet 2021-09-09 14:39:31 +02:00
.gitignore move guardian-set-init.sh to docker/tilt 2022-04-12 20:37:52 -05:00
.spr.yml Add .spr.yml config 2021-12-13 15:38:17 +01:00
CONTRIBUTING.md Undocument Gerrit 2021-12-13 15:38:17 +01:00
DEVELOP.md devnet: add --guardiand_debug flag (#890) 2022-03-03 21:17:47 +01:00
Dockerfile.client cli: Refactor js cli to support all contracts + add improvements (#1100) 2022-05-05 20:51:24 -04:00
Dockerfile.const cli: Refactor js cli to support all contracts + add improvements (#1100) 2022-05-05 20:51:24 -04:00
Dockerfile.lint Use stable Buildkit syntax 2021-12-13 15:38:17 +01:00
Dockerfile.proto support custom root ca 2022-03-01 12:35:27 -05:00
ImmuneFi bug-bounty.md Update the bug bounty to $10m 2022-02-11 19:33:42 -05: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
Tiltfile algo: contracts 2022-04-29 20:56:17 -04:00
buf.gen.web.yaml Explorer v2 (#789) 2022-02-01 09:40:53 -06:00
buf.gen.yaml
buf.lock
buf.yaml node: add spy service 2021-12-03 02:01:56 +01: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
lint.sh Port CI to Github Actions 2021-12-13 15:38:17 +01: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.