8000 docs: dydx v7 by aljo242 · Pull Request #836 · skip-mev/connect · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

docs: dydx v7 #836

Merged
merged 1 commit into from
Nov 22, 2024
Merged

docs: dydx v7 #836

merged 1 commit into from
Nov 22, 2024

Conversation

aljo242
Copy link
Contributor
@aljo242 aljo242 commented Nov 21, 2024

closes CON-1966

wanted to keep the doc the same as people were running for dydx to keep the change that validators see as minimal as possible

Copy link
codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.36%. Comparing base (668bf65) to head (bf10b19).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #836   +/-   ##
=======================================
  Coverage   57.36%   57.36%           
=======================================
  Files         214      214           
  Lines       14825    14825           
=======================================
  Hits         8504     8504           
  Misses       5707     5707           
  Partials      614      614           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

Comment on lines +9 to +28

We will also supply an edited configuration for the `dydx_migration_api` which facilitates graceful migration from dydx's `x/prices` to `x/marketmap`.

For the `dydx_migration_api` provider, **make sure to fill in the URL for the REST endpoint and gRPC endpoint of your node** (in that order). The migration API will _not_ work unless the REST API endpoint is the **first** endpoint in the endpoints list.

```json oracle.json
{
"providers": {
"dydx_migration_api": {
"api": {
"endpoints": [
{
"url": "http://<YOUR NODE REST API ENDPOINT>"
},
{
"url": "<YOUR NODE GRPC ENDPOINT>:<YOUR NODE GRPC PORT>"
}
]
}
},
Copy link
Contributor

Choose a reason for hiding this comment

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

given that v6 uses x/marketmap, i don't think users going from v6 -> v7 need to do this migration stuff anymore

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I just wanted to keep the doc the same as people were running for dydx to keep the change that validators see as minimal as possible

@aljo242 aljo242 merged commit d4ddbd7 into main Nov 22, 2024
17 checks passed
@aljo242 aljo242 deleted the docs/dydxv7 branch November 22, 2024 15:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0