Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 556 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 556 Bytes

Building

On first run:

sudo dnf install make automake gcc gcc-c++ kernel-devel

make

make test

make proto-update-deps

sudo make proto-tools

Following builds and test:

make
make test

To update protos after editing .proto files

make proto-gen

Test

go test ./x/gravity/migrations/v2/... -v --count=1

go test ./x/gravity/migrations/v3/... -v --count=1

go test ./x/gravity/keeper/... -v --count=1

Update swagger

go install github.com/rakyll/statik
statik -src doc/swagger-ui/ -dest doc -f