Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
owans committed Dec 13, 2024
1 parent b4acd0c commit 3e50d7e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/03-node-operators/04-setup/02-installation/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To setup a Rootstock node using Java, you need to:

:::warning[Important]

Starting with [v6.4.0](/changelog/2024-11-05-introducing-arrowhead-6.4.0/), the minimum supported Java LTS version is Java 17. Previous Java versions will no longer be supported.
Starting with [v6.4.0](/changelog/), the minimum supported Java LTS version is Java 17. Previous Java versions will no longer be supported.

:::

Expand Down Expand Up @@ -182,5 +182,5 @@ To change networks on the RSKj node, use the following commands:
```

:::tip[Tip]
Replace `<PATH-TO-THE-RSKJ-FATJAR>` with the actual path to your jar file. For example: `C:/RskjCode/rskj-core-6.4.0-ARROWHEAD-all.jar`.
Replace `<PATH-TO-THE-RSKJ-FATJAR>` with the actual path to your jar file. For example: `C:/RskjCode/rskj-core-6.5.0-ARROWHEAD-all.jar`.
:::
2 changes: 1 addition & 1 deletion docs/03-node-operators/04-setup/04-node-runner/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Recommended IDEs:

:::warning[Important]

Starting with [v6.4.0](/changelog/2024-11-05-introducing-arrowhead-6.4.0/), the minimum supported Java LTS version is Java 17. Previous Java versions will no longer be supported.
Starting with [v6.4.0](/changelog/), the minimum supported Java LTS version is Java 17. Previous Java versions will no longer be supported.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/03-node-operators/04-setup/reproducible-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It's highly recommended to follow the steps by yourself to avoid contamination o

:::warning[Important]

Starting with [v6.4.0](/changelog/2024-11-05-introducing-arrowhead-6.4.0.md), the minimum supported Java LTS version is Java 17. Previous Java versions will no longer be supported. The following example for Linux OS is showing instructions for v6.3.1, and thus uses jdk 8, this must be replaced by jdk 17 for v6.4.0 and up.
Starting with [v6.4.0](/changelog/), the minimum supported Java LTS version is Java 17. Previous Java versions will no longer be supported. The following example for Linux OS is showing instructions for v6.3.1, and thus uses jdk 8, this must be replaced by jdk 17 for v6.4.0 and up.

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/03-node-operators/08-public-nodes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and in accordance with the bitcoiners' maxim: **Don't trust. Verify.**

:::info[RPC Node Providers]
The Rootstock public nodes do not expose WebSockets, they are `HTTP` only.
To work around this, you may either [run your own Rootstock node](/node-operators/setup/node-runner/), or use the [Rootstock RPC API](/developers/rpc-api/rootstock/setup/) or use a third-party node provider, such as [Getblock](https://getblock.io/nodes/rsk/), [NowNodes](https://nownodes.io/nodes/rsk), [dRPC](https://drpc.org/chainlist/rootstock?utm_source=docs&utm_medium=rootstock) or [Blast API](https://blastapi.io/).
To work around this, you may either [run your own Rootstock node](/node-operators/setup/node-runner/), or use the [Rootstock RPC API](/developers/rpc-api/rootstock/setup/) or use a third-party node provider, such as [Getblock](https://getblock.io/nodes/rsk/), [NowNodes](https://nownodes.io/nodes/rsk), [dRPC](https://drpc.org/chainlist/rootstock?utm_source=docs&utm_medium=rootstock) or [Blast API](/dev-tools/node-rpc/blast-api/).
:::

## Testnet
Expand Down
5 changes: 2 additions & 3 deletions docs/04-resources/06-guides/tokenbridge/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,13 @@ Find a list of frequently asked questions about the Token Bridge.
<Accordion.Item eventKey="8">
<Accordion.Header as="h3">Is there a limit on how many tokens can be bridged over?</Accordion.Header>
<Accordion.Body>
- There is no limit on the total. Hypothetically, the entire circulating supply can be bridged, though this is unlikely happen as there will be strong use cases to use the tokens on either network.
- However, there is a minimum and maximum amount per transaction and daily quotas. You can see them on [https://dapp.tokenbridge.rootstock.io/](https://dapp.tokenbridge.rootstock.io/)
- Visit the [token crossing limit page](/resources/guides/tokenbridge/troubleshooting/) to view the min/max values.
</Accordion.Body>
</Accordion.Item>
<Accordion.Item eventKey="9">
<Accordion.Header as="h3">Can any token be bridged over?</Accordion.Header>
<Accordion.Body>
- Only whitelisted tokens can cross the bridge, this curated list is used to avoid malicious contracts and DDoS attacks.
- Only whitelisted tokens can cross the bridge, this curated list is used to avoid malicious contracts and DDoS attacks. See the [list of supported tokens](/resources/guides/tokenbridge/troubleshooting/)
</Accordion.Body>
</Accordion.Item>
<Accordion.Item eventKey="10">
Expand Down
8 changes: 4 additions & 4 deletions docs/05-dev-tools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ description: "Explore a curated selection of smart contract development tools an
title="GetBlock"
subtitle="json rpc"
color="orange"
linkHref="https://getblock.io/nodes/rsk/"
linkHref="/dev-tools/node-rpc/getblock/"
linkTitle="Make First API Call"
description="GetBlock provides instant connection to blockchain nodes including Rootstock, Bitcoin (BTC), Ethereum (ETH), among others."
/>
Expand All @@ -118,7 +118,7 @@ description: "Explore a curated selection of smart contract development tools an
title="NOWNodes"
subtitle="json rpc"
color="orange"
linkHref="https://nownodes.io/nodes/rsk"
linkHref="/dev-tools/node-rpc/nownodes/"
linkTitle="Make First API Call"
description="NOWNodes is a blockchain-as-a-service enterprise solution that lets users get access to full Nodes and blockbook Explorers via an API."
/>
Expand All @@ -127,7 +127,7 @@ description: "Explore a curated selection of smart contract development tools an
title="dRPC"
subtitle="json rpc"
color="orange"
linkHref="https://drpc.org/chainlist/rootstock?utm_source=docs&utm_medium=rootstock"
linkHref="/dev-tools/node-rpc/drpc/"
linkTitle="Make First API Call"
description="dRPC provides access to a distributed network of node providers."
/>
Expand All @@ -136,7 +136,7 @@ description: "Explore a curated selection of smart contract development tools an
title="Blast API"
subtitle="json rpc"
color="orange"
linkHref="https://blastapi.io/"
linkHref="/dev-tools/node-rpc/blast-api/"
linkTitle="Make First API Call"
description="Blast API is a Blockchain-optimized cloud infrastructure for low-latency, cost-effective RPC services."
/>
Expand Down

0 comments on commit 3e50d7e

Please sign in to comment.