Fix issue with balance discrepancies in 1.5.23-beta #812

Merged
vampik merged 30 commits from develop into beatrice 2023-06-20 07:37:25 +00:00
Showing only changes of commit a2ce65e1ef - Show all commits

View file

@ -57,8 +57,6 @@ dockerize-mainnet:
- docker rmi $IMAGE
tags:
- builder
when:
manual
timeout:
3h
@ -136,12 +134,13 @@ test-e2e:
- python3 -m venv venv
- source venv/bin/activate
- pip3 install -r requirements.txt
- python3 start.py --stop
- python3 main.py --stop
- docker ps -a
- docker pull $IMAGE
- export COMPOSE_SERVICE_PEERPLAYS_BASE_IMAGE=$IMAGE
- python3 start.py --start all
- python3 main.py --start all
- docker ps -a
- python3 start.py --stop
- python3 main.py --stop
- deactivate
- docker ps -a
tags: