Csongor Kiss bd62e27789 terra: migrate to cosmwasm 1.1.0 (#3138) 1 ano atrás
..
src bd62e27789 terra: migrate to cosmwasm 1.1.0 (#3138) 1 ano atrás
.gitignore d8e7a5f93f terra/token_bridge: transfer with payload 3 anos atrás
README.md d8e7a5f93f terra/token_bridge: transfer with payload 3 anos atrás
jestconfig.json 6a00c3b44c Add framework for Terra contract testing (#1050) 3 anos atrás
package-lock.json bd62e27789 terra: migrate to cosmwasm 1.1.0 (#3138) 1 ano atrás
package.json bd62e27789 terra: migrate to cosmwasm 1.1.0 (#3138) 1 ano atrás
tsconfig.json 6a00c3b44c Add framework for Terra contract testing (#1050) 3 anos atrás

README.md

Wormhole Contract Test Suite

Running Local Terra Node

In order to run these tests, you need to have a local Terra node running. These tests are meant to be run using LocalTerra. This requires Docker Compose to run. You can also run terrad with the same set up Tilt uses (see configuration here).

Build

In the terra root directory, run the following:

make artifacts

Run the Test Suite

The easy way would be to navigate to the terra root directory, run the following:

make test

If you plan on adding new tests and plan on persisting LocalTerra, make sure dependencies are installed:

npm ci

And run in this directory:

npm run test

These tests are built using Jest and is meant to be structured very similarly to the ethereum unit tests, which requires running a local node via ganache before truffle can run any of the testing scripts in the test directory.

Currently the only test that exists is for the token bridge's transfer and transfer with payload.