factor verified providers into bidding tx flow

This commit is contained in:
2022-09-13 22:58:07 +00:00
parent 84bb357bc8
commit 11829e1017
13 changed files with 161 additions and 53 deletions

View File

@@ -22,6 +22,9 @@ message MsgNewAuction {
string ceiling = 4;
string denom = 5;
uint64 leaseEnd = 6;
// verified providers just specifies who's allowed to bid on the lease auction.
// STORED IN MEMORY. DOES NOT GET WRITTEN TO CHAIN STATE.
repeated string verifiedProviders = 7;
}
message MsgNewAuctionResponse {