Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Minor doc updates across the board #792

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@

## Type of change

Select one or more:
Select one or more from the following:

- [ ] New feature, functionality or library
- [ ] Consensus breaking; add the `consensus-breaking` label if so. See #791 for details
- [ ] Bug fix
- [ ] Code health or cleanup
- [ ] Documentation
Expand Down
9 changes: 7 additions & 2 deletions api/poktroll/application/types.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 docusaurus/docs/explore/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Roadmap
sidebar_position: 2
---

# Roadmap
## Roadmap

See the Alpha TestNet #3 Announcement [here](https://medium.com/decentralized-infrastructure/pocket-network-shannon-update-alpha-testnet-3-eca539a9e111).

Expand Down
36 changes: 36 additions & 0 deletions docusaurus/docs/explore/rpc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: RPC Endpoints
sidebar_position: 3
---

## TestNet RPC Endpoints

We have provided `gRPC`, `JSON-RPC` and `REST` endpoints, which are available here:

- `https://shannon-testnet-grove-seed-rpc.poktroll.com`
- `https://shannon-testnet-grove-seed-grpc.poktroll.com`
- `https://shannon-testnet-grove-seed-api.poktroll.com`

You can review the difference between them in the [Cosmos SDK docs](https://docs.cosmos.network/main/learn/advanced/grpc_rest#comparison-table).

### JSON-RPC

Using `curl`:

```bash
curl -X POST https://shannon-testnet-grove-seed-rpc.poktroll.com/block
```

Using the `poktrolld` binary:

```bash
poktrolld query block --type=height 0 --node https://shannon-testnet-grove-seed-rpc.poktroll.com
```

### gRPC

_TODO: Add a gRPC example_

### REST

_TODO: Add a REST example_
2 changes: 1 addition & 1 deletion docusaurus/docs/explore/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Tools & References
sidebar_position: 1
---

# 🛠️ Tools & References <!-- omit in toc -->
## 🛠️ Tools & References <!-- omit in toc -->

- 🪙 [Shannon Token Faucet](https://faucet.testnet.pokt.network/)
- 🗺️ [Shannon Explorer](https://shannon.testnet.pokt.network/poktroll/block)
Expand Down
625 changes: 273 additions & 352 deletions docusaurus/yarn.lock

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions x/application/types/types.pb.go

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

1 change: 0 additions & 1 deletion x/tokenomics/types/tx.pb.go

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

Loading