Skip to content

Commit

Permalink
Events for retry collection mint update
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Aug 8, 2023
1 parent 947291d commit 3dc1566
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nfts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@ message UpdateSolanaMintPayload {
string collection_id = 3;
}

message RetryUpdateSolanaMintPayload {
string mint_id = 1;
string collection_id = 2;
}

message NftEvents {
oneof event {
DropTransaction create_drop = 4;
Expand Down Expand Up @@ -224,5 +229,6 @@ message NftEvents {
MintCollectionCreation minted_to_collection = 38;
CollectionImport started_importing_solana_collection = 39;
UpdateSolanaMintPayload solana_updated_collection_mint = 41;
RetryUpdateSolanaMintPayload solana_retry_updated_collection_mint = 42;
}
}
3 changes: 3 additions & 0 deletions solana_nfts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,8 @@ message SolanaNftEvents {
SolanaPendingTransaction update_collection_mint_signing_requested = 37;
SolanaFailedTransaction update_collection_mint_failed = 38;
SolanaCompletedUpdateTransaction update_collection_mint_submitted = 39;
SolanaPendingTransaction retry_update_collection_mint_signing_requested = 40;
SolanaFailedTransaction retry_update_collection_mint_failed = 41;
SolanaCompletedUpdateTransaction retry_update_collection_mint_submitted = 42;
}
}
1 change: 1 addition & 0 deletions treasury.proto
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,6 @@ message TreasuryEvents {
SolanaTransactionResult solana_mint_to_collection_signed = 29;
SolanaTransactionResult solana_retry_mint_to_collection_signed = 30;
SolanaTransactionResult solana_update_collection_mint_signed = 31;
SolanaTransactionResult solana_retry_update_collection_mint_signed = 32;
}
}

0 comments on commit 3dc1566

Please sign in to comment.