From 63dc920c1e7c4c56a524c55895fd37ae4af32638 Mon Sep 17 00:00:00 2001 From: Michael Zhou Date: Mon, 14 Aug 2023 23:08:16 -0700 Subject: [PATCH] Add v1.18.0 binaries --- .../aws-kms-tools-v1.18.0-darwin-amd64.tar.gz | 3 + .../aws-kms-tools-v1.18.0-darwin-arm64.tar.gz | 3 + .../aws-kms-tools-v1.18.0-linux-amd64.tar.gz | 3 + .../aws-kms-tools-v1.18.0-linux-arm64.tar.gz | 3 + ...v1.18.0-cleveldb-ubuntu-linux-amd64.tar.gz | 3 + .../sgnd-v1.18.0-goleveldb-linux-amd64.tar.gz | 3 + .../sgnd-v1.18.0-goleveldb-linux-arm64.tar.gz | 3 + docs/aws_kms.md | 2 +- docs/sgnd/sgnd_ops_bridge.md | 2 + docs/sgnd/sgnd_ops_bridge_submit-relay.md | 8 +-- docs/sgnd/sgnd_ops_bridge_submit-withdraw.md | 27 ++++++++ docs/sgnd/sgnd_ops_bridge_update-signers.md | 26 ++++++++ docs/sgnd/sgnd_ops_sync_staking.md | 2 +- docs/sgnd/sgnd_ops_validator.md | 2 + .../sgnd_ops_validator_withdraw-cbr-fee-of.md | 23 +++++++ ...gnd_ops_validator_withdraw-pegbr-fee-of.md | 23 +++++++ docs/sgnd/sgnd_ops_view_validators.md | 5 +- docs/sgnd/sgnd_query_cbridge.md | 2 + docs/sgnd/sgnd_query_cbridge_blacklist.md | 25 ++++++++ docs/sgnd/sgnd_query_cbridge_chain-signers.md | 3 +- docs/sgnd/sgnd_query_cbridge_confiscation.md | 25 ++++++++ .../sgnd/sgnd_query_cbridge_latest-signers.md | 3 +- docs/sgnd/sgnd_query_distribution.md | 1 + ...d_query_distribution_pegbridge-fee-info.md | 35 +++++++++++ docs/sgnd/sgnd_query_gov.md | 2 +- docs/sgnd/sgnd_query_gov_expedited.md | 26 ++++++++ docs/sgnd/sgnd_query_gov_tally.md | 1 + docs/sgnd/sgnd_query_pegbridge.md | 1 + .../sgnd/sgnd_query_pegbridge_confiscation.md | 25 ++++++++ docs/sgnd/sgnd_query_staking.md | 2 + .../sgnd_query_staking_syncer-instructions.md | 28 +++++++++ ...sgnd_query_staking_validator-report-url.md | 28 +++++++++ docs/sgnd/sgnd_tx_cbridge.md | 2 + .../sgnd_tx_cbridge_sign-again-withdraw.md | 25 ++++++++ .../sgnd_tx_cbridge_syncer-claim-fee-of.md | 28 +++++++++ docs/sgnd/sgnd_tx_gov.md | 1 + docs/sgnd/sgnd_tx_gov_expedite.md | 35 +++++++++++ docs/sgnd/sgnd_tx_gov_submit-proposal.md | 4 ++ ...tx_gov_submit-proposal_blacklist-update.md | 58 +++++++++++++++++ ...ov_submit-proposal_cbridge-asset-delete.md | 63 +++++++++++++++++++ ...submit-proposal_cbridge-contract-delete.md | 62 ++++++++++++++++++ ...mit-proposal_withdraw-confiscated-asset.md | 63 +++++++++++++++++++ docs/sgnd/sgnd_tx_pegbridge.md | 1 + .../sgnd_tx_pegbridge_syncer-claim-fee-of.md | 28 +++++++++ docs/sgnd/sgnd_tx_staking.md | 2 + ...gnd_tx_staking_set-validator-report-url.md | 25 ++++++++ .../sgnd_tx_staking_syncer-instruction.md | 28 +++++++++ docs/validator.md | 4 +- 48 files changed, 764 insertions(+), 13 deletions(-) create mode 100644 binaries/aws-kms-tools-v1.18.0-darwin-amd64.tar.gz create mode 100644 binaries/aws-kms-tools-v1.18.0-darwin-arm64.tar.gz create mode 100644 binaries/aws-kms-tools-v1.18.0-linux-amd64.tar.gz create mode 100644 binaries/aws-kms-tools-v1.18.0-linux-arm64.tar.gz create mode 100644 binaries/sgnd-v1.18.0-cleveldb-ubuntu-linux-amd64.tar.gz create mode 100644 binaries/sgnd-v1.18.0-goleveldb-linux-amd64.tar.gz create mode 100644 binaries/sgnd-v1.18.0-goleveldb-linux-arm64.tar.gz create mode 100644 docs/sgnd/sgnd_ops_bridge_submit-withdraw.md create mode 100644 docs/sgnd/sgnd_ops_bridge_update-signers.md create mode 100644 docs/sgnd/sgnd_ops_validator_withdraw-cbr-fee-of.md create mode 100644 docs/sgnd/sgnd_ops_validator_withdraw-pegbr-fee-of.md create mode 100644 docs/sgnd/sgnd_query_cbridge_blacklist.md create mode 100644 docs/sgnd/sgnd_query_cbridge_confiscation.md create mode 100644 docs/sgnd/sgnd_query_distribution_pegbridge-fee-info.md create mode 100644 docs/sgnd/sgnd_query_gov_expedited.md create mode 100644 docs/sgnd/sgnd_query_pegbridge_confiscation.md create mode 100644 docs/sgnd/sgnd_query_staking_syncer-instructions.md create mode 100644 docs/sgnd/sgnd_query_staking_validator-report-url.md create mode 100644 docs/sgnd/sgnd_tx_cbridge_sign-again-withdraw.md create mode 100644 docs/sgnd/sgnd_tx_cbridge_syncer-claim-fee-of.md create mode 100644 docs/sgnd/sgnd_tx_gov_expedite.md create mode 100644 docs/sgnd/sgnd_tx_gov_submit-proposal_blacklist-update.md create mode 100644 docs/sgnd/sgnd_tx_gov_submit-proposal_cbridge-asset-delete.md create mode 100644 docs/sgnd/sgnd_tx_gov_submit-proposal_cbridge-contract-delete.md create mode 100644 docs/sgnd/sgnd_tx_gov_submit-proposal_withdraw-confiscated-asset.md create mode 100644 docs/sgnd/sgnd_tx_pegbridge_syncer-claim-fee-of.md create mode 100644 docs/sgnd/sgnd_tx_staking_set-validator-report-url.md create mode 100644 docs/sgnd/sgnd_tx_staking_syncer-instruction.md diff --git a/binaries/aws-kms-tools-v1.18.0-darwin-amd64.tar.gz b/binaries/aws-kms-tools-v1.18.0-darwin-amd64.tar.gz new file mode 100644 index 0000000..4b0f1e3 --- /dev/null +++ b/binaries/aws-kms-tools-v1.18.0-darwin-amd64.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c2694d806ef4c0409cb1193bfa9659e464bc04dd608be4399e4a791ab469ea +size 17816080 diff --git a/binaries/aws-kms-tools-v1.18.0-darwin-arm64.tar.gz b/binaries/aws-kms-tools-v1.18.0-darwin-arm64.tar.gz new file mode 100644 index 0000000..ff91475 --- /dev/null +++ b/binaries/aws-kms-tools-v1.18.0-darwin-arm64.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83df72e1a4b37bc397e2908339d45cd6fb62e32dacfa803b94c5017114b85fb +size 17174163 diff --git a/binaries/aws-kms-tools-v1.18.0-linux-amd64.tar.gz b/binaries/aws-kms-tools-v1.18.0-linux-amd64.tar.gz new file mode 100644 index 0000000..39e63a5 --- /dev/null +++ b/binaries/aws-kms-tools-v1.18.0-linux-amd64.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f23ffa076b37bfe93410595b9d7c1cbc5b08fe3ea2d16af19f7ddd579676f86d +size 17031216 diff --git a/binaries/aws-kms-tools-v1.18.0-linux-arm64.tar.gz b/binaries/aws-kms-tools-v1.18.0-linux-arm64.tar.gz new file mode 100644 index 0000000..b1e749b --- /dev/null +++ b/binaries/aws-kms-tools-v1.18.0-linux-arm64.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89e8d3892abd8e96d35d07c328e27ea72b512ffbc3c7613681f49a9ec3d9c16 +size 17094093 diff --git a/binaries/sgnd-v1.18.0-cleveldb-ubuntu-linux-amd64.tar.gz b/binaries/sgnd-v1.18.0-cleveldb-ubuntu-linux-amd64.tar.gz new file mode 100644 index 0000000..0026c6a --- /dev/null +++ b/binaries/sgnd-v1.18.0-cleveldb-ubuntu-linux-amd64.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44207a0dcef3ac2e45e15c3b4b7f534955f5b3d0afd3a162444d9f24d55a84ca +size 43457448 diff --git a/binaries/sgnd-v1.18.0-goleveldb-linux-amd64.tar.gz b/binaries/sgnd-v1.18.0-goleveldb-linux-amd64.tar.gz new file mode 100644 index 0000000..9efc027 --- /dev/null +++ b/binaries/sgnd-v1.18.0-goleveldb-linux-amd64.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a392127d7250b249692fccdcaa66c9c0079db4d757490b81ad3c6d271bf7d69a +size 46347062 diff --git a/binaries/sgnd-v1.18.0-goleveldb-linux-arm64.tar.gz b/binaries/sgnd-v1.18.0-goleveldb-linux-arm64.tar.gz new file mode 100644 index 0000000..9efc027 --- /dev/null +++ b/binaries/sgnd-v1.18.0-goleveldb-linux-arm64.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a392127d7250b249692fccdcaa66c9c0079db4d757490b81ad3c6d271bf7d69a +size 46347062 diff --git a/docs/aws_kms.md b/docs/aws_kms.md index 86f1dc9..49ca531 100644 --- a/docs/aws_kms.md +++ b/docs/aws_kms.md @@ -54,7 +54,7 @@ signer_passphrase = ":" You will need the signer address for various operations. Download and install the `aws-kms-tools` binary: ```sh -curl -L https://github.com/celer-network/sgn-v2-networks/releases/download/v1.17.2/aws-kms-tools-v1.17.2-linux-amd64.tar.gz | tar -xz +curl -L https://github.com/celer-network/sgn-v2-networks/releases/download/v1.18.0/aws-kms-tools-v1.18.0-linux-amd64.tar.gz | tar -xz mv aws-kms-tools $GOBIN ``` diff --git a/docs/sgnd/sgnd_ops_bridge.md b/docs/sgnd/sgnd_ops_bridge.md index 56edeb4..ba83b6f 100644 --- a/docs/sgnd/sgnd_ops_bridge.md +++ b/docs/sgnd/sgnd_ops_bridge.md @@ -18,7 +18,9 @@ sgnd ops bridge [flags] * [sgnd ops bridge migrate-vault](sgnd_ops_bridge_migrate-vault.md) - migrate token vault from v0 to v2 * [sgnd ops bridge query-message](sgnd_ops_bridge_query-message.md) - query message by chain id and tx hash * [sgnd ops bridge submit-relay](sgnd_ops_bridge_submit-relay.md) - Submit cbridge relay using source transferId +* [sgnd ops bridge submit-withdraw](sgnd_ops_bridge_submit-withdraw.md) - Submit cbridge withdraw using receiver address and seqnum * [sgnd ops bridge sync-farming](sgnd_ops_bridge_sync-farming.md) - Syncs all LP liquidity for a token on a chain with their stakes in the farming pool * [sgnd ops bridge trigger-set-refund](sgnd_ops_bridge_trigger-set-refund.md) - Trigger set refund of pool-based bridge send +* [sgnd ops bridge update-signers](sgnd_ops_bridge_update-signers.md) - Update signers for a chain ###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_ops_bridge_submit-relay.md b/docs/sgnd/sgnd_ops_bridge_submit-relay.md index 3e3b4ec..b31a4dc 100644 --- a/docs/sgnd/sgnd_ops_bridge_submit-relay.md +++ b/docs/sgnd/sgnd_ops_bridge_submit-relay.md @@ -5,7 +5,7 @@ Submit cbridge relay using source transferId ### Synopsis Example: -$ ops submit-relay --xferid=xxxxx" +$ ops bridge submit-relay --xferid=xxxxx" ``` sgnd ops bridge submit-relay [flags] @@ -14,9 +14,9 @@ sgnd ops bridge submit-relay [flags] ### Options ``` - --gasprice uint force gas price in gwei - -h, --help help for submit-relay - --xferid string transferId, used to retry submit relay + --gasprice string force gas price in gwei + -h, --help help for submit-relay + --xferid string transferId, used to retry submit relay ``` ### SEE ALSO diff --git a/docs/sgnd/sgnd_ops_bridge_submit-withdraw.md b/docs/sgnd/sgnd_ops_bridge_submit-withdraw.md new file mode 100644 index 0000000..aa23f63 --- /dev/null +++ b/docs/sgnd/sgnd_ops_bridge_submit-withdraw.md @@ -0,0 +1,27 @@ +## sgnd ops bridge submit-withdraw + +Submit cbridge withdraw using receiver address and seqnum + +### Synopsis + +Example: +$ ops bridge submit-withdraw --receiver=xxxxx --seqnum=xxxxx" + +``` +sgnd ops bridge submit-withdraw [flags] +``` + +### Options + +``` + --gasprice string force gas price in gwei + -h, --help help for submit-withdraw + --receiver string the receiver address + --seqnum uint the withdraw sequence number +``` + +### SEE ALSO + +* [sgnd ops bridge](sgnd_ops_bridge.md) - Bridge subcommands (submit relay, sync farming, migrate vault, etc.) + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_ops_bridge_update-signers.md b/docs/sgnd/sgnd_ops_bridge_update-signers.md new file mode 100644 index 0000000..4849c6b --- /dev/null +++ b/docs/sgnd/sgnd_ops_bridge_update-signers.md @@ -0,0 +1,26 @@ +## sgnd ops bridge update-signers + +Update signers for a chain + +### Synopsis + +Example: +$ ops bridge update-signers --chainid=xxxxx" + +``` +sgnd ops bridge update-signers [flags] +``` + +### Options + +``` + --chainid uint the chain ID + --gasprice string force gas price in gwei + -h, --help help for update-signers +``` + +### SEE ALSO + +* [sgnd ops bridge](sgnd_ops_bridge.md) - Bridge subcommands (submit relay, sync farming, migrate vault, etc.) + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_ops_sync_staking.md b/docs/sgnd/sgnd_ops_sync_staking.md index 87208d9..069bbf9 100644 --- a/docs/sgnd/sgnd_ops_sync_staking.md +++ b/docs/sgnd/sgnd_ops_sync_staking.md @@ -14,7 +14,7 @@ sgnd ops sync staking [flags] ### Options ``` - --deladdr string delagator address, optional. must be presented when sync delegation info + --deladdr string delegator address, optional. must be presented when sync delegation info -h, --help help for staking --valaddr string validator address, required ``` diff --git a/docs/sgnd/sgnd_ops_validator.md b/docs/sgnd/sgnd_ops_validator.md index 1a46039..e56b771 100644 --- a/docs/sgnd/sgnd_ops_validator.md +++ b/docs/sgnd/sgnd_ops_validator.md @@ -20,6 +20,8 @@ sgnd ops validator [flags] * [sgnd ops validator claim-staking-reward](sgnd_ops_validator_claim-staking-reward.md) - validator query and claim staking reward * [sgnd ops validator init](sgnd_ops_validator_init.md) - Initialize a validator (if validator keystore is on local machine) * [sgnd ops validator withdraw-cbr-fee](sgnd_ops_validator_withdraw-cbr-fee.md) - validator query and submit liquidity-pool bridge fee withdrawal request +* [sgnd ops validator withdraw-cbr-fee-of](sgnd_ops_validator_withdraw-cbr-fee-of.md) - syncer query and submit liquidity-pool bridge fee withdrawal request for the client * [sgnd ops validator withdraw-pegbr-fee](sgnd_ops_validator_withdraw-pegbr-fee.md) - validator query and submit pegged bridge fee withdrawal request +* [sgnd ops validator withdraw-pegbr-fee-of](sgnd_ops_validator_withdraw-pegbr-fee-of.md) - syncer query and submit pegged bridge fee withdrawal request for the client ###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_ops_validator_withdraw-cbr-fee-of.md b/docs/sgnd/sgnd_ops_validator_withdraw-cbr-fee-of.md new file mode 100644 index 0000000..eaf1954 --- /dev/null +++ b/docs/sgnd/sgnd_ops_validator_withdraw-cbr-fee-of.md @@ -0,0 +1,23 @@ +## sgnd ops validator withdraw-cbr-fee-of + +syncer query and submit liquidity-pool bridge fee withdrawal request for the client + +``` +sgnd ops validator withdraw-cbr-fee-of [client-eth-addr] [flags] +``` + +### Options + +``` + --chain uint chain id + --file string file that contains a list of tuples + -h, --help help for withdraw-cbr-fee-of + --query only query the withdrawals + --reqid uint withdraw request id +``` + +### SEE ALSO + +* [sgnd ops validator](sgnd_ops_validator.md) - Validator subcommands (init, bond, collect fees, etc.) + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_ops_validator_withdraw-pegbr-fee-of.md b/docs/sgnd/sgnd_ops_validator_withdraw-pegbr-fee-of.md new file mode 100644 index 0000000..c247920 --- /dev/null +++ b/docs/sgnd/sgnd_ops_validator_withdraw-pegbr-fee-of.md @@ -0,0 +1,23 @@ +## sgnd ops validator withdraw-pegbr-fee-of + +syncer query and submit pegged bridge fee withdrawal request for the client + +``` +sgnd ops validator withdraw-pegbr-fee-of [client-eth-addr] [flags] +``` + +### Options + +``` + --chain uint chain id + --file string file that contains a list of tuples + -h, --help help for withdraw-pegbr-fee-of + --query only query the withdrawals + --reqid uint withdraw request id +``` + +### SEE ALSO + +* [sgnd ops validator](sgnd_ops_validator.md) - Validator subcommands (init, bond, collect fees, etc.) + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_ops_view_validators.md b/docs/sgnd/sgnd_ops_view_validators.md index ab6abce..28c477a 100644 --- a/docs/sgnd/sgnd_ops_view_validators.md +++ b/docs/sgnd/sgnd_ops_view_validators.md @@ -9,8 +9,9 @@ sgnd ops view validators [flags] ### Options ``` - --bonded Only bonded validators - -h, --help help for validators + --bonded Only bonded validators + --file string file that contains a list of addrs to check powers + -h, --help help for validators ``` ### SEE ALSO diff --git a/docs/sgnd/sgnd_query_cbridge.md b/docs/sgnd/sgnd_query_cbridge.md index 8fe9dec..cd57e42 100644 --- a/docs/sgnd/sgnd_query_cbridge.md +++ b/docs/sgnd/sgnd_query_cbridge.md @@ -23,9 +23,11 @@ sgnd query cbridge [flags] * [sgnd query](sgnd_query.md) - Querying subcommands * [sgnd query cbridge asset-price](sgnd_query_cbridge_asset-price.md) - Query asset price * [sgnd query cbridge balancers](sgnd_query_cbridge_balancers.md) - Query balancers +* [sgnd query cbridge blacklist](sgnd_query_cbridge_blacklist.md) - Query blacklist * [sgnd query cbridge chain-signers](sgnd_query_cbridge_chain-signers.md) - Query signers for chainid * [sgnd query cbridge chaintokens](sgnd_query_cbridge_chaintokens.md) - Query the chain tokens * [sgnd query cbridge config](sgnd_query_cbridge_config.md) - Query the current cbridge config +* [sgnd query cbridge confiscation](sgnd_query_cbridge_confiscation.md) - Query confiscation * [sgnd query cbridge fee-share](sgnd_query_cbridge_fee-share.md) - Query fee share of a sgn validator or delegator * [sgnd query cbridge gas-price](sgnd_query_cbridge_gas-price.md) - Query gas price for chainid * [sgnd query cbridge getany](sgnd_query_cbridge_getany.md) - Query any kv value for given full key diff --git a/docs/sgnd/sgnd_query_cbridge_blacklist.md b/docs/sgnd/sgnd_query_cbridge_blacklist.md new file mode 100644 index 0000000..0c5e9ee --- /dev/null +++ b/docs/sgnd/sgnd_query_cbridge_blacklist.md @@ -0,0 +1,25 @@ +## sgnd query cbridge blacklist + +Query blacklist + +``` +sgnd query cbridge blacklist [flags] +``` + +### Options + +``` + -h, --help help for blacklist +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID +``` + +### SEE ALSO + +* [sgnd query cbridge](sgnd_query_cbridge.md) - Querying commands for the cbridge module + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_query_cbridge_chain-signers.md b/docs/sgnd/sgnd_query_cbridge_chain-signers.md index 9d96384..452aced 100644 --- a/docs/sgnd/sgnd_query_cbridge_chain-signers.md +++ b/docs/sgnd/sgnd_query_cbridge_chain-signers.md @@ -9,7 +9,8 @@ sgnd query cbridge chain-signers [chain-id] [flags] ### Options ``` - -h, --help help for chain-signers + --file string file that contains a list of addrs to check powers + -h, --help help for chain-signers ``` ### Options inherited from parent commands diff --git a/docs/sgnd/sgnd_query_cbridge_confiscation.md b/docs/sgnd/sgnd_query_cbridge_confiscation.md new file mode 100644 index 0000000..8f4fa6b --- /dev/null +++ b/docs/sgnd/sgnd_query_cbridge_confiscation.md @@ -0,0 +1,25 @@ +## sgnd query cbridge confiscation + +Query confiscation + +``` +sgnd query cbridge confiscation [chainId] [tokenAddr] [flags] +``` + +### Options + +``` + -h, --help help for confiscation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID +``` + +### SEE ALSO + +* [sgnd query cbridge](sgnd_query_cbridge.md) - Querying commands for the cbridge module + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_query_cbridge_latest-signers.md b/docs/sgnd/sgnd_query_cbridge_latest-signers.md index 08a1268..3d8ac3e 100644 --- a/docs/sgnd/sgnd_query_cbridge_latest-signers.md +++ b/docs/sgnd/sgnd_query_cbridge_latest-signers.md @@ -9,7 +9,8 @@ sgnd query cbridge latest-signers [flags] ### Options ``` - -h, --help help for latest-signers + --file string file that contains a list of addrs to check powers + -h, --help help for latest-signers ``` ### Options inherited from parent commands diff --git a/docs/sgnd/sgnd_query_distribution.md b/docs/sgnd/sgnd_query_distribution.md index 3490dae..4346b30 100644 --- a/docs/sgnd/sgnd_query_distribution.md +++ b/docs/sgnd/sgnd_query_distribution.md @@ -25,6 +25,7 @@ sgnd query distribution [flags] * [sgnd query distribution commission](sgnd_query_distribution_commission.md) - Query distribution validator commission * [sgnd query distribution community-pool](sgnd_query_distribution_community-pool.md) - Query the amount of coins in the community pool * [sgnd query distribution params](sgnd_query_distribution_params.md) - Query distribution params +* [sgnd query distribution pegbridge-fee-info](sgnd_query_distribution_pegbridge-fee-info.md) - query the pegBridge fee info of an account * [sgnd query distribution rewards](sgnd_query_distribution_rewards.md) - Query all distribution delegator rewards or rewards from a particular validator * [sgnd query distribution staking-reward-claim-info](sgnd_query_distribution_staking-reward-claim-info.md) - query the staking reward claim info of an account * [sgnd query distribution staking-reward-info](sgnd_query_distribution_staking-reward-info.md) - query the staking reward info of an account diff --git a/docs/sgnd/sgnd_query_distribution_pegbridge-fee-info.md b/docs/sgnd/sgnd_query_distribution_pegbridge-fee-info.md new file mode 100644 index 0000000..c240b29 --- /dev/null +++ b/docs/sgnd/sgnd_query_distribution_pegbridge-fee-info.md @@ -0,0 +1,35 @@ +## sgnd query distribution pegbridge-fee-info + +query the pegBridge fee info of an account + +### Synopsis + +Query the pegBridge fee info of an account. + +Example: +$ query pegbridge-fee-info 0xd0f2596d700c9bd4d605c938e586ec67b01c7364 + +``` +sgnd query distribution pegbridge-fee-info [delegator-address] [flags] +``` + +### Options + +``` + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for pegbridge-fee-info + --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") + -o, --output string Output format (text|json) (default "text") +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID +``` + +### SEE ALSO + +* [sgnd query distribution](sgnd_query_distribution.md) - Querying commands for the distribution module + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_query_gov.md b/docs/sgnd/sgnd_query_gov.md index 9fa8bdf..3da28b8 100644 --- a/docs/sgnd/sgnd_query_gov.md +++ b/docs/sgnd/sgnd_query_gov.md @@ -23,11 +23,11 @@ sgnd query gov [flags] * [sgnd query](sgnd_query.md) - Querying subcommands * [sgnd query gov deposit](sgnd_query_gov_deposit.md) - Query details of a deposit * [sgnd query gov deposits](sgnd_query_gov_deposits.md) - Query deposits on a proposal +* [sgnd query gov expedited](sgnd_query_gov_expedited.md) - Query expedited proposal * [sgnd query gov param](sgnd_query_gov_param.md) - Query the parameters (voting|tallying|deposit) of the governance process * [sgnd query gov params](sgnd_query_gov_params.md) - Query the parameters of the governance process * [sgnd query gov proposal](sgnd_query_gov_proposal.md) - Query details of a single proposal * [sgnd query gov proposals](sgnd_query_gov_proposals.md) - Query proposals with optional filters -* [sgnd query gov proposer](sgnd_query_gov_proposer.md) - Query the proposer of a governance proposal * [sgnd query gov tally](sgnd_query_gov_tally.md) - Get the tally of a proposal vote * [sgnd query gov vote](sgnd_query_gov_vote.md) - Query details of a single vote * [sgnd query gov votes](sgnd_query_gov_votes.md) - Query votes on a proposal diff --git a/docs/sgnd/sgnd_query_gov_expedited.md b/docs/sgnd/sgnd_query_gov_expedited.md new file mode 100644 index 0000000..92ff685 --- /dev/null +++ b/docs/sgnd/sgnd_query_gov_expedited.md @@ -0,0 +1,26 @@ +## sgnd query gov expedited + +Query expedited proposal + +``` +sgnd query gov expedited [proposal-id] [flags] +``` + +### Options + +``` + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for expedited +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID +``` + +### SEE ALSO + +* [sgnd query gov](sgnd_query_gov.md) - Querying commands for the governance module + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_query_gov_tally.md b/docs/sgnd/sgnd_query_gov_tally.md index 244e0d8..c2c3c4e 100644 --- a/docs/sgnd/sgnd_query_gov_tally.md +++ b/docs/sgnd/sgnd_query_gov_tally.md @@ -17,6 +17,7 @@ sgnd query gov tally [proposal-id] [flags] ### Options ``` + --detail Print detailed voters info --height int Use a specific height to query state at (this can error if the node is pruning state) -h, --help help for tally ``` diff --git a/docs/sgnd/sgnd_query_pegbridge.md b/docs/sgnd/sgnd_query_pegbridge.md index ce6ce49..5d936b9 100644 --- a/docs/sgnd/sgnd_query_pegbridge.md +++ b/docs/sgnd/sgnd_query_pegbridge.md @@ -23,6 +23,7 @@ sgnd query pegbridge [flags] * [sgnd query](sgnd_query.md) - Querying subcommands * [sgnd query pegbridge burn](sgnd_query_pegbridge_burn.md) - Query pegbridge burn info * [sgnd query pegbridge config](sgnd_query_pegbridge_config.md) - Query the current pegbridge config +* [sgnd query pegbridge confiscation](sgnd_query_pegbridge_confiscation.md) - Query confiscation * [sgnd query pegbridge deposit](sgnd_query_pegbridge_deposit.md) - Query pegbridge deposit info * [sgnd query pegbridge fee](sgnd_query_pegbridge_fee.md) - Query fee of a sgn validator or delegator * [sgnd query pegbridge mint](sgnd_query_pegbridge_mint.md) - Query pegbridge mint info diff --git a/docs/sgnd/sgnd_query_pegbridge_confiscation.md b/docs/sgnd/sgnd_query_pegbridge_confiscation.md new file mode 100644 index 0000000..14162f6 --- /dev/null +++ b/docs/sgnd/sgnd_query_pegbridge_confiscation.md @@ -0,0 +1,25 @@ +## sgnd query pegbridge confiscation + +Query confiscation + +``` +sgnd query pegbridge confiscation [chainId] [tokenAddr] [flags] +``` + +### Options + +``` + -h, --help help for confiscation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID +``` + +### SEE ALSO + +* [sgnd query pegbridge](sgnd_query_pegbridge.md) - Querying commands for the pegbridge module + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_query_staking.md b/docs/sgnd/sgnd_query_staking.md index 6604a6e..311ab07 100644 --- a/docs/sgnd/sgnd_query_staking.md +++ b/docs/sgnd/sgnd_query_staking.md @@ -25,9 +25,11 @@ sgnd query staking [flags] * [sgnd query staking delegator-delegations](sgnd_query_staking_delegator-delegations.md) - Query all delegations made by one delegator * [sgnd query staking params](sgnd_query_staking_params.md) - Query the current staking parameters information * [sgnd query staking syncer](sgnd_query_staking_syncer.md) - query syncer info +* [sgnd query staking syncer-instructions](sgnd_query_staking_syncer-instructions.md) - Query syncer instructions of all syncer candidates * [sgnd query staking transactors](sgnd_query_staking_transactors.md) - query validator transactors by validator's Ethereum address * [sgnd query staking validator](sgnd_query_staking_validator.md) - Query a validator * [sgnd query staking validator-delegations](sgnd_query_staking_validator-delegations.md) - Query all delegations made to one validator +* [sgnd query staking validator-report-url](sgnd_query_staking_validator-report-url.md) - Query validator report url * [sgnd query staking validators](sgnd_query_staking_validators.md) - query all validators ###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_query_staking_syncer-instructions.md b/docs/sgnd/sgnd_query_staking_syncer-instructions.md new file mode 100644 index 0000000..4f39ca2 --- /dev/null +++ b/docs/sgnd/sgnd_query_staking_syncer-instructions.md @@ -0,0 +1,28 @@ +## sgnd query staking syncer-instructions + +Query syncer instructions of all syncer candidates + +``` +sgnd query staking syncer-instructions [flags] +``` + +### Options + +``` + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for syncer-instructions + --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") + -o, --output string Output format (text|json) (default "text") +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID +``` + +### SEE ALSO + +* [sgnd query staking](sgnd_query_staking.md) - Querying commands for the staking module + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_query_staking_validator-report-url.md b/docs/sgnd/sgnd_query_staking_validator-report-url.md new file mode 100644 index 0000000..e6dc973 --- /dev/null +++ b/docs/sgnd/sgnd_query_staking_validator-report-url.md @@ -0,0 +1,28 @@ +## sgnd query staking validator-report-url + +Query validator report url + +``` +sgnd query staking validator-report-url [flags] +``` + +### Options + +``` + --height int Use a specific height to query state at (this can error if the node is pruning state) + -h, --help help for validator-report-url + --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") + -o, --output string Output format (text|json) (default "text") +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID +``` + +### SEE ALSO + +* [sgnd query staking](sgnd_query_staking.md) - Querying commands for the staking module + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_tx_cbridge.md b/docs/sgnd/sgnd_tx_cbridge.md index 6aa73de..70bfc88 100644 --- a/docs/sgnd/sgnd_tx_cbridge.md +++ b/docs/sgnd/sgnd_tx_cbridge.md @@ -24,6 +24,8 @@ sgnd tx cbridge [flags] * [sgnd tx cbridge batch-set-liq-caps](sgnd_tx_cbridge_batch-set-liq-caps.md) - Set a list of liquidity caps through a config file * [sgnd tx cbridge set-liq-cap](sgnd_tx_cbridge_set-liq-cap.md) - Set the liquidity cap of a token on a chain * [sgnd tx cbridge sign-again-relay](sgnd_tx_cbridge_sign-again-relay.md) - Trigger sign again of relay msg +* [sgnd tx cbridge sign-again-withdraw](sgnd_tx_cbridge_sign-again-withdraw.md) - Trigger sign again of withdraw msg +* [sgnd tx cbridge syncer-claim-fee-of](sgnd_tx_cbridge_syncer-claim-fee-of.md) - Syncer claim fee on behalf of the client * [sgnd tx cbridge update-latest-signers](sgnd_tx_cbridge_update-latest-signers.md) - Trigger update of latest signers * [sgnd tx cbridge validator-claim-fee](sgnd_tx_cbridge_validator-claim-fee.md) - Validator claim fee shares diff --git a/docs/sgnd/sgnd_tx_cbridge_sign-again-withdraw.md b/docs/sgnd/sgnd_tx_cbridge_sign-again-withdraw.md new file mode 100644 index 0000000..79e828e --- /dev/null +++ b/docs/sgnd/sgnd_tx_cbridge_sign-again-withdraw.md @@ -0,0 +1,25 @@ +## sgnd tx cbridge sign-again-withdraw + +Trigger sign again of withdraw msg + +``` +sgnd tx cbridge sign-again-withdraw [user-addr] [request-id] [flags] +``` + +### Options + +``` + -h, --help help for sign-again-withdraw +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID +``` + +### SEE ALSO + +* [sgnd tx cbridge](sgnd_tx_cbridge.md) - cbridge transactions subcommands + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_tx_cbridge_syncer-claim-fee-of.md b/docs/sgnd/sgnd_tx_cbridge_syncer-claim-fee-of.md new file mode 100644 index 0000000..f83f03b --- /dev/null +++ b/docs/sgnd/sgnd_tx_cbridge_syncer-claim-fee-of.md @@ -0,0 +1,28 @@ +## sgnd tx cbridge syncer-claim-fee-of + +Syncer claim fee on behalf of the client + +``` +sgnd tx cbridge syncer-claim-fee-of [client-eth-addr] [flags] +``` + +### Options + +``` + --chain uint chain id + --file string file that contains a list of tuples + -h, --help help for syncer-claim-fee-of + --token string token address +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID +``` + +### SEE ALSO + +* [sgnd tx cbridge](sgnd_tx_cbridge.md) - cbridge transactions subcommands + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_tx_gov.md b/docs/sgnd/sgnd_tx_gov.md index 2285ed1..03827c6 100644 --- a/docs/sgnd/sgnd_tx_gov.md +++ b/docs/sgnd/sgnd_tx_gov.md @@ -22,6 +22,7 @@ sgnd tx gov [flags] * [sgnd tx](sgnd_tx.md) - Transactions subcommands * [sgnd tx gov deposit](sgnd_tx_gov_deposit.md) - Deposit tokens for an active proposal +* [sgnd tx gov expedite](sgnd_tx_gov_expedite.md) - Expedite an active proposal * [sgnd tx gov submit-proposal](sgnd_tx_gov_submit-proposal.md) - Submit a proposal along with an initial deposit * [sgnd tx gov vote](sgnd_tx_gov_vote.md) - Vote for an active proposal, options: yes/no/no_with_veto/abstain diff --git a/docs/sgnd/sgnd_tx_gov_expedite.md b/docs/sgnd/sgnd_tx_gov_expedite.md new file mode 100644 index 0000000..cb3015a --- /dev/null +++ b/docs/sgnd/sgnd_tx_gov_expedite.md @@ -0,0 +1,35 @@ +## sgnd tx gov expedite + +Expedite an active proposal + +### Synopsis + +Expedite an active proposal. You can +find the proposal-id by running " query gov proposals". + + +Example: +$ tx gov expedite 1 + +``` +sgnd tx gov expedite [proposal-id] [flags] +``` + +### Options + +``` + --execute execute the expedited proposal + -h, --help help for expedite +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID +``` + +### SEE ALSO + +* [sgnd tx gov](sgnd_tx_gov.md) - Governance transactions subcommands + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_tx_gov_submit-proposal.md b/docs/sgnd/sgnd_tx_gov_submit-proposal.md index cc6a5e3..d3d3cb7 100644 --- a/docs/sgnd/sgnd_tx_gov_submit-proposal.md +++ b/docs/sgnd/sgnd_tx_gov_submit-proposal.md @@ -69,7 +69,10 @@ sgnd tx gov submit-proposal [flags] * [sgnd tx gov](sgnd_tx_gov.md) - Governance transactions subcommands * [sgnd tx gov submit-proposal balancer-update](sgnd_tx_gov_submit-proposal_balancer-update.md) - Submit a balancer update proposal +* [sgnd tx gov submit-proposal blacklist-update](sgnd_tx_gov_submit-proposal_blacklist-update.md) - Submit a blacklist update proposal +* [sgnd tx gov submit-proposal cbridge-asset-delete](sgnd_tx_gov_submit-proposal_cbridge-asset-delete.md) - Submit a cbridge asset delete proposal * [sgnd tx gov submit-proposal cbridge-change](sgnd_tx_gov_submit-proposal_cbridge-change.md) - Submit a cbridge config change proposal +* [sgnd tx gov submit-proposal cbridge-contract-delete](sgnd_tx_gov_submit-proposal_cbridge-contract-delete.md) - Submit a cbridge contract delete proposal * [sgnd tx gov submit-proposal farming-add-pool](sgnd_tx_gov_submit-proposal_farming-add-pool.md) - Submit an AddPoolProposal * [sgnd tx gov submit-proposal farming-add-tokens](sgnd_tx_gov_submit-proposal_farming-add-tokens.md) - Submit an AddTokensProposal * [sgnd tx gov submit-proposal farming-adjust-reward](sgnd_tx_gov_submit-proposal_farming-adjust-reward.md) - Submit an AdjustRewardProposal @@ -86,5 +89,6 @@ sgnd tx gov submit-proposal [flags] * [sgnd tx gov submit-proposal software-upgrade](sgnd_tx_gov_submit-proposal_software-upgrade.md) - Submit a software upgrade proposal * [sgnd tx gov submit-proposal total-supply-update](sgnd_tx_gov_submit-proposal_total-supply-update.md) - Submit a pegged total supply update proposal * [sgnd tx gov submit-proposal vault-migration](sgnd_tx_gov_submit-proposal_vault-migration.md) - Submit a vault migrations proposal +* [sgnd tx gov submit-proposal withdraw-confiscated-asset](sgnd_tx_gov_submit-proposal_withdraw-confiscated-asset.md) - Submit a confiscated asset withdrawal proposal ###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_tx_gov_submit-proposal_blacklist-update.md b/docs/sgnd/sgnd_tx_gov_submit-proposal_blacklist-update.md new file mode 100644 index 0000000..74e3333 --- /dev/null +++ b/docs/sgnd/sgnd_tx_gov_submit-proposal_blacklist-update.md @@ -0,0 +1,58 @@ +## sgnd tx gov submit-proposal blacklist-update + +Submit a blacklist update proposal + +### Synopsis + + +proposal file is path to json like below +{ + "title": "blacklist update", + "description": "add blacklist", + "accounts": ["c310195e2844791cfd11d158bd13e5649bae832d"], + "deposit": "100" +} + + +``` +sgnd tx gov submit-proposal blacklist-update [proposal-file] [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for blacklist-update + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID +``` + +### SEE ALSO + +* [sgnd tx gov submit-proposal](sgnd_tx_gov_submit-proposal.md) - Submit a proposal along with an initial deposit + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_tx_gov_submit-proposal_cbridge-asset-delete.md b/docs/sgnd/sgnd_tx_gov_submit-proposal_cbridge-asset-delete.md new file mode 100644 index 0000000..9a53be8 --- /dev/null +++ b/docs/sgnd/sgnd_tx_gov_submit-proposal_cbridge-asset-delete.md @@ -0,0 +1,63 @@ +## sgnd tx gov submit-proposal cbridge-asset-delete + +Submit a cbridge asset delete proposal + +### Synopsis + + +proposal file is path to json like below +{ + "title": "cBridge asset delete", + "description": "delete asset XXX", + "assets": [ + { + symbol: "DD", + chain_id: 1, + Addr: "0x123456" + } + ] +} + + +``` +sgnd tx gov submit-proposal cbridge-asset-delete [proposal-file] [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for cbridge-asset-delete + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID +``` + +### SEE ALSO + +* [sgnd tx gov submit-proposal](sgnd_tx_gov_submit-proposal.md) - Submit a proposal along with an initial deposit + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_tx_gov_submit-proposal_cbridge-contract-delete.md b/docs/sgnd/sgnd_tx_gov_submit-proposal_cbridge-contract-delete.md new file mode 100644 index 0000000..1712e36 --- /dev/null +++ b/docs/sgnd/sgnd_tx_gov_submit-proposal_cbridge-contract-delete.md @@ -0,0 +1,62 @@ +## sgnd tx gov submit-proposal cbridge-contract-delete + +Submit a cbridge contract delete proposal + +### Synopsis + + +proposal file is path to json like below +{ + "title": "cBridge contract delete", + "description": "delete contract XXX", + "cbr_contracts": [ + { + chain_id: 1, + address: "0x1234" + } + ] +} + + +``` +sgnd tx gov submit-proposal cbridge-contract-delete [proposal-file] [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for cbridge-contract-delete + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID +``` + +### SEE ALSO + +* [sgnd tx gov submit-proposal](sgnd_tx_gov_submit-proposal.md) - Submit a proposal along with an initial deposit + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_tx_gov_submit-proposal_withdraw-confiscated-asset.md b/docs/sgnd/sgnd_tx_gov_submit-proposal_withdraw-confiscated-asset.md new file mode 100644 index 0000000..4bd9c00 --- /dev/null +++ b/docs/sgnd/sgnd_tx_gov_submit-proposal_withdraw-confiscated-asset.md @@ -0,0 +1,63 @@ +## sgnd tx gov submit-proposal withdraw-confiscated-asset + +Submit a confiscated asset withdrawal proposal + +### Synopsis + + +proposal file is path to json like below +{ + "title": "withdraw confiscated asset", + "description": "withdraw confiscated asset", + "chain_id": 1, + "token": 0x1234, + "receiver": "0xc310195e2844791cfd11d158bd13e5649bae832d", + "amount": "1000000000" + "ref_id": "0x563821", + "req_id": 1, + "deposit": "100" +} + + +``` +sgnd tx gov submit-proposal withdraw-confiscated-asset [proposal-file] [flags] +``` + +### Options + +``` + -a, --account-number uint The account number of the signing account (offline mode only) + -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") + --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it + --fee-account string Fee account pays fees for the transaction instead of deducting from the signer + --fees string Fees to pay along with transaction; eg: 10uatom + --from string Name or address of private key with which to sign + --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) + --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) + --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) + --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase is not accessible) + -h, --help help for withdraw-confiscated-asset + --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") + --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used + --ledger Use a connected Ledger device + --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") + --note string Note to add a description to the transaction (previously --memo) + --offline Offline mode (does not allow any online functionality + -o, --output string Output format (text|json) (default "json") + -s, --sequence uint The sequence number of the signing account (offline mode only) + --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature + --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height + -y, --yes Skip tx broadcasting prompt confirmation +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID +``` + +### SEE ALSO + +* [sgnd tx gov submit-proposal](sgnd_tx_gov_submit-proposal.md) - Submit a proposal along with an initial deposit + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_tx_pegbridge.md b/docs/sgnd/sgnd_tx_pegbridge.md index aa4ddf9..09495e0 100644 --- a/docs/sgnd/sgnd_tx_pegbridge.md +++ b/docs/sgnd/sgnd_tx_pegbridge.md @@ -24,6 +24,7 @@ sgnd tx pegbridge [flags] * [sgnd tx pegbridge reset-total-supply](sgnd_tx_pegbridge_reset-total-supply.md) - Reset total supply of a pegged token * [sgnd tx pegbridge sign-again-mint](sgnd_tx_pegbridge_sign-again-mint.md) - Trigger sign again of mint msg * [sgnd tx pegbridge sign-again-withdraw](sgnd_tx_pegbridge_sign-again-withdraw.md) - Trigger sign again of withdraw msg +* [sgnd tx pegbridge syncer-claim-fee-of](sgnd_tx_pegbridge_syncer-claim-fee-of.md) - Syncer claim fee on behalf of the client * [sgnd tx pegbridge validator-claim-fee](sgnd_tx_pegbridge_validator-claim-fee.md) - Validator claim fee shares ###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_tx_pegbridge_syncer-claim-fee-of.md b/docs/sgnd/sgnd_tx_pegbridge_syncer-claim-fee-of.md new file mode 100644 index 0000000..63f9e4d --- /dev/null +++ b/docs/sgnd/sgnd_tx_pegbridge_syncer-claim-fee-of.md @@ -0,0 +1,28 @@ +## sgnd tx pegbridge syncer-claim-fee-of + +Syncer claim fee on behalf of the client + +``` +sgnd tx pegbridge syncer-claim-fee-of [client-eth-addr] [flags] +``` + +### Options + +``` + --chain uint chain id + --file string file that contains a list of tuples + -h, --help help for syncer-claim-fee-of + --token string token address +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID +``` + +### SEE ALSO + +* [sgnd tx pegbridge](sgnd_tx_pegbridge.md) - pegbridge transactions subcommands + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_tx_staking.md b/docs/sgnd/sgnd_tx_staking.md index 664a0ed..62ba3f4 100644 --- a/docs/sgnd/sgnd_tx_staking.md +++ b/docs/sgnd/sgnd_tx_staking.md @@ -23,5 +23,7 @@ sgnd tx staking [flags] * [sgnd tx](sgnd_tx.md) - Transactions subcommands * [sgnd tx staking edit-description](sgnd_tx_staking_edit-description.md) - Edit validator description * [sgnd tx staking set-transactors](sgnd_tx_staking_set-transactors.md) - set transactors based on transactors in config +* [sgnd tx staking set-validator-report-url](sgnd_tx_staking_set-validator-report-url.md) - set validator report url +* [sgnd tx staking syncer-instruction](sgnd_tx_staking_syncer-instruction.md) - set syncer instruction ###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_tx_staking_set-validator-report-url.md b/docs/sgnd/sgnd_tx_staking_set-validator-report-url.md new file mode 100644 index 0000000..5ac7d0b --- /dev/null +++ b/docs/sgnd/sgnd_tx_staking_set-validator-report-url.md @@ -0,0 +1,25 @@ +## sgnd tx staking set-validator-report-url + +set validator report url + +``` +sgnd tx staking set-validator-report-url [url] [flags] +``` + +### Options + +``` + -h, --help help for set-validator-report-url +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID +``` + +### SEE ALSO + +* [sgnd tx staking](sgnd_tx_staking.md) - Validator transaction subcommands + +###### Auto generated by spf13/cobra diff --git a/docs/sgnd/sgnd_tx_staking_syncer-instruction.md b/docs/sgnd/sgnd_tx_staking_syncer-instruction.md new file mode 100644 index 0000000..f219e73 --- /dev/null +++ b/docs/sgnd/sgnd_tx_staking_syncer-instruction.md @@ -0,0 +1,28 @@ +## sgnd tx staking syncer-instruction + +set syncer instruction + +``` +sgnd tx staking syncer-instruction [flags] +``` + +### Options + +``` + --data string data to set. example: 10000000 + -h, --help help for syncer-instruction + --key string key to set. example: peg-supply-[chainId]-[token], validator-report-url + --timeout float32 timeout in terms of hours (default 1) +``` + +### Options inherited from parent commands + +``` + --chain-id string The network chain ID +``` + +### SEE ALSO + +* [sgnd tx staking](sgnd_tx_staking.md) - Validator transaction subcommands + +###### Auto generated by spf13/cobra diff --git a/docs/validator.md b/docs/validator.md index bde114a..9efabeb 100644 --- a/docs/validator.md +++ b/docs/validator.md @@ -64,8 +64,8 @@ We run on Ubuntu Linux amd64 with Amazon EC2 as an example. Feel free to experim 1. From the `/home/ubuntu` directory, download and install the `sgnd` binary: ```sh - curl -L https://github.com/celer-network/sgn-v2-networks/releases/download/v1.17.2/sgnd-v1.17.2-goleveldb-linux-amd64.tar.gz | tar -xz - # To use with cleveldb on Ubuntu, download https://github.com/celer-network/sgn-v2-networks/releases/download/v1.17.2/sgnd-v1.17.2-cleveldb-ubuntu-linux-amd64.tar.gz + curl -L https://github.com/celer-network/sgn-v2-networks/releases/download/v1.18.0/sgnd-v1.18.0-goleveldb-linux-amd64.tar.gz | tar -xz + # To use with cleveldb on Ubuntu, download https://github.com/celer-network/sgn-v2-networks/releases/download/v1.18.0/sgnd-v1.18.0-cleveldb-ubuntu-linux-amd64.tar.gz mv sgnd $GOBIN ```