Skip to content

Commit

Permalink
Add v1.18.0 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominator008 committed Aug 15, 2023
1 parent 3ed8cc1 commit 63dc920
Show file tree
Hide file tree
Showing 48 changed files with 764 additions and 13 deletions.
3 changes: 3 additions & 0 deletions binaries/aws-kms-tools-v1.18.0-darwin-amd64.tar.gz
Git LFS file not shown
3 changes: 3 additions & 0 deletions binaries/aws-kms-tools-v1.18.0-darwin-arm64.tar.gz
Git LFS file not shown
3 changes: 3 additions & 0 deletions binaries/aws-kms-tools-v1.18.0-linux-amd64.tar.gz
Git LFS file not shown
3 changes: 3 additions & 0 deletions binaries/aws-kms-tools-v1.18.0-linux-arm64.tar.gz
Git LFS file not shown
3 changes: 3 additions & 0 deletions binaries/sgnd-v1.18.0-cleveldb-ubuntu-linux-amd64.tar.gz
Git LFS file not shown
3 changes: 3 additions & 0 deletions binaries/sgnd-v1.18.0-goleveldb-linux-amd64.tar.gz
Git LFS file not shown
3 changes: 3 additions & 0 deletions binaries/sgnd-v1.18.0-goleveldb-linux-arm64.tar.gz
Git LFS file not shown
2 changes: 1 addition & 1 deletion docs/aws_kms.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ signer_passphrase = "<api-key>:<api-secret>"
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
```

Expand Down
2 changes: 2 additions & 0 deletions docs/sgnd/sgnd_ops_bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions docs/sgnd/sgnd_ops_bridge_submit-relay.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Submit cbridge relay using source transferId
### Synopsis

Example:
$ <appd> ops submit-relay --xferid=xxxxx"
$ <appd> ops bridge submit-relay --xferid=xxxxx"

```
sgnd ops bridge submit-relay [flags]
Expand All @@ -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
Expand Down
27 changes: 27 additions & 0 deletions docs/sgnd/sgnd_ops_bridge_submit-withdraw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## sgnd ops bridge submit-withdraw

Submit cbridge withdraw using receiver address and seqnum

### Synopsis

Example:
$ <appd> 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
26 changes: 26 additions & 0 deletions docs/sgnd/sgnd_ops_bridge_update-signers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## sgnd ops bridge update-signers

Update signers for a chain

### Synopsis

Example:
$ <appd> 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
2 changes: 1 addition & 1 deletion docs/sgnd/sgnd_ops_sync_staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 2 additions & 0 deletions docs/sgnd/sgnd_ops_validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
23 changes: 23 additions & 0 deletions docs/sgnd/sgnd_ops_validator_withdraw-cbr-fee-of.md
Original file line number Diff line number Diff line change
@@ -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 <reqid, chainid, token> 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
23 changes: 23 additions & 0 deletions docs/sgnd/sgnd_ops_validator_withdraw-pegbr-fee-of.md
Original file line number Diff line number Diff line change
@@ -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 <reqid, chainid, token> 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
5 changes: 3 additions & 2 deletions docs/sgnd/sgnd_ops_view_validators.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <val, signer> addrs to check powers
-h, --help help for validators
```

### SEE ALSO
Expand Down
2 changes: 2 additions & 0 deletions docs/sgnd/sgnd_query_cbridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
25 changes: 25 additions & 0 deletions docs/sgnd/sgnd_query_cbridge_blacklist.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion docs/sgnd/sgnd_query_cbridge_chain-signers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <val, signer> addrs to check powers
-h, --help help for chain-signers
```

### Options inherited from parent commands
Expand Down
25 changes: 25 additions & 0 deletions docs/sgnd/sgnd_query_cbridge_confiscation.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion docs/sgnd/sgnd_query_cbridge_latest-signers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <val, signer> addrs to check powers
-h, --help help for latest-signers
```

### Options inherited from parent commands
Expand Down
1 change: 1 addition & 0 deletions docs/sgnd/sgnd_query_distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
35 changes: 35 additions & 0 deletions docs/sgnd/sgnd_query_distribution_pegbridge-fee-info.md
Original file line number Diff line number Diff line change
@@ -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:
$ <appd> 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 <host>:<port> 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
2 changes: 1 addition & 1 deletion docs/sgnd/sgnd_query_gov.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 26 additions & 0 deletions docs/sgnd/sgnd_query_gov_expedited.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions docs/sgnd/sgnd_query_gov_tally.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 1 addition & 0 deletions docs/sgnd/sgnd_query_pegbridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63dc920

Please sign in to comment.