Skip to content

Commit

Permalink
Adapt golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Dec 10, 2024
1 parent 9e0de3c commit 53a66bd
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Usage: cardano-cli conway query
| spo-stake-distribution
| committee-state
| treasury
| proposals
)

Node query commands. Will query the local node whose Unix domain socket is
Expand Down Expand Up @@ -64,3 +65,4 @@ Available commands:
spo-stake-distribution Get the SPO stake distribution.
committee-state Get the committee state
treasury Get the treasury value
proposals Get the governance proposals.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Usage: cardano-cli conway query proposals --socket-path SOCKET_PATH
[--cardano-mode
[--epoch-slots SLOTS]]
( --mainnet
| --testnet-magic NATURAL
)
( --all-proposals
| (--governance-action-tx-id TXID
--governance-action-index WORD16)
)
[--volatile-tip | --immutable-tip]
[--out-file FILEPATH]

Get the governance proposals.

Available options:
--socket-path SOCKET_PATH
Path to the node socket. This overrides the
CARDANO_NODE_SOCKET_PATH environment variable. The
argument is optional if CARDANO_NODE_SOCKET_PATH is
defined and mandatory otherwise.
--cardano-mode For talking to a node running in full Cardano mode
(default).
--epoch-slots SLOTS The number of slots per epoch for the Byron era.
(default: 21600)
--mainnet Use the mainnet magic id. This overrides the
CARDANO_NODE_NETWORK_ID environment variable
--testnet-magic NATURAL Specify a testnet magic id. This overrides the
CARDANO_NODE_NETWORK_ID environment variable
--all-proposals Query for all governance proposals.
--governance-action-tx-id TXID
Txid of the governance action.
--governance-action-index WORD16
Tx's governance action index.
--volatile-tip Use the volatile tip as a target. (This is the
default)
--immutable-tip Use the immutable tip as a target.
--out-file FILEPATH The output file.
-h,--help Show this help text
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Usage: cardano-cli latest query
| spo-stake-distribution
| committee-state
| treasury
| proposals
)

Node query commands. Will query the local node whose Unix domain socket is
Expand Down Expand Up @@ -64,3 +65,4 @@ Available commands:
spo-stake-distribution Get the SPO stake distribution.
committee-state Get the committee state
treasury Get the treasury value
proposals Get the governance proposals.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Usage: cardano-cli latest query proposals --socket-path SOCKET_PATH
[--cardano-mode
[--epoch-slots SLOTS]]
( --mainnet
| --testnet-magic NATURAL
)
( --all-proposals
| (--governance-action-tx-id TXID
--governance-action-index WORD16)
)
[--volatile-tip | --immutable-tip]
[--out-file FILEPATH]

Get the governance proposals.

Available options:
--socket-path SOCKET_PATH
Path to the node socket. This overrides the
CARDANO_NODE_SOCKET_PATH environment variable. The
argument is optional if CARDANO_NODE_SOCKET_PATH is
defined and mandatory otherwise.
--cardano-mode For talking to a node running in full Cardano mode
(default).
--epoch-slots SLOTS The number of slots per epoch for the Byron era.
(default: 21600)
--mainnet Use the mainnet magic id. This overrides the
CARDANO_NODE_NETWORK_ID environment variable
--testnet-magic NATURAL Specify a testnet magic id. This overrides the
CARDANO_NODE_NETWORK_ID environment variable
--all-proposals Query for all governance proposals.
--governance-action-tx-id TXID
Txid of the governance action.
--governance-action-index WORD16
Tx's governance action index.
--volatile-tip Use the volatile tip as a target. (This is the
default)
--immutable-tip Use the immutable tip as a target.
--out-file FILEPATH The output file.
-h,--help Show this help text

0 comments on commit 53a66bd

Please sign in to comment.