Skip to content

Commit

Permalink
chore: add github actions [read-only for now] (#24803)
Browse files Browse the repository at this point in the history
* chore: test action

* add command

* update

* dummy changes

* add diff

* test

* add fetch depth

* update

* try origin.master

* try head

* update script

* rename action

* update script

* print ws and rest exchanges

* ws exchanges

* update script

* try provide all exchanges

* try different format

* parse json

* test diff

* change path

* trim workflow

* detch command

* u

* several updates

* debug

* log

* add

* dummy change

* dry logic

* try conditional branch

* add steps

* add package.json commands

* update version

* revert

* update

* update

* missing command

* save into a file

* debug live-tests

* try path adjustment

* update path

* add debug log

* try again

* try diffrent import

* try without

* check validity of the keys

* add file

* fix npm command

* improve script

* except run-tests-simul

* update script

* add debug statement

* fix eof

* isolate args

* dummy change

* add python action

* add cs and PHP

* fix php and python

* fix c# transpilation

* add composer install to PHP

* rename file

* detect ref

* revert exchange

* remove tsx usage

* fix response/request command

* update packagejson

* optimize js build

* fix c# flag

* fix php transpilation

* revert 2 files

[ci skip]
  • Loading branch information
Travis CI committed Jan 9, 2025
1 parent 8b891b5 commit bdde8fc
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cs/ccxt/exchanges/hollaex.cs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public async override Task<object> fetchCurrencies(object parameters = null)
// "verified":true,
// "allow_deposit":true,
// "allow_withdrawal":true,
// "withdrawal_fee":0.0001,
// "withdrawal_fee":0.0002,
// "min":0.001,
// "max":100000,
// "increment_unit":0.001,
Expand Down
2 changes: 1 addition & 1 deletion dist/ccxt.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -178155,7 +178155,7 @@ class hollaex extends _abstract_hollaex_js__WEBPACK_IMPORTED_MODULE_0__/* ["defa
// "verified":true,
// "allow_deposit":true,
// "allow_withdrawal":true,
// "withdrawal_fee":0.0001,
// "withdrawal_fee":0.0002,
// "min":0.001,
// "max":100000,
// "increment_unit":0.001,
Expand Down
2 changes: 1 addition & 1 deletion dist/cjs/src/hollaex.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ class hollaex extends hollaex$1 {
// "verified":true,
// "allow_deposit":true,
// "allow_withdrawal":true,
// "withdrawal_fee":0.0001,
// "withdrawal_fee":0.0002,
// "min":0.001,
// "max":100000,
// "increment_unit":0.001,
Expand Down
2 changes: 1 addition & 1 deletion js/src/hollaex.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export default class hollaex extends Exchange {
// "verified":true,
// "allow_deposit":true,
// "allow_withdrawal":true,
// "withdrawal_fee":0.0001,
// "withdrawal_fee":0.0002,
// "min":0.001,
// "max":100000,
// "increment_unit":0.001,
Expand Down
2 changes: 1 addition & 1 deletion php/async/hollaex.php
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public function fetch_currencies($params = array ()): PromiseInterface {
// "verified":true,
// "allow_deposit":true,
// "allow_withdrawal":true,
// "withdrawal_fee":0.0001,
// "withdrawal_fee":0.0002,
// "min":0.001,
// "max":100000,
// "increment_unit":0.001,
Expand Down
2 changes: 1 addition & 1 deletion php/hollaex.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/ccxt/async_support/hollaex.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ async def fetch_currencies(self, params={}) -> Currencies:
# "verified":true,
# "allow_deposit":true,
# "allow_withdrawal":true,
# "withdrawal_fee":0.0001,
# "withdrawal_fee":0.0002,
# "min":0.001,
# "max":100000,
# "increment_unit":0.001,
Expand Down
2 changes: 1 addition & 1 deletion python/ccxt/hollaex.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def fetch_currencies(self, params={}) -> Currencies:
# "verified":true,
# "allow_deposit":true,
# "allow_withdrawal":true,
# "withdrawal_fee":0.0001,
# "withdrawal_fee":0.0002,
# "min":0.001,
# "max":100000,
# "increment_unit":0.001,
Expand Down
9 changes: 9 additions & 0 deletions python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,17 @@
"tsBuild": "tsc && npm run addJsHeaders || echo \"\"",
"tsBuildExamples": "tsc -p ./examples/tsconfig.json",
"emitAPI": "tsx build/generateImplicitAPI.ts",
"emitAPITs": "tsx build/generateImplicitAPI.ts -- --ts",
"emitAPIPy": "tsx build/generateImplicitAPI.ts -- --python",
"emitAPIPhp": "tsx build/generateImplicitAPI.ts -- --php",
"emitAPICs": "tsx build/generateImplicitAPI.ts -- --csharp",
"build": "npm run pre-transpile && npm run transpile && npm run post-transpile && npm run update-badges && npm run build-docs",
"force-build-slow": "npm run pre-transpile && npm run force-transpile && npm run post-transpile && npm run update-badges",
"pre-transpile-js": "npm run export-exchanges && npm run vss && npm run emitAPITs && npm run tsBuild && npm run validate-types && npm run tsBuildExamples && npm run check-js-syntax && npm run bundle",
"pre-transpile-js-simple": "npm run export-exchanges && npm run emitAPITs && tsc && npm run validate-types",
"pre-transpile-py": "npm run export-exchanges && npm run emitAPIPy",
"pre-transpile-php": "npm run export-exchanges && npm run emitAPIPhp",
"pre-transpile-cs": "npm run export-exchanges && npm run emitAPICs",
"pre-transpile": "npm run export-exchanges && npm run vss && npm run tsBuild && npm run emitAPI && npm run validate-types && npm run tsBuildExamples && npm run copy-python-files && npm run check-js-syntax && npm run bundle",
"pre-transpile-pr": "npm run export-exchanges && npm run tsBuild && npm run emitAPI && npm run check-js-syntax",
"post-transpile": "npm run check-python-syntax && npm run check-php-syntax",
Expand Down

0 comments on commit bdde8fc

Please sign in to comment.