diff --git a/.github/workflows/main_workflow.yml b/.github/workflows/main_workflow.yml index 40ca5f8..4ffdbfe 100644 --- a/.github/workflows/main_workflow.yml +++ b/.github/workflows/main_workflow.yml @@ -72,7 +72,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - python-version: [ "3.10" ] + python-version: [ "3.10.6" ] timeout-minutes: 30 diff --git a/Pipfile b/Pipfile index b692ee4..4d4368b 100644 --- a/Pipfile +++ b/Pipfile @@ -47,12 +47,12 @@ types-pyyaml = "==6.0.7" types-protobuf = "==3.19.20" types-requests = "==2.27.25" vulture = "==2.3" -open-aea = "==1.19.0" -open-aea-ledger-ethereum = "==1.19.0" -open-aea-ledger-cosmos = "==1.19.0" -open-aea-cli-ipfs = "==1.19.0" -open-aea-test-autonomy = "==0.3.0" -open-autonomy = {version = "==0.3.0", extras = [ "all"]} +open-aea = "==1.20.0" +open-aea-ledger-ethereum = "==1.20.0" +open-aea-ledger-cosmos = "==1.20.0" +open-aea-cli-ipfs = "==1.20.0" +open-aea-test-autonomy = "==0.3.1" +open-autonomy = {version = "==0.3.1", extras = [ "all"]} tox = "==3.24.4" typing-extensions = "*" diff --git a/packages/balancer/skills/fear_and_greed_oracle_abci/skill.yaml b/packages/balancer/skills/fear_and_greed_oracle_abci/skill.yaml index 211697a..9bdc97b 100644 --- a/packages/balancer/skills/fear_and_greed_oracle_abci/skill.yaml +++ b/packages/balancer/skills/fear_and_greed_oracle_abci/skill.yaml @@ -77,6 +77,23 @@ models: drand_public_key: 868f005eb8e6e4ca0a47c8a77ceaa5309a47978a7c71bc5cce96366b5d7a569937c529eeda66c7293784a9402801af31 fear_and_greed_endpoint: https://api.alternative.me/fng/?format=json fear_and_greed_num_points: 2 + genesis_config: + genesis_time: '2022-09-26T00:00:00.000000000Z' + chain_id: chain-c4daS1 + consensus_params: + block: + max_bytes: '22020096' + max_gas: '-1' + time_iota_ms: '1000' + evidence: + max_age_num_blocks: '100000' + max_age_duration: '172800000000000' + max_bytes: '1048576' + validator: + pub_key_types: + - ed25519 + version: {} + voting_power: '10' keeper_timeout: 30.0 max_healthcheck: 120 max_index_change: 0.00040509259 diff --git a/packages/balancer/skills/pool_manager_abci/skill.yaml b/packages/balancer/skills/pool_manager_abci/skill.yaml index dd1bb6e..a05bb39 100644 --- a/packages/balancer/skills/pool_manager_abci/skill.yaml +++ b/packages/balancer/skills/pool_manager_abci/skill.yaml @@ -79,6 +79,23 @@ models: consensus: max_participants: 1 drand_public_key: 868f005eb8e6e4ca0a47c8a77ceaa5309a47978a7c71bc5cce96366b5d7a569937c529eeda66c7293784a9402801af31 + genesis_config: + genesis_time: '2022-09-26T00:00:00.000000000Z' + chain_id: chain-c4daS1 + consensus_params: + block: + max_bytes: '22020096' + max_gas: '-1' + time_iota_ms: '1000' + evidence: + max_age_num_blocks: '100000' + max_age_duration: '172800000000000' + max_bytes: '1048576' + validator: + pub_key_types: + - ed25519 + version: {} + voting_power: '10' keeper_timeout: 30.0 managed_pool_controller_address: '0xb821BFfE924E18F8B3d92473C5279d60F0Dfc6eA' max_healthcheck: 120 diff --git a/packages/packages.json b/packages/packages.json index 33f621c..8fd1d5c 100644 --- a/packages/packages.json +++ b/packages/packages.json @@ -21,8 +21,8 @@ "skill/valory/transaction_settlement_abci/0.1.0": "bafybeia2gs36s2mz32yaznhlidiolhw5swkumiej4vgwywphppjvurldie", "agent/balancer/autonomous_fund/0.1.0": "bafybeidv4f27lal2v77b6jek75eggvyqol2p5z3bqmaytx2pla7et4oaqy", "contract/valory/multisend/0.1.0": "bafybeig45676hbh4c3p3mujrrskxgxww4cxdyyginlg5rmmav6orv4gtya", - "skill/balancer/fear_and_greed_oracle_abci/0.1.0": "bafybeige2io4ljan7zunegdhrvqkplfswpjri5vlsqqczu5h7lhzf6wwjm", - "skill/balancer/pool_manager_abci/0.1.0": "bafybeiaujq2t2v7yaojdisj3rkanxpwhmqlkbvcqlxp3t3qlq3hawz6naa", + "skill/balancer/fear_and_greed_oracle_abci/0.1.0": "bafybeigkxsjyti4lva6nnlorbzgs5noe573v2ce2vjj5wifztnzu4vsiom", + "skill/balancer/pool_manager_abci/0.1.0": "bafybeidxy3av4i2oqplf7wjy5xxntufryqvvp6ackfu4i7qr6lpwekzifi", "skill/valory/registration_abci/0.1.0": "bafybeie7lxe5spcitc7pwfilapsu5wlictp4ibz7gbko5yg3nx6llcjisu", "skill/valory/reset_pause_abci/0.1.0": "bafybeiamkbck2c35uc6h7c6sotmsobr7h6tc2vzskoxztlu7o6af6mcacm", "skill/valory/safe_deployment_abci/0.1.0": "bafybeifgljjbc2x42xcynmirchrno7iwwq6ufnhpqr37ypeoqstfnjujli" diff --git a/tox.ini b/tox.ini index f9b7c42..9187ace 100644 --- a/tox.ini +++ b/tox.ini @@ -24,12 +24,12 @@ deps = hypothesis==6.21.6 py-eth-sig-utils==0.4.0 aiohttp==3.7.4.post0 - open-autonomy==0.3.0 - open-aea[all]==1.19.0 - open-aea-ledger-ethereum==1.19.0 - open-aea-ledger-cosmos==1.19.0 - open-aea-cli-ipfs==1.19.0 - open-aea-test-autonomy==0.3.0 + open-autonomy==0.3.1 + open-aea[all]==1.20.0 + open-aea-ledger-ethereum==1.20.0 + open-aea-ledger-cosmos==1.20.0 + open-aea-cli-ipfs==1.20.0 + open-aea-test-autonomy==0.3.1 grpcio==1.43.0 pandas==1.3.5 setuptools==60.10.0 @@ -98,7 +98,7 @@ skip_install = True deps = black==21.6b0 click==8.0.4 -commands = black --check packages scripts tests +commands = black --check packages/balancer scripts tests [testenv:isort] skipsdist = True @@ -114,7 +114,7 @@ skipsdist = True skip_install = True deps = isort==5.9.3 commands = - isort --check-only packages/ + isort --check-only packages/balancer isort --check-only scripts/ isort --check-only tests/ @@ -134,17 +134,17 @@ commands = {toxinidir}/scripts/check_copyright.py --check skipsdist = True skip_install = True deps = - open-aea-cli-ipfs==1.19.0 - open-autonomy==0.3.0 - open-aea==1.19.0 + open-aea-cli-ipfs==1.20.0 + open-autonomy==0.3.1 + open-aea==1.20.0 commands = python -m autonomy.cli packages lock --check {posargs} [testenv:check-packages] skipsdist = True skip_install = True deps = - open-autonomy==0.3.0 - open-aea==1.19.0 + open-autonomy==0.3.1 + open-aea==1.20.0 commands = {toxinidir}/scripts/check_packages.py [testenv:flake8] @@ -169,11 +169,11 @@ deps = types-requests types-jsonschema types-setuptools - open-autonomy==0.3.0 - open-aea==1.19.0 - open-aea-ledger-ethereum==1.19.0 - open-aea-cli-ipfs==1.19.0 - open-aea-test-autonomy==0.3.0 + open-autonomy==0.3.1 + open-aea==1.20.0 + open-aea-ledger-ethereum==1.20.0 + open-aea-cli-ipfs==1.20.0 + open-aea-test-autonomy==0.3.1 pandas==1.3.5 commands = autonomy init --reset --author CI --remote --ipfs --ipfs-node "/dns/registry.autonolas.tech/tcp/443/https" autonomy packages sync @@ -191,10 +191,10 @@ deps = aiohttp==3.7.4.post0 multidict==5.2.0 certifi==2021.10.8 - open-autonomy==0.3.0 - open-aea==1.19.0 - open-aea-ledger-ethereum==1.19.0 - open-aea-cli-ipfs==1.19.0 + open-autonomy==0.3.1 + open-aea==1.20.0 + open-aea-ledger-ethereum==1.20.0 + open-aea-cli-ipfs==1.20.0 grpcio==1.43.0 pandas==1.3.5 commands = pylint packages/balancer scripts @@ -220,7 +220,7 @@ deps = ipfshttpclient==0.8.0a2 black==21.6b0 isort==5.9.3 - open-aea[all]==1.19.0 + open-aea[all]==1.20.0 commands = aea generate-all-protocols --check-clean [testenv:abci-docstrings] @@ -229,16 +229,16 @@ usedevelop = True deps = grpcio==1.43.0 py-eth-sig-utils==0.4.0 - open-aea==1.19.0 - open-aea-ledger-ethereum==1.19.0 - open-autonomy==0.3.0 + open-aea==1.20.0 + open-aea-ledger-ethereum==1.20.0 + open-autonomy==0.3.1 commands = autonomy analyse abci docstrings [testenv:check-abciapp-specs] skipsdist = True usedevelop = True deps = - open-autonomy==0.3.0 + open-autonomy==0.3.1 grpcio==1.43.0 py-eth-sig-utils==0.4.0 commands = autonomy init --reset --author CI --remote --ipfs --ipfs-node "/dns/registry.autonolas.tech/tcp/443/https"