Skip to content

Commit

Permalink
fix the sp exit
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnss committed Jun 19, 2023
1 parent 9fe9e75 commit 84950b4
Show file tree
Hide file tree
Showing 5 changed files with 521 additions and 242 deletions.
9 changes: 8 additions & 1 deletion proto/greenfield/storage/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,14 @@ message MsgCompleteMigrateBucket {

uint32 global_virtual_group_family_id =2;

string bucket_name = 3;
message DstGVGDetail {
uint32 local_virtual_group_id = 1;
uint32 global_virtual_group_id = 2;
repeated bytes secondary_sp_signature = 3;
}
repeated DstGVGDetail dstGVGDetails = 3;

string bucket_name = 4;
}

message MsgCompleteMigrateBucketResponse {}
2 changes: 0 additions & 2 deletions proto/greenfield/virtualgroup/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ message MsgCompleteStorageProviderExit {
option (cosmos.msg.v1.signer) = "operator_address";

string operator_address = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"];

uint32 origin_storage_provider_id = 2;
}

message MsgCompleteStorageProviderExitResponse {}
Expand Down
Loading

0 comments on commit 84950b4

Please sign in to comment.