Skip to content

Commit

Permalink
fix: bump 4.0.0 (#82)
Browse files Browse the repository at this point in the history
* fix: bump 4.0.0

* fix: update protocol version

* fix: update bandit
  • Loading branch information
juanmanuel-tirado authored Jan 29, 2025
1 parent 7e0d72d commit 392f1a6
Show file tree
Hide file tree
Showing 5 changed files with 154 additions and 133 deletions.
1 change: 0 additions & 1 deletion .bandit
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ tests:
- B317
- B318
- B319
- B320
- B601
- B602
- B604
Expand Down
2 changes: 1 addition & 1 deletion pantos/client-library.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
protocol:
mainnet: !ENV ${PROTOCOL_MAINNET:1.0.0}
testnet: !ENV ${PROTOCOL_TESTNET:0.1.0}
testnet: !ENV ${PROTOCOL_TESTNET:0.3.0}

token_creator:
url: !ENV ${TOKEN_CREATOR_URL:https://creatorb.testnet.pantos.io}
Expand Down
2 changes: 1 addition & 1 deletion pantos/client/library/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
is_supported_protocol_version as _is_supported_protocol_version_by_common

_SUPPORTED_PROTOCOL_VERSIONS: typing.Final[set[semantic_version.Version]] = {
semantic_version.Version('0.1.0')
semantic_version.Version('0.3.0')
}

for supported_protocol_version in _SUPPORTED_PROTOCOL_VERSIONS:
Expand Down
Loading

0 comments on commit 392f1a6

Please sign in to comment.