Skip to content

Commit 219ca93

Browse files
authored
Update dYdX - emergency patches: v9.2 and v9.2.1; upgrade v9.3 (#6692)
1 parent 290d9e7 commit 219ca93

File tree

2 files changed

+67
-7
lines changed

2 files changed

+67
-7
lines changed

dydx/chain.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,28 @@
4141
},
4242
"codebase": {
4343
"git_repo": "https://github.com/dydxprotocol/v4-chain/",
44-
"recommended_version": "protocol/v9.1.0",
44+
"recommended_version": "protocol/v9.3.0",
4545
"compatible_versions": [
46-
"protocol/v9.1.0"
46+
"protocol/v9.3.0"
4747
],
4848
"binaries": {
49-
"linux/amd64": "https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.1.0/dydxprotocold-v9.1.0-linux-amd64.tar.gz",
50-
"linux/arm64": "https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.1.0/dydxprotocold-v9.1.0-linux-arm64.tar.gz"
49+
"linux/amd64": "https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.3.0/dydxprotocold-v9.3.0-linux-amd64.tar.gz",
50+
"linux/arm64": "https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.3.0/dydxprotocold-v9.3.0-linux-arm64.tar.gz"
5151
},
5252
"consensus": {
5353
"type": "cometbft",
5454
"version": "v0.38.15",
5555
"repo": "https://github.com/dydxprotocol/cometbft",
56-
"tag": "v0.38.6-0.20250917222732-ee7f1a0892c4"
56+
"tag": "v0.38.6-0.20251014202517-0235a938b029"
5757
},
5858
"genesis": {
5959
"genesis_url": "https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json"
6060
},
6161
"sdk": {
6262
"type": "cosmos",
6363
"repo": "https://github.com/dydxprotocol/cosmos-sdk",
64-
"version": "v0.50.6",
65-
"tag": "v0.50.6-0.20250918154803-8e8ecbb19aa4"
64+
"version": "v0.50.11",
65+
"tag": "v0.50.6-0.20251014211237-3a1ba0aabac3"
6666
},
6767
"ibc": {
6868
"type": "go",

dydx/versions.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,66 @@
426426
"type": "go",
427427
"version": "v8.0.0"
428428
},
429+
"next_version_name": "v9.2"
430+
},
431+
{
432+
"name": "v9.2",
433+
"height": 58492678,
434+
"recommended_version": "protocol/v9.2.1",
435+
"compatible_versions": [
436+
"protocol/v9.2.1",
437+
"protocol/v9.2.0"
438+
],
439+
"binaries": {
440+
"linux/amd64": "https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.2.1/dydxprotocold-v9.2.1-linux-amd64.tar.gz",
441+
"linux/arm64": "https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.2.1/dydxprotocold-v9.2.1-linux-arm64.tar.gz"
442+
},
443+
"consensus": {
444+
"type": "cometbft",
445+
"version": "v0.38.15",
446+
"repo": "https://github.com/dydxprotocol/cometbft",
447+
"tag": "v0.38.6-0.20251014202517-0235a938b029"
448+
},
449+
"sdk": {
450+
"type": "cosmos",
451+
"repo": "https://github.com/dydxprotocol/cosmos-sdk",
452+
"version": "v0.50.11",
453+
"tag": "v0.50.6-0.20251014211237-3a1ba0aabac3"
454+
},
455+
"ibc": {
456+
"type": "go",
457+
"version": "v8.0.0"
458+
},
459+
"next_version_name": "v9.3"
460+
},
461+
{
462+
"name": "v9.3",
463+
"proposal": 342,
464+
"height": 59835000,
465+
"recommended_version": "protocol/v9.3.0",
466+
"compatible_versions": [
467+
"protocol/v9.3.0"
468+
],
469+
"binaries": {
470+
"linux/amd64": "https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.3.0/dydxprotocold-v9.3.0-linux-amd64.tar.gz",
471+
"linux/arm64": "https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.3.0/dydxprotocold-v9.3.0-linux-arm64.tar.gz"
472+
},
473+
"consensus": {
474+
"type": "cometbft",
475+
"version": "v0.38.15",
476+
"repo": "https://github.com/dydxprotocol/cometbft",
477+
"tag": "v0.38.6-0.20251014202517-0235a938b029"
478+
},
479+
"sdk": {
480+
"type": "cosmos",
481+
"repo": "https://github.com/dydxprotocol/cosmos-sdk",
482+
"version": "v0.50.11",
483+
"tag": "v0.50.6-0.20251014211237-3a1ba0aabac3"
484+
},
485+
"ibc": {
486+
"type": "go",
487+
"version": "v8.0.0"
488+
},
429489
"next_version_name": ""
430490
}
431491
]

0 commit comments

Comments
 (0)