Skip to content

Commit

Permalink
Update ckb client versions (#3255)
Browse files Browse the repository at this point in the history
Co-authored-by: Keith-CY <[email protected]>
  • Loading branch information
github-actions[bot] and Keith-CY authored Nov 29, 2024
1 parent 9eca439 commit 210b83e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ckb-light-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.8
v0.4.1
2 changes: 1 addition & 1 deletion .ckb-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.118.0
v0.119.0
14 changes: 14 additions & 0 deletions compatible.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"fullVersions": [
"0.119",
"0.118",
"0.117",
"0.116",
Expand All @@ -18,12 +19,14 @@
"0.103"
],
"lightVersions": [
"0.4",
"0.3",
"0.2"
],
"compatible": {
"0.111": {
"full": [
"0.119",
"0.118",
"0.117",
"0.116",
Expand All @@ -36,12 +39,14 @@
"0.109"
],
"light": [
"0.4",
"0.3",
"0.2"
]
},
"0.110": {
"full": [
"0.119",
"0.118",
"0.117",
"0.116",
Expand All @@ -54,6 +59,7 @@
"0.109"
],
"light": [
"0.4",
"0.3",
"0.2"
]
Expand All @@ -76,6 +82,7 @@
},
"0.112": {
"full": [
"0.119",
"0.118",
"0.117",
"0.116",
Expand All @@ -88,12 +95,14 @@
"0.109"
],
"light": [
"0.4",
"0.3",
"0.2"
]
},
"0.114": {
"full": [
"0.119",
"0.118",
"0.117",
"0.116",
Expand All @@ -106,12 +115,14 @@
"0.109"
],
"light": [
"0.4",
"0.3",
"0.2"
]
},
"0.116": {
"full": [
"0.119",
"0.118",
"0.117",
"0.116",
Expand All @@ -124,12 +135,14 @@
"0.109"
],
"light": [
"0.4",
"0.3",
"0.2"
]
},
"0.117": {
"full": [
"0.119",
"0.118",
"0.117",
"0.116",
Expand All @@ -142,6 +155,7 @@
"0.109"
],
"light": [
"0.4",
"0.3",
"0.2"
]
Expand Down

2 comments on commit 210b83e

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Packaging for test is done in 12080600431

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Packaging for test is done in 12080596758

Please sign in to comment.