Skip to content

Commit

Permalink
feat: custom upgrade module (#179)
Browse files Browse the repository at this point in the history
* feat: custom upgrade module

* fix: simd legacy build

* fix: proto lint

* fix: legacy simd build

* fix: test 02

* fix: missing parameter for NewContext

* fix: TestCustomAddressVerifier

* fix: sim tests

* fix: go.mod for upgrade module

* chore: go mod tidy for tests module

* fix: test case for staking

* fix: e2e tests

* fix: lint error

* fix: aminojson test

* fix: integration tests

* fix: liveness test

* fix: mock test

* chore: go mod tidy tools/rosetta

* fix: enable public delegation for e2e testing
  • Loading branch information
j75689 authored Apr 14, 2023
1 parent 74df04d commit b900d5c
Show file tree
Hide file tree
Showing 119 changed files with 1,400 additions and 8,996 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ debug_container.log
*.out
*.synctex.gz
/x/genutil/config/priv_validator_key.json
/x/genutil/data/priv_validator_state.json
/x/genutil/data/priv_validator_state.json

.local
114 changes: 19 additions & 95 deletions api/cosmos/upgrade/module/v1/module.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b900d5c

Please sign in to comment.