Skip to content

Commit

Permalink
"docs: update module and OpenAPI specs from zeta-chain/node"
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Sep 27, 2023
1 parent 297e983 commit 49c0f42
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/architecture/modules/crosschain/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ message MsgRemoveFromOutTxTracker {

## MsgCreateTSSVoter

Vote on creating a TSS key and recording the information about it (public
CreateTSSVoter votes on creating a TSS key and recording the information about it (public
key, participant and operator addresses, finalized and keygen heights).

If the vote passes, the information about the TSS key is recorded on chain
Expand Down
5 changes: 2 additions & 3 deletions docs/architecture/modules/observer/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ message MsgAddObserver {

## MsgUpdateCoreParams

Updates core parameters for a specific chain. Core parameters include
UpdateCoreParams updates core parameters for a specific chain. Core parameters include
confirmation count, outbound transaction schedule interval, ZETA token,
connector and ERC20 custody contract addresses, etc.

Expand Down Expand Up @@ -57,8 +57,7 @@ message MsgUpdateCrosschainFlags {

## MsgUpdateKeygen

Updates the block height of the keygen and sets the status to "pending
keygen".
UpdateKeygen updates the block height of the keygen and sets the status to "pending keygen".

Only the admin policy account is authorized to broadcast this message.

Expand Down
11 changes: 3 additions & 8 deletions static/data/openapi.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51057,14 +51057,9 @@ definitions:
observerPolicy_Type:
type: string
enum:
- stop_inbound_cctx
- deploy_fungible_coin
- update_client_params
- update_keygen_block
- out_tx_tracker
- add_observer
default: stop_inbound_cctx
title: '- stop_inbound_cctx: some observer sees inbound tx'
- group1
- group2
default: group1
observerQueryAllBlameRecordsResponse:
type: object
properties:
Expand Down

0 comments on commit 49c0f42

Please sign in to comment.