Skip to content

Commit

Permalink
fix:add generate_all_protocols to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrenbelt committed Apr 2, 2022
1 parent 9d36d50 commit bd5a01a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ security:
# update copyright headers
.PHONY: generators
generators:
python scripts/generate_all_protocols.py
python scripts/generate_ipfs_hashes.py
python scripts/generate_api_docs.py
python scripts/check_copyright_notice.py
Expand Down
2 changes: 1 addition & 1 deletion packages/valory/protocols/acn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
#
# Copyright 2022 fetchai
# Copyright 2022 valory
#
# 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 packages/valory/protocols/acn/dialogues.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
#
# Copyright 2022 fetchai
# Copyright 2022 valory
#
# 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 packages/valory/protocols/acn/message.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
#
# Copyright 2022 fetchai
# Copyright 2022 valory
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
8 changes: 4 additions & 4 deletions packages/valory/protocols/acn/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ license: Apache-2.0
aea_version: '>=1.0.0, <2.0.0'
fingerprint:
README.md: QmZ59igTs2SKsMDHzuew8gfGdqjW1vNZ3DxBDqWLnDd6XD
__init__.py: QmX46WMVxai4o9K9sGSogZLJEZhebmVerBRHvr6My1bPZn
__init__.py: QmSkPSpzcED8eTLWGLkD34Fve95rBpBAQPpSfoXRH9MagU
acn.proto: QmVWvXETUNe7QZTvBgzwpofNP3suFthwyxbTVUqSx8mdnE
acn_pb2.py: Qmf3HYmJtGwugpCuWSmJEDVHwZcnCF6BWmeEouUSpBRs45
custom_types.py: QmS9xN5EPy8pZRbwpUdewH7TocNGCx7xv3GwupxSQRRVgM
dialogues.py: QmNWpqFrnVhUsveh6WKDaWCYsUVj6gQd1tHSxZJB8UwjH6
message.py: QmeLwVbFaVv8z5bT8vqceVpgQYpg2UVmSkQxK2fmLn1Se3
serialization.py: QmT1PPT4jSzvJaeQNCTxx54gSWUU3EAYuU1RakGqDdPmXT
dialogues.py: QmT4CxF6EQVAm4oEyZAjUinTXNH4LCBz4LsGGHmCNY4s8z
message.py: Qmbgg2gtaqNN5MkpbbZgfybTqEvNMDVgEwSfmhUtDcWcoQ
serialization.py: QmQ5dK9C1cd33FfN8pkAzvmW7Hs6rK5ZBuppMXp48zHXr2
fingerprint_ignore_patterns: []
dependencies:
protobuf: {}
2 changes: 1 addition & 1 deletion packages/valory/protocols/acn/serialization.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
#
# Copyright 2022 fetchai
# Copyright 2022 valory
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit bd5a01a

Please sign in to comment.