Skip to content

Commit

Permalink
feat(vendor-cctx): make ccxt opensourced (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrimbda authored Feb 20, 2024
1 parent c9a04c0 commit e5f200c
Show file tree
Hide file tree
Showing 18 changed files with 1,354 additions and 1 deletion.
128 changes: 128 additions & 0 deletions apps/vendor-ccxt/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
{
"name": "@yuants/vendor-ccxt",
"entries": [
{
"version": "0.0.7",
"tag": "@yuants/vendor-ccxt_v0.0.7",
"date": "Tue, 16 Jan 2024 02:58:35 GMT",
"comments": {
"patch": [
{
"comment": "add manifest key"
}
],
"none": [
{
"comment": "Bump Version"
}
]
}
},
{
"version": "0.0.6",
"tag": "@yuants/vendor-ccxt_v0.0.6",
"date": "Mon, 08 Jan 2024 13:52:27 GMT",
"comments": {
"none": [
{
"comment": "Bump Version"
}
],
"patch": [
{
"comment": "renovate: update dependencies"
}
]
}
},
{
"version": "0.0.5",
"tag": "@yuants/vendor-ccxt_v0.0.5",
"date": "Fri, 22 Dec 2023 16:41:16 GMT",
"comments": {
"patch": [
{
"comment": "fix submit order issue"
}
],
"none": [
{
"comment": "Bump Version"
}
]
}
},
{
"version": "0.0.4",
"tag": "@yuants/vendor-ccxt_v0.0.4",
"date": "Thu, 21 Dec 2023 20:44:17 GMT",
"comments": {
"patch": [
{
"comment": "fix period channel and accountInfo channel"
},
{
"comment": "renovate: update dependencies"
}
],
"none": [
{
"comment": "Bump Version"
},
{
"comment": "Bump Version"
}
]
}
},
{
"version": "0.0.3",
"tag": "@yuants/vendor-ccxt_v0.0.3",
"date": "Mon, 11 Dec 2023 20:01:27 GMT",
"comments": {
"patch": [
{
"comment": "refine implementation"
},
{
"comment": "upgrade dependencies: '@yuants/protocol' to 0.9.3"
}
],
"none": [
{
"comment": "Bump Version"
}
]
}
},
{
"version": "0.0.2",
"tag": "@yuants/vendor-ccxt_v0.0.2",
"date": "Sun, 10 Dec 2023 16:19:55 GMT",
"comments": {
"patch": [
{
"comment": "upgrade dependencies"
}
],
"none": [
{
"comment": "Bump Version"
}
]
}
},
{
"version": "0.0.1",
"tag": "@yuants/vendor-ccxt_v0.0.1",
"date": "Sat, 09 Dec 2023 21:48:38 GMT",
"comments": {
"patch": [
{
"comment": "upgrade protocol"
}
]
}
}
]
}
55 changes: 55 additions & 0 deletions apps/vendor-ccxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Change Log - @yuants/vendor-ccxt

This log was last generated on Tue, 16 Jan 2024 02:58:35 GMT and should not be manually modified.

## 0.0.7
Tue, 16 Jan 2024 02:58:35 GMT

### Patches

- add manifest key

## 0.0.6
Mon, 08 Jan 2024 13:52:27 GMT

### Patches

- renovate: update dependencies

## 0.0.5
Fri, 22 Dec 2023 16:41:16 GMT

### Patches

- fix submit order issue

## 0.0.4
Thu, 21 Dec 2023 20:44:17 GMT

### Patches

- fix period channel and accountInfo channel
- renovate: update dependencies

## 0.0.3
Mon, 11 Dec 2023 20:01:27 GMT

### Patches

- refine implementation
- upgrade dependencies: '@yuants/protocol' to 0.9.3

## 0.0.2
Sun, 10 Dec 2023 16:19:55 GMT

### Patches

- upgrade dependencies

## 0.0.1
Sat, 09 Dec 2023 21:48:38 GMT

### Patches

- upgrade protocol

Loading

0 comments on commit e5f200c

Please sign in to comment.