Skip to content
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(perp): CLI command to donate to EF #1011

Merged
merged 11 commits into from
Oct 19, 2022
Merged

Conversation

NibiruHeisenberg
Copy link
Contributor

Description

Adds a CLI command to donate funds to the ecosystem fund. Includes msgServer and cli integration tests.

Purpose

On testnet, we are testing the stability of the perp trading platform. If the ecosystem fund is drained, we need a way to inject funds into it. The native x/bank module from cosmos-sdk doesn't allow transferring funds to a module account, so we had to add a custom one.

@NibiruHeisenberg NibiruHeisenberg requested a review from a team as a code owner October 18, 2022 20:05
@NibiruHeisenberg NibiruHeisenberg self-assigned this Oct 18, 2022
@NibiruHeisenberg NibiruHeisenberg added this to the Testnet V1 milestone Oct 18, 2022
@NibiruHeisenberg NibiruHeisenberg linked an issue Oct 18, 2022 that may be closed by this pull request
@NibiruHeisenberg NibiruHeisenberg enabled auto-merge (squash) October 18, 2022 20:07
x/perp/client/cli/cli_test.go Outdated Show resolved Hide resolved
@NibiruHeisenberg NibiruHeisenberg merged commit 8b2fb54 into master Oct 19, 2022
@NibiruHeisenberg NibiruHeisenberg deleted the feat/perp/donate-to-ef branch October 19, 2022 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat (perp): allow users to send fund to perp-ef
2 participants