Skip to content

Commit

Permalink
spec: use v1 in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor authored and conorsch committed May 9, 2024
1 parent 15174bf commit d13d731
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/protocol/src/transactions/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ contributions together.
| `governance.v1.CommunityPoolSpend` | Spends funds from the community pool | | $+$ (spent value) |
| `governance.v1.CommunityPoolOutput` | Like `Output`, but transparent | | $-$ (value of new note) |
| `governance.v1.CommunityPoolDeposit` | Allows deposits into the community pool | | $-$ (value of deposit) |
| `auction.v1alpha1.ActionDutchAuctionSchedule` | Schedule a Dutch auction | | $-$ (initial reserves) $+$ (opened auction NFT) |
| `auction.v1alpha1.ActionDutchAuctionEnd` | Terminate a Dutch auction | | $-$ (opened auction NFT) $+$ (closed auction NFT) |
| `auction.v1alpha1.ActionDutchAuctionWithdraw` | Withdraw a Dutch auction, with a sequence number $n$ | | $-$ (closed/withdrawn auction nft with sequence $n-1$) $+$ (withdrawn auction NFT with sequence $n$) $+$ (auction reserves) |
| `auction.v1.ActionDutchAuctionSchedule` | Schedule a Dutch auction | | $-$ (initial reserves) $+$ (opened auction NFT) |
| `auction.v1.ActionDutchAuctionEnd` | Terminate a Dutch auction | | $-$ (opened auction NFT) $+$ (closed auction NFT) |
| `auction.v1.ActionDutchAuctionWithdraw` | Withdraw a Dutch auction, with a sequence number $n$ | | $-$ (closed/withdrawn auction nft with sequence $n-1$) $+$ (withdrawn auction NFT with sequence $n$) $+$ (auction reserves) |

0 comments on commit d13d731

Please sign in to comment.