From 59019392d57e2e6cf4860e8a5998519da163696a Mon Sep 17 00:00:00 2001 From: Michael Whittle Date: Wed, 16 Aug 2023 16:50:16 +0100 Subject: [PATCH 1/3] Update container.yml --- .github/workflows/container.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 9627c326..1461db08 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -15,7 +15,8 @@ env: IMAGE_NAME: pycryptobot DOCKER_FILE: Dockerfile DOCKER_BUILDKIT: 1 - PLATFORM: linux/arm/v6,linux/arm/v7,linux/arm64,linux/amd64 + # PLATFORM: linux/arm/v6,linux/arm/v7,linux/arm64,linux/amd64 <-- build fails with: docker build . --platform "linux/arm/v7" + PLATFORM: linux/arm64,linux/amd64 jobs: # Build and push image to GitHub Packages. From c193d599e2524e517a36eb653694273c606be370 Mon Sep 17 00:00:00 2001 From: Michael Whittle Date: Wed, 16 Aug 2023 16:50:51 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b8a3f07..fae7d3b4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Python Crypto Bot v8.2.2 (pycryptobot) +# Python Crypto Bot v8.2.3 (pycryptobot) [![Docker](https://github.com/whittlem/pycryptobot/actions/workflows/container.yml/badge.svg)](https://github.com/whittlem/pycryptobot/actions/workflows/container.yml/badge.svg) [![Tests](https://github.com/whittlem/pycryptobot/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/whittlem/pycryptobot/actions/workflows/unit-tests.yml/badge.svg) From 11f84116e9e0c1166bc917fcffb4546331a27680 Mon Sep 17 00:00:00 2001 From: hammedb197 <30192139+hammedb197@users.noreply.github.com> Date: Sun, 21 Jan 2024 14:42:30 +0100 Subject: [PATCH 3/3] remove busd Binance discontinued BUSD pair recently --- models/config/binance_parser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/models/config/binance_parser.py b/models/config/binance_parser.py index a0fa89d1..c4d28683 100644 --- a/models/config/binance_parser.py +++ b/models/config/binance_parser.py @@ -33,7 +33,6 @@ def parse_market(market): "ETH", "USDT", "TUSD", - "BUSD", "DAX", "NGN", "RUB",