Skip to content

Commit

Permalink
chore: run generators
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Jan 23, 2024
1 parent 3526f03 commit 0a4ce97
Show file tree
Hide file tree
Showing 36 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion autonomy/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@
ACN_IMAGE_NAME = os.environ.get("ACN_IMAGE_NAME", "valory/open-acn-node")
DEFAULT_DOCKER_IMAGE_AUTHOR = "valory"
OAR_IMAGE = "{image_author}/oar-{agent}:{version}"
ABSTRACT_ROUND_ABCI_SKILL_WITH_HASH = "valory/abstract_round_abci:0.1.0:bafybeiad6hgkxhvwnxiwwlwlwvrw4h7cjatmjnga3okeg6omuzsccitome"
ABSTRACT_ROUND_ABCI_SKILL_WITH_HASH = "valory/abstract_round_abci:0.1.0:bafybeiaf3vxdtbz3z4cjr5ere67kw4pcci7u3szhwdu76a37vhth5a6nem"
2 changes: 1 addition & 1 deletion autonomy/deploy/base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
#
# Copyright 2021-2023 Valory AG
# Copyright 2021-2024 Valory AG
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion autonomy/deploy/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
#
# Copyright 2021-2023 Valory AG
# Copyright 2021-2024 Valory AG
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion autonomy/deploy/generators/docker_compose/base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
#
# Copyright 2021-2023 Valory AG
# Copyright 2021-2024 Valory AG
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion autonomy/deploy/generators/kubernetes/base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
#
# Copyright 2021-2023 Valory AG
# Copyright 2021-2024 Valory AG
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/set_up.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ If you plan to follow the guides in the next sections, you need to populate the
"protocol/valory/ledger_api/1.0.0": "bafybeihdk6psr4guxmbcrc26jr2cbgzpd5aljkqvpwo64bvaz7tdti2oni",
"protocol/valory/tendermint/0.1.0": "bafybeig4mi3vmlv5zpbjbfuzcgida6j5f2nhrpedxicmrrfjweqc5r7cra",
"skill/valory/abstract_abci/0.1.0": "bafybeifbvhohn26uyezzf26d6zeldg4gyjg74jrialquaafuz2flpt7zna",
"skill/valory/abstract_round_abci/0.1.0": "bafybeiad6hgkxhvwnxiwwlwlwvrw4h7cjatmjnga3okeg6omuzsccitome",
"skill/valory/abstract_round_abci/0.1.0": "bafybeiaf3vxdtbz3z4cjr5ere67kw4pcci7u3szhwdu76a37vhth5a6nem",
"skill/valory/hello_world_abci/0.1.0": "bafybeiabaamrsmq3ysbdk4gxym7in5urwyyfmegto3v5hgqc6etn7g6ubi",
"connection/valory/p2p_libp2p_client/0.1.0": "bafybeid3xg5k2ol5adflqloy75ibgljmol6xsvzvezebsg7oudxeeolz7e"
}
Expand Down
42 changes: 21 additions & 21 deletions docs/package_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,40 +8,40 @@
| contract/valory/agent_registry/0.1.0 | `bafybeignghdk7oqvyg722gz66tbuj2vj4vkatguj4b6lf5fqzqxkktcke4` | Agent registry contract |
| contract/valory/registries_manager/0.1.0 | `bafybeigvdzmxq2kfizvhwu43vcjlsddkftltv53e5xc7yqnadweari3kqi` | Registries Manager contract |
| contract/valory/service_manager/0.1.0 | `bafybeibmqewfh5wnayopneyv4vx35n5k7loavzmcazyevntdoskw7vasom` | Service Manager contract |
| skill/valory/test_ipfs_abci/0.1.0 | `bafybeihqsscsw5or53bbqwrymj3mdywm3ps6j4apdk4jq2nwpgvmyytewe` | IPFS e2e testing application. |
| agent/valory/test_ipfs/0.1.0 | `bafybeibaaleerqgcxnp4wx7kjoicpoqlotfsnxzur6oa5l6m63odg67npy` | Agent for testing the ABCI connection. |
| skill/valory/test_ipfs_abci/0.1.0 | `bafybeialahjq25qllh5s2tusuaddsxavaona75sn6jjlnrg332wfl66wby` | IPFS e2e testing application. |
| agent/valory/test_ipfs/0.1.0 | `bafybeiazoq6mpvitewpzzpe6ncthaqlsy2dzier4b66nxtobccrs2ykuuy` | Agent for testing the ABCI connection. |
| contract/valory/service_registry/0.1.0 | `bafybeigjllqk44fwib4gjgjetgfih2dnpdujf4uyywgceeautdozedf3vm` | Service Registry contract |
| protocol/valory/tendermint/0.1.0 | `bafybeig4mi3vmlv5zpbjbfuzcgida6j5f2nhrpedxicmrrfjweqc5r7cra` | A protocol for communication between two AEAs to share tendermint configuration details. |
| protocol/valory/ipfs/0.1.0 | `bafybeiftxi2qhreewgsc5wevogi7yc5g6hbcbo4uiuaibauhv3nhfcdtvm` | A protocol specification for IPFS requests and responses. |
| skill/valory/abstract_abci/0.1.0 | `bafybeifbvhohn26uyezzf26d6zeldg4gyjg74jrialquaafuz2flpt7zna` | The abci skill provides a template of an ABCI application. |
| contract/valory/gnosis_safe/0.1.0 | `bafybeick2wf76vrhzyv4fysyxltxhiomu6o2cso6ncv5veeuhjmzqafiku` | Gnosis Safe (GnosisSafeL2) contract |
| skill/valory/abstract_round_abci/0.1.0 | `bafybeiad6hgkxhvwnxiwwlwlwvrw4h7cjatmjnga3okeg6omuzsccitome` | abstract round-based ABCI application |
| skill/valory/abstract_round_abci/0.1.0 | `bafybeiaf3vxdtbz3z4cjr5ere67kw4pcci7u3szhwdu76a37vhth5a6nem` | abstract round-based ABCI application |
| contract/valory/multisend/0.1.0 | `bafybeig5byt5urg2d2bsecufxe5ql7f4mezg3mekfleeh32nmuusx66p4y` | MultiSend contract |
| skill/valory/transaction_settlement_abci/0.1.0 | `bafybeigego67wfark7doi74s5buhs62rbvj37amrnrfw6v7xzzcxmw2wsa` | ABCI application for transaction settlement. |
| skill/valory/registration_abci/0.1.0 | `bafybeihoj77ooe5xa4urcltoglwgg34sldbsco6fezfumxg43wq24xxwym` | ABCI application for common apps. |
| skill/valory/reset_pause_abci/0.1.0 | `bafybeihzlocwe7lc6sftdphryeriapffjr6k7btwnxrwu5eifw3utxd7ji` | ABCI application for resetting and pausing app executions. |
| skill/valory/termination_abci/0.1.0 | `bafybeihkvafjbmsml4danrhw42r7a3ifk43epaq5yrpkyfkkgslhqqrdpq` | Termination skill. |
| skill/valory/transaction_settlement_abci/0.1.0 | `bafybeih6ntewputuy74x2h2gcxz6yztoxud3jq6mwrugkuppblrbz4rkk4` | ABCI application for transaction settlement. |
| skill/valory/registration_abci/0.1.0 | `bafybeiaqwv224cpa3i4dfhqovzijcrpr6affmr3v35t75aqb7qjlcppjkq` | ABCI application for common apps. |
| skill/valory/reset_pause_abci/0.1.0 | `bafybeiewd3jhkssjcmkbnj7fggcst2d3haz7qkhagbodwx43erx7d2l3pa` | ABCI application for resetting and pausing app executions. |
| skill/valory/termination_abci/0.1.0 | `bafybeidvgsoiz44m6hntgshfh2jydfrbtaltegsqx6qgyc4tjyg5tcpzoq` | Termination skill. |
| skill/valory/counter/0.1.0 | `bafybeibfxjfa62zrdziszsmw6m67ommtr7fohz4foantdeu46guojmm5gu` | The ABCI Counter application example. |
| skill/valory/counter_client/0.1.0 | `bafybeicb37pj26xbknovfox5hwpuh26p3p44uh32tclpj5cwpgvhbmdl4y` | A client for the ABCI counter application. |
| skill/valory/register_reset_abci/0.1.0 | `bafybeihdhwfifvbmnllblnky5cjapseiuzxucaqs2mo7npvqawj66e75le` | ABCI application for dummy skill that registers and resets |
| skill/valory/register_termination_abci/0.1.0 | `bafybeibwovnnr77gooaajg36db63kykzvwe24jvwmynudmlmvip6xx4cea` | ABCI application for dummy skill that registers and resets |
| skill/valory/test_abci/0.1.0 | `bafybeif4rsqioymx57rhjqyd2tjgtphi7drl3hetrolvn4s7gosxe7rliq` | ABCI application for testing the ABCI connection. |
| skill/valory/register_reset_abci/0.1.0 | `bafybeiajnrw47tfu64q5vnlwa3uhg4wlmaijb2y7lsfd3qj3k7belhmvqm` | ABCI application for dummy skill that registers and resets |
| skill/valory/register_termination_abci/0.1.0 | `bafybeid5luanuqw2jcmx5bgv2ulqsspm2m5utg4oqdbxati32vtulnkj2e` | ABCI application for dummy skill that registers and resets |
| skill/valory/test_abci/0.1.0 | `bafybeibd2ysiy25m7ebmy2wt5ip3wee3spghhor2p2ymdgjqodwucvy3vq` | ABCI application for testing the ABCI connection. |
| agent/valory/abstract_abci/0.1.0 | `bafybeiemropylvyivpsip5qyyfq5rgy2ypugumasnwxanx4x4ya23li7fy` | The abstract ABCI AEA - for testing purposes only. |
| agent/valory/counter/0.1.0 | `bafybeigffjjk4dfcwxkmsher7bn2ka27fkjo3gt6d5lin5z22vpj7ecib4` | The ABCI Counter example as an AEA |
| agent/valory/counter_client/0.1.0 | `bafybeibbkqmoihxh52kohj43riwqpgkijtbzw7vz56muopurqymz6t7v4q` | The ABCI Counter example as an AEA |
| agent/valory/register_reset/0.1.0 | `bafybeicxrvl6bfx3377tonp2qsiw26soywiixp3b5fp7bsdyyy4suz3jm4` | Register reset to replicate Tendermint issue. |
| agent/valory/register_termination/0.1.0 | `bafybeic7snqtpnsbvw4eslbdcloypgv36sljada7jebiel5kbwc4oyphdm` | Register terminate to test the termination feature. |
| agent/valory/registration_start_up/0.1.0 | `bafybeifaktt653uxwxfizjaiffefqnslq5m3fz6ylqxz2c3kyid2auas6q` | Registration start-up ABCI example. |
| agent/valory/test_abci/0.1.0 | `bafybeidaeguqzsc25gzx67f43f3h4ue5tblgkhgmkpqom2vacjjx2j4ahu` | Agent for testing the ABCI connection. |
| agent/valory/register_reset/0.1.0 | `bafybeigqpz3scwefj22ydwr5onaa2ibkv7vlnggrhqzlwlkiguvfzxoe7q` | Register reset to replicate Tendermint issue. |
| agent/valory/register_termination/0.1.0 | `bafybeie4thz56trj665gidqxu3oasowhm3evnu3fy4ghty7rf7zqkpqiny` | Register terminate to test the termination feature. |
| agent/valory/registration_start_up/0.1.0 | `bafybeid4vb4ykjs3g2uekrrmyjrqvnujs4jxmz5mlrofm3uu7jmjwhc5va` | Registration start-up ABCI example. |
| agent/valory/test_abci/0.1.0 | `bafybeibh3uanvrw6pbmmper7z3p4ftnn2fzwufoi4stfmbfq2ctnbv2jhe` | Agent for testing the ABCI connection. |
| service/valory/counter/0.1.0 | `bafybeihm2qdmpijd5qmqnn4gb7hur54i46tmcqscj47ydi7x3vntwpjhxa` | A set of agents incrementing a counter |
| service/valory/register_reset/0.1.0 | `bafybeihlwlmtjxsqqfycow73zgxumtw5p2w3fiqu2i5xwzrmwnipvzw2am` | Test and debug tendermint reset mechanism. |
| skill/valory/register_reset_recovery_abci/0.1.0 | `bafybeicrurtmsdoxfvhto2r2ez6zaae4gabiez6d6czexayoijhwdqc5di` | ABCI application for dummy skill that registers and resets |
| agent/valory/register_reset_recovery/0.1.0 | `bafybeihadyk3hutqjsud6s2glsfca3lozjuiptc4yand6py34vlxfuqim4` | Agent to showcase hard reset as a recovery mechanism. |
| service/valory/register_reset/0.1.0 | `bafybeiaoi22r27ah6i2tp33t5m2kuxd43zcwtzkbksaq3pabj233deqy54` | Test and debug tendermint reset mechanism. |
| skill/valory/register_reset_recovery_abci/0.1.0 | `bafybeiaaddmhe7odbzrige4n7ttqx4dxevufegqudxkcu2vo3bww3trwuy` | ABCI application for dummy skill that registers and resets |
| agent/valory/register_reset_recovery/0.1.0 | `bafybeiezwplz2ckvtgp56rf6clvsub7le7y4mzxkjq7ee7wfq3sh4nn7ky` | Agent to showcase hard reset as a recovery mechanism. |
| contract/valory/multicall2/0.1.0 | `bafybeig6wx5lj3gxmkrxj2zqqbebkbvtrpflt3lqqsubf552fzye7zmwwy` | The MakerDAO multicall2 contract. |
| skill/valory/slashing_abci/0.1.0 | `bafybeig6zuk6eagqnz3jxjt5mphy6i5yp5i64v726eaak3lvfjbxhn3y6y` | Slashing skill. |
| skill/valory/offend_abci/0.1.0 | `bafybeibbe3lgsisxp5uo5yg7pkq2siaahiaulpb7iksdazulxunxmjmg44` | Offend ABCI application. |
| skill/valory/offend_slash_abci/0.1.0 | `bafybeibh3svyksynaysmaz3znrsn43ktv4uygpgdqd7b2yu3srrux4uki4` | ABCI application used in order to test the slashing abci |
| agent/valory/offend_slash/0.1.0 | `bafybeieypdwl36wpgqffwlls5zayklrupwvtvpuca4wcjko45gu6xbhzwu` | Offend and slash to test the slashing feature. |
| skill/valory/slashing_abci/0.1.0 | `bafybeidf726r4sdwviul3hvzvjouvapnpg5dhqyw2mysbqdvlsn7bu72qi` | Slashing skill. |
| skill/valory/offend_abci/0.1.0 | `bafybeih7x7yqwgutuybxdd2w7vqsy2ko5xbjjqwdtllvxexo3tyhjofpai` | Offend ABCI application. |
| skill/valory/offend_slash_abci/0.1.0 | `bafybeiaytzapeynku4ugldmczilhwdx7igmwphjrcfwhgepkxupiaj37bi` | ABCI application used in order to test the slashing abci |
| agent/valory/offend_slash/0.1.0 | `bafybeigb74rpkuarvbeezoqw5xhgroalhx5nb2enwveloo3mf5grar2kpe` | Offend and slash to test the slashing feature. |
| contract/valory/erc20/0.1.0 | `bafybeib7ctk3deleyxayrqvropewefr2muj4kcqe3t3wscak25bjmxnqwe` | The scaffold contract scaffolds a contract to be implemented by the developer. |
| contract/valory/service_registry_token_utility/0.1.0 | `bafybeifdia2y5546tvk6xzxeaqzf2n5n7dutj2hdzbgenxohaqhjtnjqm4` | The scaffold contract scaffolds a contract to be implemented by the developer. |
| protocol/open_aea/signing/1.0.0 | `bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi` | A protocol for communication between skills and decision maker. |
Expand Down
Loading

0 comments on commit 0a4ce97

Please sign in to comment.