Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ccxt/ccxt into precisionFromStrin…
Browse files Browse the repository at this point in the history
…g-update
  • Loading branch information
ttodua committed Dec 30, 2022
2 parents b7e1d26 + ad6fd98 commit bd66336
Show file tree
Hide file tree
Showing 1,064 changed files with 529,341 additions and 435,466 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
*.* text eol=lf
php/test/*.php linguist-generated=true
php/*.php linguist-generated=true
php/pro/*.php linguist-generated=true
python/ccxt/*.py linguist-generated=true
python/ccxt/pro/*.py linguist-generated=true
python/ccxt/__init__.py linguist-generated=false
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ python/LICENSE.txt
.env
*.swp
.cache
*.log
*.un~
35 changes: 23 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: python
dist: focal
dist: jammy
python:
- '3.8'
- 3.8.3
git:
depth: 1
cache:
directories:
- ".cache"
Expand All @@ -15,24 +17,29 @@ before_install:
- npm install
- git checkout package.json package-lock.json
- git config pull.rebase false
- git fetch --depth=50 --tags --verbose --progress
- sudo -H pip install --upgrade setuptools
- sudo -H pip install --upgrade pip wheel requests pyopenssl
- sudo -H pip install --ignore-installed six
- sudo -H pip install --upgrade tox twine
- pip install --upgrade setuptools
- pip install --upgrade aiohttp requests cryptography pyopenssl
- git fetch --depth=1 --tags --verbose --progress
- pip install requests pyopenssl
- pip install --ignore-installed six
- pip install tox twine
- pip install aiohttp cryptography
- php -i | grep php.ini
- php --version
- composer install
- composer require --ignore-platform-reqs react/http:"^1.4.0" recoil/react:"1.0.2"
script:
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then
npm config set git-tag-version=false && NPM_VERSION=$(npm version patch); fi
- cp package.json README.md LICENSE.txt keys.json python
- npm run force-build
- cd python
- tox -e doc
- cd ..
- ls "$VIRTUAL_ENV/lib/python3.8/site-packages/"
- npm run test-base
- bash -c 'node run-tests --js --python-async --php-async 5' 2>&1
- npm run test-base-ws
- pip list
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
./tests-manager.sh 2>&1;
fi
- git checkout master composer.json
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then
env COMMIT_MESSAGE=${NPM_VERSION:1} GITHUB_TOKEN=${GITHUB_TOKEN} ./build/push.sh;
Expand All @@ -50,5 +57,9 @@ after_deploy:
- cat ~/.npm/_logs/*-debug.log
env:
global:
- secure: CQBKPcipKTvfgBi8KXaJ6KyjJL5GcWPEW7WrKZcTeM2AaNqTX8w3yuqjsezxVnQWLG3TzEI0m1K31Fv9wfZHsMwRIr5py6AeAc4C2JgaKs3FSAFJ3m46a9hK7FIeC0xMdXszPJx7534XiuG8nMJRbwbNNswb35GekysKU87g5Sf6U7UFFeyyyQdchiPF85lYBt/AJSArNsfHMd0RKQY5pHdAHNNB70qFECIBeC6MYiUFBHydw2ist/bSWa9GYEh3LxUNMQ7bbxuzD6+sVMU2PW61gEpa3I9HB7NTQvPp+YbYWqBwS++SKCuqkalXdMPeCIINu64T1UtFGZNWvw9xfg8T8GwGHwZnNZ1o3WCXKo9/+FC70OAb76mblEXllhQs+gBL5g/bqdQBKfGrYIACHBRE3pzNPSRn7oY3hpk7NLoJRbB28OQ5ymJrDc8hctoXwgD3KrIM91+6YqycOifidLFHecg/VA2bjSx/ql69sVhNchaBJ8b7EMMIjo1DrFIv43XJ7DHX+2yZFJD8uv5eCGHkfXv6XfV5312TYzGYsxpfJ9my9tdTGxop2BXzaf1nYqrI+RPKIZrh6FgiXgRaetwRpWl4G+DqxKbKtfzYlZtYU2JeJ7Z5AMwLHyvxxcuOH3MrE+vk5nbU5gE9E3m5o7yH+d7Qj5liCyXk0zxijn0=
# old GITHUB_TOKEN
# - secure: CQBKPcipKTvfgBi8KXaJ6KyjJL5GcWPEW7WrKZcTeM2AaNqTX8w3yuqjsezxVnQWLG3TzEI0m1K31Fv9wfZHsMwRIr5py6AeAc4C2JgaKs3FSAFJ3m46a9hK7FIeC0xMdXszPJx7534XiuG8nMJRbwbNNswb35GekysKU87g5Sf6U7UFFeyyyQdchiPF85lYBt/AJSArNsfHMd0RKQY5pHdAHNNB70qFECIBeC6MYiUFBHydw2ist/bSWa9GYEh3LxUNMQ7bbxuzD6+sVMU2PW61gEpa3I9HB7NTQvPp+YbYWqBwS++SKCuqkalXdMPeCIINu64T1UtFGZNWvw9xfg8T8GwGHwZnNZ1o3WCXKo9/+FC70OAb76mblEXllhQs+gBL5g/bqdQBKfGrYIACHBRE3pzNPSRn7oY3hpk7NLoJRbB28OQ5ymJrDc8hctoXwgD3KrIM91+6YqycOifidLFHecg/VA2bjSx/ql69sVhNchaBJ8b7EMMIjo1DrFIv43XJ7DHX+2yZFJD8uv5eCGHkfXv6XfV5312TYzGYsxpfJ9my9tdTGxop2BXzaf1nYqrI+RPKIZrh6FgiXgRaetwRpWl4G+DqxKbKtfzYlZtYU2JeJ7Z5AMwLHyvxxcuOH3MrE+vk5nbU5gE9E3m5o7yH+d7Qj5liCyXk0zxijn0=
# PYPI_TOKEN
- secure: QCQa8tn40loCqSx9tR7PFAa7h5Gucl9IaEARiskiPF3zlLoZTst6ThnFl1rQDKx2jIJsN1z8Vwd12I4kYGED+Tgd345kE+J/n2hVEpTwSB+oOUWlwgkTQbCQB0XxPJRPila9lt3Ogpbvrp//L7IkFM06gu+N+qwQEOjn7dkLrVAkg5vl9nouuzqHadaQ1oOMG/v3DgPq5NHaCEWK0285Oqs8dqecVRSFGAtRPTDHzO/nv4stsbnmEWO1pu/SYXyxum1CYv9glfFaRNWoQ9EWjl8ogCzBsH3lkFeNhwLOcSyMFmTpXH1soXcLzJTWoUgfx9hiiC8IqOxx4nGurOK6OyY9QO8aVwyRdYlbpdLFuEiGuadfI6Rbz41TewZ+r3OmFn4gy5oRIM0fE+2Osj3btmsdZYktXdErqhRm18bV/oO/IOteKEXdbC7+PJ5obnpbBKKfcSNOAF8F/en+qouAywghq8UBJ9zHtWSsDXOUeCdvXLGKA01pbdaDpmtHBU9u5iX+KnSbBP+iAb7+i/uymxFTJbseYllPa1IFUf4wNf6AFlfgLnZT064KF1oiIGnvpczqD+UV4fDIukKaBaC0gK2nUQUiSNPs1kFJbs7QiQO5I07RgpAACigDWlp6tKLSUoA4wUXIG1APF5Eh001FAQ01lCjsxhMh3OmtgEIaxkI=
# new GITHUB_TOKEN
- secure: WPl3NjctMsOi6OsiNkpV/TNYJrdZHISTcdA6hewUeLHKTeXDzlOvumUWW4BwHAu4wfkBsUty9NdnMyAKZIIUV60c8+saBCR9AgXIdsO8Hz9IZmFjXixY+IVCmYKbGbEt1l5hnZje87NGKqWEHDYA4FlauiSAxq/8d5FJiTcxpCCnbSpBW7N4ABs0b6Ryjgs+7EJbUIK0Wjo+d7cXxUscE9ArtACWo3h4IRcjYqqYYyhsZH7zEwdzWZzSk8bbRo7SGSbpzOYR6GId5y9Fs9e9BJPB0x/7HReC1rEQi06SkspRnDpJz6KG0/STFbRwIAUhDxTEH0oeV3/24J2M1LXfZz5vQZQn3t1k/+QOruYTCj4jxiYINmY0qI0H5inXXM9tBNZQAhkj2NAZhWMvrQPSl/FYwkxARS5isUFb18oh5v3Du55k/OJvU+BIP80jypADKdqwogZMYGkVS/aUiVpg+3CUIKClVqkxZ6enpNDMim7gbYskDpnKrxRG2B1tW6zuSXqPDlhtuAdSqoaC6cFkiQz8DIDUPzscYyuXt/njj263nbRZ+JTiWH+Md8Svs9e2buFirxOaRUeJpzTRknB2EKjeyioYbOQ1vA6++fS3eBAyJN8IGL96qI70lztFgu7Hjh0OyjkiYBU/IqEXJ9aJnC8aKN3pyl0kQ4FE37EAUrg=
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright © 2017 Igor Kroitor
Copyright © 2022 Igor Kroitor

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit bd66336

Please sign in to comment.