From 5adf1c9ab61e737b69f609a5c3f48f68dd7db7a1 Mon Sep 17 00:00:00 2001 From: jmoreira-valory Date: Tue, 26 Sep 2023 16:48:08 +0200 Subject: [PATCH 1/4] chore: update run_service.sh --- run_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_service.sh b/run_service.sh index 64546933..efbbe6b7 100755 --- a/run_service.sh +++ b/run_service.sh @@ -220,7 +220,7 @@ fi directory="trader" # This is a tested version that works well. # Feel free to replace this with a different version of the repo, but be careful as there might be breaking changes -service_version="v0.6.2" +service_version="v0.6.3" service_repo=https://github.com/valory-xyz/$directory.git if [ -d $directory ] then From 1d3b784f3170f72be7f0ee3230402cd3b8463054 Mon Sep 17 00:00:00 2001 From: jmoreira-valory Date: Tue, 26 Sep 2023 16:54:08 +0200 Subject: [PATCH 2/4] chore: update run_service.sh --- run_service.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_service.sh b/run_service.sh index efbbe6b7..e299e065 100755 --- a/run_service.sh +++ b/run_service.sh @@ -404,6 +404,7 @@ export BET_AMOUNT_PER_THRESHOLD_090=80000000000000000 export BET_AMOUNT_PER_THRESHOLD_100=100000000000000000 export BET_THRESHOLD=5000000000000000 export PROMPT_TEMPLATE="With the given question \"@{question}\" and the \`yes\` option represented by \`@{yes}\` and the \`no\` option represented by \`@{no}\`, what are the respective probabilities of \`p_yes\` and \`p_no\` occurring?" +export REDEEM_MARGIN_DAYS=7 service_dir="trader_service" build_dir="abci_build" From 45a0ebfae81125011b8ad9d12de859d17f75bdc4 Mon Sep 17 00:00:00 2001 From: jmoreira-valory Date: Tue, 26 Sep 2023 17:02:58 +0200 Subject: [PATCH 3/4] chore: update run_service.sh --- run_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_service.sh b/run_service.sh index e299e065..75b209ac 100755 --- a/run_service.sh +++ b/run_service.sh @@ -404,7 +404,7 @@ export BET_AMOUNT_PER_THRESHOLD_090=80000000000000000 export BET_AMOUNT_PER_THRESHOLD_100=100000000000000000 export BET_THRESHOLD=5000000000000000 export PROMPT_TEMPLATE="With the given question \"@{question}\" and the \`yes\` option represented by \`@{yes}\` and the \`no\` option represented by \`@{no}\`, what are the respective probabilities of \`p_yes\` and \`p_no\` occurring?" -export REDEEM_MARGIN_DAYS=7 +export REDEEM_MARGIN_DAYS=10 service_dir="trader_service" build_dir="abci_build" From 35f84b9b4d7bf2c38f345542d7b95230e0edf23e Mon Sep 17 00:00:00 2001 From: jmoreira-valory Date: Tue, 26 Sep 2023 17:31:04 +0200 Subject: [PATCH 4/4] chore: commented line --- run_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_service.sh b/run_service.sh index 75b209ac..7e9e2581 100755 --- a/run_service.sh +++ b/run_service.sh @@ -441,7 +441,7 @@ poetry run autonomy deploy build --n $n_agents -ltm cd .. -add_volume_to_service "$PWD/trader_service/abci_build/docker-compose.yaml" "trader_abci_0" "/data" "$PWD/../.trader_runner/" +# add_volume_to_service "$PWD/trader_service/abci_build/docker-compose.yaml" "trader_abci_0" "/data" "$PWD/../.trader_runner/" # Run the deployment poetry run autonomy deploy run --build-dir $directory --detach