Skip to content

Commit

Permalink
Merge branch 'main' into filter_applications_flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Jan 20, 2025
2 parents a18f5c8 + bb631a2 commit 39326e3
Show file tree
Hide file tree
Showing 31 changed files with 381 additions and 177 deletions.
34 changes: 18 additions & 16 deletions api/poktroll/application/types.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions api/poktroll/shared/service.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 18 additions & 17 deletions api/poktroll/shared/supplier.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/poktroll/supplier/query.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,23 +229,23 @@ genesis:
url: http://relayminer1:8545
rev_share:
- address: pokt19a3t4yunp0dlpfjrp7qwnzwlrzd5fzs2gjaaaj
rev_share_percentage: "100"
rev_share_percentage: 100
- service_id: rest
endpoints:
- configs: []
rpc_type: REST
url: http://relayminer1:8545
rev_share:
- address: pokt19a3t4yunp0dlpfjrp7qwnzwlrzd5fzs2gjaaaj
rev_share_percentage: "100"
rev_share_percentage: 100
- service_id: ollama
endpoints:
- configs: []
rpc_type: REST
url: http://relayminer1:8545
rev_share:
- address: pokt19a3t4yunp0dlpfjrp7qwnzwlrzd5fzs2gjaaaj
rev_share_percentage: "100"
rev_share_percentage: 100
stake:
# NB: This value should be exactly 1upokt smaller than the value in
# `supplier1_stake_config.yaml` so that the stake command causes a state change.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/operate/user_guide/check-balance.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ balance using the `poktrolld` command-line interface (CLI).

## Pre-requisites

1. `poktrolld` is installed on your system; see the [installation guide](./install) for more details
1. `poktrolld` is installed on your system; see the [installation guide](./poktrolld_cli.md) for more details
2. You have the address of the wallet you wish to check
3. You know the token denomination you wish to check; `upokt` for POKT tokens

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/operate/user_guide/create-new-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ refer to the [Cosmos SDK Keyring documentation](https://docs.cosmos.network/main

Ensure you have `poktrolld` installed on your system.

Follow the [installation guide](./install) specific to your operating system.
Follow the [installation guide](./poktrolld_cli.md) specific to your operating system.

## Step 2: Creating the Wallet

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ seed phrase, recovering your account is straightforward!
## Pre-requisites

- You have the mnemonic seed phrase of the wallet you wish to recover
- `poktrolld` is installed on your system; see the [installation guide](./install) for more details
- `poktrolld` is installed on your system; see the [installation guide](./poktrolld_cli.md) for more details

## Step 1: Prepare to Recover Your Wallet

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/operate/user_guide/send-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pocket Network using the `poktrolld` command-line interface (CLI).

## Pre-requisites

1. `poktrolld` is installed on your system; see the [installation guide](./install) for more details
1. `poktrolld` is installed on your system; see the [installation guide](./poktrolld_cli.md) for more details
2. You have access to your wallet with sufficient tokens for the transaction and fees
3. You have the recipient's address

Expand Down
Loading

0 comments on commit 39326e3

Please sign in to comment.