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

Removed RPC unused RPC connections #6370

Merged
merged 1 commit into from
Nov 8, 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
2 changes: 0 additions & 2 deletions docs/build/build-protocol-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ keywords: [build, protocol, extrinsics, events, transaction]
slug: ../build-protocol-info
---

import RPC from "./../../components/RPC-Connection";

This page serves as a high-level introduction to the Polkadot protocol with terminology that may be
specific to Polkadot, notable differences to other chains that you may have worked with, and
practical information for dealing with the chain.
Expand Down
2 changes: 0 additions & 2 deletions docs/general/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ keywords: [FAQ, questions]
slug: ../faq
---

import RPC from "./../../components/RPC-Connection";

:::info

This FAQ focuses on technical questions for users interested in developing applications for
Expand Down
2 changes: 0 additions & 2 deletions docs/general/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ keywords: [introduction, getting started, what is polkadot, why polkadot]
slug: ../getting-started
---

import RPC from "./../../components/RPC-Connection";

:::info Welcome to the Polkadot Wiki

The Polkadot Wiki serves as the central source of truth for Polkadot. It is a community-focused
Expand Down
2 changes: 0 additions & 2 deletions docs/general/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ keywords: [glossary, questions, definitions]
slug: ../glossary
---

import RPC from "./../../components/RPC-Connection";

## Active Nomination

A validator (or validators) that a nominator has selected to nominate and is actively validating
Expand Down
2 changes: 0 additions & 2 deletions docs/general/staking-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ keywords: [ledger, staking, polkadot, dashboard]
slug: ../staking-dashboard
---

import RPC from "./../../components/RPC-Connection";

## Preliminary Notes

The [Polkadot Staking Dashboard](https://staking.polkadot.cloud/#/overview) supports
Expand Down
2 changes: 0 additions & 2 deletions docs/learn/learn-async-backing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ keywords: [parachains, backing, parablock, perspective parachains, unincluded se
slug: ../learn-async-backing
---

import RPC from "./../../components/RPC-Connection";

:::tip Asynchronous Backing Guide for Parachains

For upgrading a parachain for Asynchronous Backing compatibility, follow the instructions on
Expand Down
2 changes: 0 additions & 2 deletions docs/learn/learn-comparisons-kusama.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ keywords: [polkadot, kusama, polkadot vs kusama, canary]
slug: ../learn-comparisons-kusama
---

import RPC from "./../../components/RPC-Connection";

Although they are like cousins and share many parts of their code, Polkadot and Kusama are
independent, standalone networks with different priorities. Kusama is wild and fast, and great for
bold experimentation and early-stage deployment. Polkadot is more conservative, prioritizing
Expand Down
3 changes: 1 addition & 2 deletions docs/learn/learn-guides-accounts-proxy-pure.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ keyword: [guides, polkadot-js, accounts, proxy, pure proxy, anonymous proxy]
slug: ../learn-guides-accounts-proxy-pure
---

import RPC from "./../../components/RPC-Connection"; import MessageBox from
"../../components/MessageBox"; import "../../components/MessageBox.css";
import MessageBox from "../../components/MessageBox"; import "../../components/MessageBox.css";

<MessageBox message="Polkadot-JS is for developers and power users only. If you need help using the Polkadot-JS UI, you can contact the
[Polkadot Support Team](https://support.polkadot.network/support/home). For more user-friendly tools
Expand Down
3 changes: 1 addition & 2 deletions docs/learn/learn-guides-accounts-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ keyword: [guides, polkadot-js, accounts, proxy]
slug: ../learn-guides-accounts-proxy
---

import RPC from "./../../components/RPC-Connection"; import MessageBox from
"../../components/MessageBox"; import "../../components/MessageBox.css";
import MessageBox from "../../components/MessageBox"; import "../../components/MessageBox.css";

<MessageBox message="Polkadot-JS is for developers and power users only. If you need help using the Polkadot-JS UI, you can contact the
[Polkadot Support Team](https://support.polkadot.network/support/home). For more user-friendly tools
Expand Down
6 changes: 3 additions & 3 deletions docs/learn/learn-guides-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ keyword: [guides, polkadot-js, accounts]
slug: ../learn-guides-accounts
---

import RPC from "./../../components/RPC-Connection"; import Tabs from "@theme/Tabs"; import TabItem
from "@theme/TabItem"; import DocCardList from '@theme/DocCardList'; import MessageBox from
"../../components/MessageBox"; import "../../components/MessageBox.css";
import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; import DocCardList from
'@theme/DocCardList'; import MessageBox from "../../components/MessageBox"; import
"../../components/MessageBox.css";

<MessageBox message="Polkadot-JS is for developers and power users only. If you need help using the Polkadot-JS UI, you can contact the
[Polkadot Support Team](https://support.polkadot.network/support/home). For more user-friendly tools
Expand Down
5 changes: 2 additions & 3 deletions docs/learn/learn-guides-nominator.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ keyword: [nominate, stake, staking, claim, rewards, polkadot-js]
slug: ../learn-guides-nominator
---

import RPC from "./../../components/RPC-Connection"; import MessageBox from
"../../components/MessageBox"; import "../../components/MessageBox.css"; import DocCardList from
'@theme/DocCardList';
import MessageBox from "../../components/MessageBox"; import "../../components/MessageBox.css";
import DocCardList from '@theme/DocCardList';

<MessageBox message="Polkadot-JS is for developers and power users only. If you need help using the Polkadot-JS UI, you can contact the
[Polkadot Support Team](https://support.polkadot.network/support/home). For more user-friendly tools
Expand Down
3 changes: 1 addition & 2 deletions docs/learn/learn-inflation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ keywords: [token, DOT, KSM, inflation]
slug: ../learn-inflation
---

import RPC from "./../../components/RPC-Connection"; import MessageBox from
"../../components/MessageBox"; import "../../components/MessageBox.css";
import MessageBox from "../../components/MessageBox"; import "../../components/MessageBox.css";

<MessageBox message="[A simpler inflation model modifiable by OpenGov and a reduction in DOT inflation are currently being discussed.](https://forum.polkadot.network/t/proposal-for-adjusting-polkadots-inflation-system-reducing-issuance-and-complexity/9157)" />

Expand Down
2 changes: 0 additions & 2 deletions docs/learn/learn-nominator.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ keyword: [nominate, nominator, stake, staking]
slug: ../learn-nominator
---

import RPC from "./../../components/RPC-Connection";

:::tip New to Staking?

Start your staking journey or explore more information about staking on
Expand Down
6 changes: 3 additions & 3 deletions docs/learn/learn-polkadot-opengov.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ keywords: [governance, referenda, proposal, voting, endorse]
slug: ../learn-polkadot-opengov
---

import RPC from "./../../components/RPC-Connection"; import VLTable from
"./../../components/Voluntary-Locking"; import Fellowship from "./../../components/Fellowship";
import MessageBox from "../../components/MessageBox"; import "../../components/MessageBox.css";
import VLTable from "./../../components/Voluntary-Locking"; import Fellowship from
"./../../components/Fellowship"; import MessageBox from "../../components/MessageBox"; import
"../../components/MessageBox.css";

<MessageBox message="Before voting or delegating in Polkadot OpenGov, get familiar with [balances and locks](./learn-account-balances#locks)." />

Expand Down
2 changes: 0 additions & 2 deletions docs/learn/learn-polkadot-technical-fellowship.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ keywords: [governance, referenda, proposal, voting, whitelist, fellowship, openg
slug: ../learn-polkadot-technical-fellowship
---

import RPC from "./../../components/RPC-Connection";

The Technical Fellowship is a self-governing body of experts and developers of Polkadot and Kusama
networks protocols. It operates on-chain through the Polkadot
[Collectives](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpolkadot-collectives-rpc.polkadot.io#/fellowship/referenda)
Expand Down
3 changes: 1 addition & 2 deletions docs/learn/learn-system-chains.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ keywords: [common good, system, parachains, system level, public utility]
slug: ../learn-system-chains
---

import RPC from "./../../components/RPC-Connection"; import Tabs from "@theme/Tabs"; import TabItem
from "@theme/TabItem";
import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem";

The primary functionality of the relay chain is to secure the parachains and facilitate secure
communication between them. All other functionalities like asset transfers, governance, identities
Expand Down
2 changes: 0 additions & 2 deletions docs/learn/learn-teleport.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ keywords: [teleport, assets, transfer]
slug: ../learn-teleport
---

import RPC from "./../../components/RPC-Connection";

One of the main properties that Polkadot brings to the blockchain industry is secure
interoperability. This interoperability allows for **asset teleportation**, i.e., the process of
moving assets (such as fungible and non-fungible tokens) between chains (parachains) to use them as
Expand Down
4 changes: 2 additions & 2 deletions docs/learn/learn-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ keywords: [transaction, transfer, DOT, extrinsics]
slug: ../learn-transactions
---

import RPC from "./../../components/RPC-Connection"; import Tabs from "@theme/Tabs"; import TabItem
from "@theme/TabItem"; import DocCardList from '@theme/DocCardList';
import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; import DocCardList from
'@theme/DocCardList';

## Pallets and Extrinsics

Expand Down
2 changes: 0 additions & 2 deletions docs/learn/learn-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ keywords: [validate, validator, maintain, NPoS, stake]
slug: ../learn-validator
---

import RPC from "./../../components/RPC-Connection";

:::info

This page provides a general overview of the role of validators in the Polkadot network. For more
Expand Down
2 changes: 0 additions & 2 deletions docs/maintain/maintain-guides-how-to-chill.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ keywords: [chill, chilling, pause]
slug: ../maintain-guides-how-to-chill
---

import RPC from "./../../components/RPC-Connection";

Staking bonds can be in any of the three states: validating, nominating, or chilled (neither
validating nor nominating). When a staker wants to temporarily pause their active engagement in
staking but does not want to unbond their funds, they can choose to "chill" their involvement and
Expand Down
2 changes: 0 additions & 2 deletions docs/maintain/maintain-guides-how-to-validate-polkadot.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ keywords: [validator setup, validator, validate, binary, runtime]
slug: ../maintain-guides-how-to-validate-polkadot
---

import RPC from "./../../components/RPC-Connection";

:::tip

If you are a beginner, it is recommended that you start your validator journey on Kusama network.
Expand Down
2 changes: 0 additions & 2 deletions docs/maintain/maintain-guides-validator-payout.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ keywords: [validator payout, payments, rewards, era points]
slug: ../maintain-guides-validator-payout
---

import RPC from "./../../components/RPC-Connection";

## Era Points

For every era (a period of time approximately 6 hours in length in Kusama, and 24 hours in
Expand Down
Loading