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

Cosmos Treasury Contract #43

Draft
wants to merge 55 commits into
base: main
Choose a base branch
from
Draft

Cosmos Treasury Contract #43

wants to merge 55 commits into from

Conversation

sms5030
Copy link

@sms5030 sms5030 commented Nov 27, 2022

Create Simple Treasury Contract (Light Client + Treasury)

  • Execute

    • LightClientUpdate
    • Transfer (Verify + Transfer)
  • Query

    • GetHeader
    • GetBalance
    • GetAllBalances
  • Tests

    • transfer_test (test about "ExecuteMsg::Transfer")
    • amount_zero_test (test "InvalidZeroAmount" error in "ExecuteMsg::Transfer")
    • verify_fail_test (test "VerifyFail" error in "ExecuteMsg::Transfer")
    • query_header_test() (test about "QueryMsg::GetHeader")
    • query_balance_test() (test about "QueryMsg::GetBalance")
    • query_all_balances_test() (test about "QueryMsg::GetAllBalances")

@sms5030 sms5030 requested a review from junha1 November 27, 2022 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant