Skip to content

Commit

Permalink
docs: update Skip doc links (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
technicallyty authored Jul 24, 2024
1 parent b5835a5 commit 71aaa26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Note: example endpoints will work out of the box, but will be quickly rate limit

## Slinky Sidecar

Starting in `v5.0.0`, running a validating full node requires a Skip Protocol's Slinky Sidecar to be run in order to fetch Oracle prices. The sidecar should be started before upgrading from `v4` to `v5`. Instructions to start Slinky Sidecar can be found [here](https://docs.skip.money/slinky/integrations/dydx).
Starting in `v5.0.0`, running a validating full node requires a Skip Protocol's Slinky Sidecar to be run in order to fetch Oracle prices. The sidecar should be started before upgrading from `v4` to `v5`. Instructions to start Slinky Sidecar can be found [here](https://docs.skip.build/connect/validators/quickstart).

Support issues with Skip's Sidecar should be directed [here](https://discord.gg/7hxEThEaRQ).

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Starting in `v5.0.0`, all validating full nodes should be running the [Sidecar](../running_full_node.md#slinky-sidecar). Non validating full nodes do not need to run the sidecar.

Follow instructions [here](https://docs.skip.money/slinky/integrations/dydx/#q-how-do-i-upgrade-the-sidecar-binary) to upgrade the sidecar.
Follow instructions [here](https://docs.skip.build/connect/validators/faq#how-do-i-upgrade-the-connect-binary) to upgrade the sidecar.
2 changes: 1 addition & 1 deletion pages/introduction-onboarding_faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
<summary>1. How is the oracle price computed?</summary>

- The oracle price has five parts:
- Skip Protocol Sidecar: side car that pulls price data from external sources and caches them for the validator to use [link](https://docs.skip.money/slinky/integrations/dydx).
- Skip Protocol Sidecar: side car that pulls price data from external sources and caches them for the validator to use [link](https://docs.skip.build/connect/validators/quickstart).
- Vote Extensions: Every block during the Precommit stage, all validators will submit vote extensions for what they believe the oracle price of all tracked assets should be.
- Consensus: The block after VE are submitted, Slinky deterministically aggregates all VE from the previous block and proposes a new updated price which is voted into consensus.
- `x/prices` Module: updates the state based on the new price, also has logic for validation and etc. [link](https://github.com/dydxprotocol/v4-chain/tree/main/protocol/x/prices).
Expand Down

1 comment on commit 71aaa26

@vercel
Copy link

@vercel vercel bot commented on 71aaa26 Jul 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.