Skip to content

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