Skip to content

Commit

Permalink
feat: update committee selection from collectibles (#3872)
Browse files Browse the repository at this point in the history
Description
---

- provides the ability to see and update the committee selection in tari collectibles app 
- updates tauri deps
- some refactoring cleanup
- updates validator node to check for committee definition utxo
  • Loading branch information
Byron Hambly authored Feb 25, 2022
1 parent d907ff5 commit daf140d
Show file tree
Hide file tree
Showing 41 changed files with 2,390 additions and 28,206 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions applications/tari_app_grpc/proto/wallet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ message CreateCommitteeDefinitionRequest {
bytes asset_public_key = 1;
repeated bytes committee = 2;
uint64 effective_sidechain_height = 3;
bool is_initial = 4;
}

message CreateCommitteeDefinitionResponse {
Expand Down
Loading

0 comments on commit daf140d

Please sign in to comment.