From 8ac91e113f156d812e9dca22f74991905372b985 Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Fri, 23 Sep 2022 01:22:54 +0200 Subject: [PATCH] gov-distribution module (#130) * 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 Co-authored-by: billy rennekamp Co-authored-by: dusan-ethernal Co-authored-by: stana-ethernal Co-authored-by: Jehan Co-authored-by: Jehan Tremback --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c5193aaf7b..3e992796b6 100644 --- a/Makefile +++ b/Makefile @@ -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: