-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(community): consolidate community funds #1729
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
9e3ad12
to
33a41e7
Compare
4cdddde
to
317e5b4
Compare
ac51d49
to
02fe814
Compare
02fe814
to
bee4928
Compare
kavadisttypes "github.com/kava-labs/kava/x/kavadist/types" | ||
) | ||
|
||
func (suite *disableInflationTestSuite) TestStartCommunityFundConsolidation() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great coverage 👍
@@ -11,10 +11,6 @@ import ( | |||
"github.com/kava-labs/kava/x/community/types" | |||
) | |||
|
|||
const ( | |||
ModuleName = "mint" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch
kavadisttypes.ModuleName, | ||
tc.initialKavadistBalance, | ||
) | ||
suite.NoError(err, "x/kavadist account should be funded without error") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice error messages, very helpful
@@ -40,7 +40,7 @@ func (suite *HandlerTestSuite) TestPayoutHardClaimMultiDenom() { | |||
|
|||
// Claim denoms | |||
err := suite.DeliverIncentiveMsg(&msg) | |||
suite.NoError(err) | |||
suite.Require().NoError(err) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
548c37f
to
0727d9c
Compare
Description
x/distribution
communitypool andx/kavadist
(non-ukava) account funds tox/community
Checklist