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 17, 2025
1 parent 0f3351c commit c1eb718
Show file tree
Hide file tree
Showing 43 changed files with 137 additions and 137 deletions.
2 changes: 1 addition & 1 deletion autonomy/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
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:bafybeihok6my64yug6s2xqnbdviwetakzj2gkzsnw2r3bzgp62lvwdnx5q"
ABSTRACT_ROUND_ABCI_SKILL_WITH_HASH = "valory/abstract_round_abci:0.1.0:bafybeieb53h4oohn4at6htt7l2s5kthhjaflfkpx2lbadl24afd7xtjomq"
OLAS_DOCS_URL = "https://docs.autonolas.network"
2 changes: 1 addition & 1 deletion autonomy/deploy/generators/localhost/tendermint/app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
#
# Copyright 2021-2022 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
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/overview_of_the_development_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To follow the next sections, you need to populate the local registry with a numb
"protocol/valory/ledger_api/1.0.0": "bafybeihdk6psr4guxmbcrc26jr2cbgzpd5aljkqvpwo64bvaz7tdti2oni",
"protocol/valory/tendermint/0.1.0": "bafybeig4mi3vmlv5zpbjbfuzcgida6j5f2nhrpedxicmrrfjweqc5r7cra",
"skill/valory/abstract_abci/0.1.0": "bafybeif2naoydlrqkdpnig34uejedwgurjwyvmbpcz53tif7pyukfdophq",
"skill/valory/abstract_round_abci/0.1.0": "bafybeihok6my64yug6s2xqnbdviwetakzj2gkzsnw2r3bzgp62lvwdnx5q",
"skill/valory/abstract_round_abci/0.1.0": "bafybeieb53h4oohn4at6htt7l2s5kthhjaflfkpx2lbadl24afd7xtjomq",
"skill/valory/hello_world_abci/0.1.0": "bafybeiebittgfcz4idj633fkrvu6qle2ajekdjxpp7slggyur7vv7s7hrq",
"connection/valory/p2p_libp2p_client/0.1.0": "bafybeid3xg5k2ol5adflqloy75ibgljmol6xsvzvezebsg7oudxeeolz7e"
}
Expand Down
48 changes: 24 additions & 24 deletions docs/package_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,37 @@
| contract/valory/multicall2/0.1.0 | `bafybeifth3kfovus6l5qsd2743e7n4zes7j7fns3ecliil7x5xiuiyf534` | The MakerDAO multicall2 contract. |
| connection/valory/abci/0.1.0 | `bafybeie2bc44r2ddspeg4v7minuievvjykomcukuf5ryevom6fajno25gy` | connection to wrap communication with an ABCI server. |
| connection/valory/ipfs/0.1.0 | `bafybeifc6whdo4cod27f75uc2u25rlwberdlb5luomfddzahcbibgkro6a` | A connection responsible for uploading and downloading files from IPFS. |
| skill/valory/test_ipfs_abci/0.1.0 | `bafybeiar64pg3vpsqtkltrkh34ub7e6f4axmk3erowjelqgcrryzxxsxoy` | IPFS e2e testing application. |
| skill/valory/test_ipfs_abci/0.1.0 | `bafybeiafqjm4f6j4hcyufx5q5yogbzr53tzascy7eozvcqzqobs2ponage` | IPFS e2e testing application. |
| skill/valory/abstract_abci/0.1.0 | `bafybeif2naoydlrqkdpnig34uejedwgurjwyvmbpcz53tif7pyukfdophq` | The abci skill provides a template of an ABCI application. |
| skill/valory/abstract_round_abci/0.1.0 | `bafybeihok6my64yug6s2xqnbdviwetakzj2gkzsnw2r3bzgp62lvwdnx5q` | abstract round-based ABCI application |
| skill/valory/transaction_settlement_abci/0.1.0 | `bafybeighifsc6ptcncdri35aeby453kuikhfk5x7zg5xkbcrvqigyu3f4q` | ABCI application for transaction settlement. |
| skill/valory/registration_abci/0.1.0 | `bafybeidckbnepx275xixw4sxparugzu5bzpymcyuqncuf7a2gkhyrbjp2q` | ABCI application for common apps. |
| skill/valory/reset_pause_abci/0.1.0 | `bafybeih56bszlhpfx2bin5i3oenpsfgtf36rvtnxoozkyehbnpw2ja2fbe` | ABCI application for resetting and pausing app executions. |
| skill/valory/termination_abci/0.1.0 | `bafybeigotcurql24z2csrgsnkk3yafdzgewriu7qsizqgup2pffprdnrye` | Termination skill. |
| skill/valory/abstract_round_abci/0.1.0 | `bafybeieb53h4oohn4at6htt7l2s5kthhjaflfkpx2lbadl24afd7xtjomq` | abstract round-based ABCI application |
| skill/valory/transaction_settlement_abci/0.1.0 | `bafybeidxp6gbvfigmahe4qzfwlclvdd2iuadjlo3bkca4vpjm3ozbfqdmm` | ABCI application for transaction settlement. |
| skill/valory/registration_abci/0.1.0 | `bafybeid4w6rmcn7f7ew7ufry3gi54ehyuns5gz35gadane2s7aeoh43pma` | ABCI application for common apps. |
| skill/valory/reset_pause_abci/0.1.0 | `bafybeidmf2i4u2p2uc6iem5jxn7ryedl7o73fvyecnk4vtu2roxlwh6ifq` | ABCI application for resetting and pausing app executions. |
| skill/valory/termination_abci/0.1.0 | `bafybeiave7wf4m4in46oxpivmov7x5l5lulajr4r6z42vworhepxmdhzsi` | Termination skill. |
| skill/valory/counter/0.1.0 | `bafybeifyvkkfcypeg6keusa64pgnewpdkp3axtgb4lpyzmapsorx7lhduu` | The ABCI Counter application example. |
| skill/valory/counter_client/0.1.0 | `bafybeih2hz7bvltfnlw7cgjrwgjdw3xgejwcnkxry7i6ajcspwcw2hrb3e` | A client for the ABCI counter application. |
| skill/valory/register_reset_abci/0.1.0 | `bafybeiel6gu5bzvnzcocrq5nhft5uicsvom67ptov5zwx6qvtj6elhm5rq` | ABCI application for dummy skill that registers and resets |
| skill/valory/register_termination_abci/0.1.0 | `bafybeihq4mgd2iqx4ho4kw6j4hnm623szjwdutk6kdnk4jkkmnm4i5qd64` | ABCI application for dummy skill that registers and resets |
| skill/valory/test_abci/0.1.0 | `bafybeif6c3sxbl3cubbyocevlivke7taitz6o3tefsk4rloxti6z6tzvc4` | ABCI application for testing the ABCI connection. |
| skill/valory/register_reset_recovery_abci/0.1.0 | `bafybeia3uu2e2jy6ktlm5gskr3do3txldk7fjhceoqy2skr5ulu2xaysay` | ABCI application for dummy skill that registers and resets |
| skill/valory/slashing_abci/0.1.0 | `bafybeievpbkvpmwbqj4xccl2lrxqiipy5r5gxy5dgyqbjwoaqhw2d2g35m` | Slashing skill. |
| skill/valory/offend_abci/0.1.0 | `bafybeidoayhqlwvnji7no6lm3tfnbcrgvlp4kdaw5v4r5jixu5poaz5zmy` | Offend ABCI application. |
| skill/valory/offend_slash_abci/0.1.0 | `bafybeicooduq3nl6y2ttv27eku55ertrxhlebkunzl5mtncmtbwrxp73eu` | ABCI application used in order to test the slashing abci |
| skill/valory/squads_transaction_settlement_abci/0.1.0 | `bafybeihrzyy6a4ees7v2a5hmdobzu734rs64b22xpvo5nw72dcxbho6ww4` | ABCI application for transaction settlement. |
| skill/valory/test_solana_tx_abci/0.1.0 | `bafybeiht2n7w5oncnmm7tn4q77ngrqbqtsye4wg56sgwlwujxrrrfw2mc4` | SOLANA e2e testing application. |
| agent/valory/test_ipfs/0.1.0 | `bafybeigc673rzuzx2cuz5wdk7vpapxalwx2clspxnyaztsybdfdoq45uxm` | Agent for testing the ABCI connection. |
| skill/valory/register_reset_abci/0.1.0 | `bafybeibqihvpogrs3dsjyzcoyj55wcuajkfqbmy4pbxdly6tn6tml25rtq` | ABCI application for dummy skill that registers and resets |
| skill/valory/register_termination_abci/0.1.0 | `bafybeiblvizgyadus4anwftrc4b3ezsna2tbq6wabc63ysryqf35qamk6m` | ABCI application for dummy skill that registers and resets |
| skill/valory/test_abci/0.1.0 | `bafybeiccrmjggakuvl7fh6y6mcjgfoec5bir4k3vumbsyx6f3snwkcke6u` | ABCI application for testing the ABCI connection. |
| skill/valory/register_reset_recovery_abci/0.1.0 | `bafybeidnv3fvtvpsm67nbpeysdgtpbbdfccdadg5wmxrhcgmeyjpqngj74` | ABCI application for dummy skill that registers and resets |
| skill/valory/slashing_abci/0.1.0 | `bafybeibgmnh4vclzgtwv5de6ebqclqxwwkjcbstikn4a5yndnc7lghqdme` | Slashing skill. |
| skill/valory/offend_abci/0.1.0 | `bafybeicr6ds7hdiodf3regugnjomsmzbkojjntzaeza45thzqwsjs4oemm` | Offend ABCI application. |
| skill/valory/offend_slash_abci/0.1.0 | `bafybeihc74avvydjtqehc2hwo64cv5qw6mnai32e56ushu2phm4qiejzb4` | ABCI application used in order to test the slashing abci |
| skill/valory/squads_transaction_settlement_abci/0.1.0 | `bafybeidw4eunrni4kaijitc5hp62otxerzlvowcpnwojmkvbvrgiey2pf4` | ABCI application for transaction settlement. |
| skill/valory/test_solana_tx_abci/0.1.0 | `bafybeibqhbvt2miweatjfyjjur4un6fh5phglybrfuqjssrw7rrrh4b3ae` | SOLANA e2e testing application. |
| agent/valory/test_ipfs/0.1.0 | `bafybeifea3fflv5ldioa3xsqbikcdud6amwaofboure7l7qi4lplgbti6y` | Agent for testing the ABCI connection. |
| agent/valory/abstract_abci/0.1.0 | `bafybeihq4emjsccldkrtv6427f45ifuh64trnksg2pvp2ii22ujyn3jhxy` | The abstract ABCI AEA - for testing purposes only. |
| agent/valory/counter/0.1.0 | `bafybeihu2umjgbn3vtvhd3ri246jstdnlkf3bzrqfyeafgcswb4gc72r4a` | The ABCI Counter example as an AEA |
| agent/valory/counter_client/0.1.0 | `bafybeib6lpzwyfe4hcahbn26hh35h26b6fkgwab7jlhjyndmbtvlkz73wm` | The ABCI Counter example as an AEA |
| agent/valory/register_reset/0.1.0 | `bafybeiazdynzutkwzd4bhogtvousdfdvv75nz6piqtbhiefgoxlazxgpya` | Register reset to replicate Tendermint issue. |
| agent/valory/register_termination/0.1.0 | `bafybeifflvsjtjyxy4hold6j3hcyyv3xm32svno4t6rimre4igj5xhfkp4` | Register terminate to test the termination feature. |
| agent/valory/registration_start_up/0.1.0 | `bafybeibq7cd6xpgidxuutvd55egyfkdbj7a4d77iwmv6e7vqe3ykca7mf4` | Registration start-up ABCI example. |
| agent/valory/test_abci/0.1.0 | `bafybeihtjve2adnzhisj44mmdmfnfhllzjus3jbepiv2snskjes2fwkqge` | Agent for testing the ABCI connection. |
| agent/valory/register_reset_recovery/0.1.0 | `bafybeifcdnohj3kf3ujse6e2gctkuwrow3pxfonzjgqbitm7p63aajvuyu` | Agent to showcase hard reset as a recovery mechanism. |
| agent/valory/offend_slash/0.1.0 | `bafybeiadtvwc45oxtw74s5ketzag7sunmetdcm2hmtjxnkqpgwwfmbitjm` | Offend and slash to test the slashing feature. |
| agent/valory/solana_transfer_agent/0.1.0 | `bafybeiafns67bquqt7lhqrco6p65mp4wr7tqmboq3dm6icjrfmh27grsri` | Register terminate to test the termination feature. |
| agent/valory/register_reset/0.1.0 | `bafybeicxzvi72lwwvedptmbu7corrfmh3r5vb2udcp4crj5wdjs3nnbkgu` | Register reset to replicate Tendermint issue. |
| agent/valory/register_termination/0.1.0 | `bafybeifuq6krleog542e5wq2jfdjydwxhccp3kdknprsxcwtvi5fmq5e34` | Register terminate to test the termination feature. |
| agent/valory/registration_start_up/0.1.0 | `bafybeidulvuactyuv34tt67z4a3cl2ssrczjcf6jrvlojfrfut5kw4fjlq` | Registration start-up ABCI example. |
| agent/valory/test_abci/0.1.0 | `bafybeihughzywj55whgcmek3e7zyzepiajau5zdxvyfqbnyqnvhklwlgvi` | Agent for testing the ABCI connection. |
| agent/valory/register_reset_recovery/0.1.0 | `bafybeieehsfpp5yipcwtplb5whd6d6o5iw7qoy2cqhzqc4jb3q6bv7wipa` | Agent to showcase hard reset as a recovery mechanism. |
| agent/valory/offend_slash/0.1.0 | `bafybeicwciwbfkclmdqsm4fim5he4pzkhr2lxowmcg4in37coswoworpfu` | Offend and slash to test the slashing feature. |
| agent/valory/solana_transfer_agent/0.1.0 | `bafybeictxk4k43r73ayoxvsyr7olyfcaa2kkl47rn6na43tbmkuhojiym4` | Register terminate to test the termination feature. |
| service/valory/counter/0.1.0 | `bafybeicxnojklqm2gvbxhdz4snbv35nlsvscq6rpp7rdy54iro4gs3qp2i` | A set of agents incrementing a counter |
| service/valory/register_reset/0.1.0 | `bafybeidpcf7keufyg7b4estu6zk6yhpjb5l45k2ikysh57uyjhwmfvdsgu` | Test and debug tendermint reset mechanism. |
| service/valory/register_reset/0.1.0 | `bafybeiclnbc7ehp4mnl6ncxmek7ul2s6xwp2topdujj42s6dqz3k2rmdry` | Test and debug tendermint reset mechanism. |
| protocol/open_aea/signing/1.0.0 | `bafybeihv62fim3wl2bayavfcg3u5e5cxu3b7brtu4cn5xoxd6lqwachasi` | A protocol for communication between skills and decision maker. |
| protocol/valory/acn/1.1.0 | `bafybeidluaoeakae3exseupaea4i3yvvk5vivyt227xshjlffywwxzcxqe` | The protocol used for envelope delivery on the ACN. |
| protocol/valory/http/1.0.0 | `bafybeifugzl63kfdmwrxwphrnrhj7bn6iruxieme3a4ntzejf6kmtuwmae` | A protocol for HTTP requests and responses. |
Expand Down
Loading

0 comments on commit c1eb718

Please sign in to comment.