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

Update errors.mdx and overview.md #241

Merged
merged 2 commits into from
Aug 16, 2023
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
8 changes: 4 additions & 4 deletions versioned_docs/version-v0.16.0/int/faq/errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ docker compose logs
<h4 id="discovery-search-timeout">
<code>Not enough time for a discovery seach</code> error
</h4>
</summary> This could be linked to a internet connection being to slow or relying on a slow third-party service such as Infura.
</summary> This could be linked to an internet connection being to slow or relying on a slow third-party service such as Infura.
</details>
</details>
<details open className="details">
Expand Down Expand Up @@ -167,7 +167,7 @@ docker compose logs
<code>Error opening relay circuit: NO_RESERVATION</code> error
</h4>
</summary>
<code>Error opening relay circuit NO_RESERVATION (204)</code> indicates the peer isn't connected to the relay, so the the charon
<code>Error opening relay circuit NO_RESERVATION (204)</code> indicates the peer isn't connected to the relay, so the charon
client cannot connect to the peer via the relay. That might be because the peer is offline or the
peer is configured to connect to a different relay.
<br /><br />
Expand Down Expand Up @@ -295,7 +295,7 @@ docker compose logs
<details className="details">
<summary>
<h4 id="how-to-fix-grafana-dashboard"> How to fix the grafana dashboard? </h4>
</summary> Sometimes, grafana dashboard doesn't load any data first time around.You can solve this by following the steps below: <ul>
</summary> Sometimes, grafana dashboard doesn't load any data first time around. You can solve this by following the steps below: <ul>
<li>Click the Wheel Icon > Datasources</li>
<li>Click prometheus</li>
<li>Change the "Access" field from <code>Server (default)</code> to <code>Browser</code>. Press "Save & Test". It should fail. </li>
Expand Down Expand Up @@ -375,4 +375,4 @@ docker compose logs
</h4>
</summary> The relay you are trying to connect to your peers via is offline or unreachable.
</details>
</details>
</details>
2 changes: 1 addition & 1 deletion versioned_docs/version-v0.16.0/sec/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The Obol Network consists of four core public goods:
- The Distributed Validator [Launchpad](https://docs.obol.tech/docs/dvl/intro), a [User Interface](https://goerli.launchpad.obol.tech/) for bootstrapping Distributed Validators
- [Charon](https://docs.obol.tech/docs/charon/intro), a middleware client that enables validators to run in a fault-tolerant, distributed manner
- [Obol Managers](https://docs.obol.tech/docs/sc/introducing-obol-managers), a set of solidity smart contracts for the formation of Distributed Validators
- [Obol Testnets])(https://docs.obol.tech/docs/testnet), a set of on-going public incentivized testnets that enable any sized operator to test their deployment before serving for the mainnet Obol Network
- [Obol Testnets](https://docs.obol.tech/docs/testnet), a set of on-going public incentivized testnets that enable any sized operator to test their deployment before serving for the mainnet Obol Network

## List of Security Audits

Expand Down
Loading