Skip to content

Commit

Permalink
chore: bump certificate date range
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Jan 6, 2025
1 parent 80c8d00 commit 01dccea
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/valory/connections/p2p_libp2p/connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ cert_requests:
- identifier: acn
ledger_id: ethereum
message_format: '{public_key}'
not_after: '2025-01-01'
not_before: '2024-01-01'
not_after: '2026-01-01'
not_before: '2025-01-01'
public_key: cosmos
save_path: .certs/conn_cert.txt
excluded_protocols: []
Expand Down
4 changes: 2 additions & 2 deletions packages/valory/connections/p2p_libp2p/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
import platform


LIBP2P_CERT_NOT_BEFORE = "2024-01-01"
LIBP2P_CERT_NOT_AFTER = "2025-01-01"
LIBP2P_CERT_NOT_BEFORE = "2025-01-01"
LIBP2P_CERT_NOT_AFTER = "2026-01-01"

LIBP2P_NODE_MODULE_NAME = "libp2p_node"

Expand Down
8 changes: 4 additions & 4 deletions packages/valory/connections/p2p_libp2p_client/connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ cert_requests:
- identifier: acn
ledger_id: ethereum
message_format: '{public_key}'
not_after: '2025-01-01'
not_before: '2024-01-01'
not_after: '2026-01-01'
not_before: '2025-01-01'
public_key: 02d3a830c9d6ea1ae91936951430dee11f4662f33118b02190693be835359a9d77
save_path: .certs/acn_cosmos_9005.txt
- identifier: acn
ledger_id: ethereum
message_format: '{public_key}'
not_after: '2025-01-01'
not_before: '2024-01-01'
not_after: '2026-01-01'
not_before: '2025-01-01'
public_key: 02e741c62d706e1dcf6986bf37fa74b98681bc32669623ac9ee6ff72488d4f59e8
save_path: .certs/acn_cosmos_9006.txt
excluded_protocols: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ cert_requests:
- identifier: acn
ledger_id: ethereum
message_format: '{public_key}'
not_after: '2025-01-01'
not_before: '2024-01-01'
not_after: '2026-01-01'
not_before: '2025-01-01'
public_key: 02d3a830c9d6ea1ae91936951430dee11f4662f33118b02190693be835359a9d77
save_path: .certs/acn_cosmos_9005.txt
- identifier: acn
ledger_id: ethereum
message_format: '{public_key}'
not_after: '2025-01-01'
not_before: '2024-01-01'
not_after: '2026-01-01'
not_before: '2025-01-01'
public_key: 02e741c62d706e1dcf6986bf37fa74b98681bc32669623ac9ee6ff72488d4f59e8
save_path: .certs/acn_cosmos_9006.txt
excluded_protocols: []
Expand Down
8 changes: 4 additions & 4 deletions tests/data/dummy_connection/connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ cert_requests:
- identifier: cert_id_1
ledger_id: some_ledger_id
message_format: '{public_key}'
not_after: '2025-01-01'
not_before: '2024-01-01'
not_after: '2026-01-01'
not_before: '2025-01-01'
public_key: key_id
save_path: /source/some/path_1
- identifier: cert_id_2
ledger_id: some_ledger_id
message_format: '{public_key}'
not_after: '2025-01-01'
not_before: '2024-01-01'
not_after: '2026-01-01'
not_before: '2025-01-01'
public_key: '0xABCDEF123456'
save_path: /source/some/path_2

0 comments on commit 01dccea

Please sign in to comment.