Skip to content

Commit

Permalink
gov-distribution module (cosmos#130)
Browse files Browse the repository at this point in the history
* distribution alternative allocation

* update distribution to work off of bonded validators not votes

* copy of consumer app

* added ccvstaking, ccvdistribution, ccvgov and ccvminting

* add cmd interchain-security-cdd

* distribution tokens should be coming from ConsumerRedistributeName not feeCollector

* beginning of tests

* Rebase and fix build errors

* Democracy chain integration tests, part 1

* Democracy chain integration tests, part 2

* Clean up and e2e test for democracy distribution

* gov-distribution module - cr fix

* fix small merge issue

Co-authored-by: rigelrozanski <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: dusan-ethernal <[email protected]>
Co-authored-by: stana-ethernal <[email protected]>
Co-authored-by: Jehan <[email protected]>
Co-authored-by: Jehan Tremback <[email protected]>
  • Loading branch information
7 people authored Sep 22, 2022
1 parent 2f1f620 commit 8ac91e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ install: go.sum
export CGO_LDFLAGS="-Wl,-z,relro,-z,now -fstack-protector"
go install $(BUILD_FLAGS) ./cmd/interchain-security-pd
go install $(BUILD_FLAGS) ./cmd/interchain-security-cd
go install $(BUILD_FLAGS) ./cmd/interchain-security-cdd

# run all tests: unit, e2e, diff, and integration
test:
Expand Down

0 comments on commit 8ac91e1

Please sign in to comment.