Skip to content

Commit

Permalink
Add other confidential tx methods to seid (#1933)
Browse files Browse the repository at this point in the history
* add other tx commands

* small fixes

* add param validation

* fix apply pending balance method

* check denom for initialize

* add util tests

* bug

* fix initialize tests
  • Loading branch information
mj850 committed Dec 6, 2024
1 parent a7d5cc5 commit c51f80d
Show file tree
Hide file tree
Showing 11 changed files with 898 additions and 121 deletions.
2 changes: 2 additions & 0 deletions proto/confidentialtransfers/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ message MsgApplyPendingBalance {
string address = 1 [(gogoproto.moretags) = "yaml:\"address\""];
string denom = 2 [(gogoproto.moretags) = "yaml:\"denom\""];
string new_decryptable_available_balance = 3 [(gogoproto.moretags) = "yaml:\"new_decryptable_available_balance\""];
uint32 current_pending_balance_counter = 4 [(gogoproto.moretags) = "yaml:\"current_pending_balance_counter\""];
Ciphertext current_available_balance = 5 [(gogoproto.moretags) = "yaml:\"current_available_balance\""];
}

message MsgApplyPendingBalanceResponse {}
Expand Down
Loading

0 comments on commit c51f80d

Please sign in to comment.