Skip to content

Commit

Permalink
Merge pull request #706 from oasisprotocol/ptrus/feature/update-Conse…
Browse files Browse the repository at this point in the history
…nsusTxMethod-enum

api/doc: Update ConsensusTxMethod enum
  • Loading branch information
ptrus authored Jun 15, 2024
2 parents 631d1b3 + 8470ffe commit 4805491
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
1 change: 1 addition & 0 deletions .changelog/706.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
api: Add missing cases to `ConsensusTxMethod` enum
36 changes: 23 additions & 13 deletions api/spec/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1452,22 +1452,32 @@ components:
ConsensusTxMethod:
type: string
enum:
- staking.Transfer
- staking.AddEscrow
- staking.ReclaimEscrow
- staking.AmendCommissionSchedule
- staking.Allow
- staking.Withdraw
- roothash.ExecutorCommit
- roothash.ExecutorProposerTimeout
- registry.RegisterEntity
- registry.RegisterNode
- registry.RegisterRuntime
- governance.CastVote
- governance.SubmitProposal
- beacon.PVSSCommit
- beacon.PVSSReveal
- beacon.VRFProve
- consensus.Meta
- governance.CastVote
- governance.SubmitProposal
- keymanager.PublishEphemeralSecret
- keymanager.PublishMasterSecret
- keymanager.UpdatePolicy
- registry.DeregisterEntity
- registry.ProveFreshness
- registry.RegisterEntity
- registry.RegisterNode
- registry.RegisterRuntime
- registry.UnfreezeNode
- roothash.Evidence
- roothash.ExecutorCommit
- roothash.ExecutorProposerTimeout
- roothash.SubmitMsg
- staking.AddEscrow
- staking.Allow
- staking.AmendCommissionSchedule
- staking.Burn
- staking.ReclaimEscrow
- staking.Transfer
- staking.Withdraw
example: staking.Transfer

TransactionList:
Expand Down

0 comments on commit 4805491

Please sign in to comment.