afp-sdk 0.1.0.post0__tar.gz → 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. afp_sdk-0.1.1/CHANGELOG.md +12 -0
  2. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/PKG-INFO +1 -1
  3. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/bindings/bankruptcy_facet.py +2 -2
  4. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/pyproject.toml +1 -1
  5. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/uv.lock +1 -1
  6. afp_sdk-0.1.0.post0/CHANGELOG.md +0 -5
  7. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/.env.template +0 -0
  8. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/.envrc +0 -0
  9. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/LICENSE +0 -0
  10. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/README.md +0 -0
  11. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/__init__.py +0 -0
  12. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/api/__init__.py +0 -0
  13. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/api/admin.py +0 -0
  14. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/api/base.py +0 -0
  15. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/api/builder.py +0 -0
  16. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/api/clearing.py +0 -0
  17. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/api/liquidation.py +0 -0
  18. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/api/trading.py +0 -0
  19. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/bindings/__init__.py +0 -0
  20. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/bindings/auctioneer_facet.py +0 -0
  21. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/bindings/clearing_facet.py +0 -0
  22. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/bindings/erc20.py +0 -0
  23. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/bindings/facade.py +0 -0
  24. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/bindings/final_settlement_facet.py +0 -0
  25. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/bindings/margin_account.py +0 -0
  26. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/bindings/margin_account_registry.py +0 -0
  27. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/bindings/mark_price_tracker_facet.py +0 -0
  28. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/bindings/oracle_provider.py +0 -0
  29. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/bindings/product_registry.py +0 -0
  30. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/bindings/trading_protocol.py +0 -0
  31. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/config.py +0 -0
  32. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/decorators.py +0 -0
  33. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/enums.py +0 -0
  34. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/exceptions.py +0 -0
  35. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/exchange.py +0 -0
  36. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/py.typed +0 -0
  37. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/schemas.py +0 -0
  38. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/signing.py +0 -0
  39. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/afp/validators.py +0 -0
  40. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/devenv.lock +0 -0
  41. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/devenv.nix +0 -0
  42. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/devenv.yaml +0 -0
  43. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/examples/cancel_order.py +0 -0
  44. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/examples/create_product.py +0 -0
  45. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/examples/execute_trade.py +0 -0
  46. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/tests/__init__.py +0 -0
  47. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/tests/test_decorators.py +0 -0
  48. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/tests/test_hashing.py +0 -0
  49. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/tests/test_login.py +0 -0
  50. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/tests/test_schemas.py +0 -0
  51. {afp_sdk-0.1.0.post0 → afp_sdk-0.1.1}/tests/test_validators.py +0 -0
@@ -0,0 +1,12 @@
1
+ ## [v0.1.1] - 2025-08-28
2
+
3
+ ### Fixed
4
+
5
+ - Fix incorrect parameter type in `afp.bindings.ClearingDiamond.mutializeLosses` ([#8](https://github.com/autonity/afp-sdk/pull/8))
6
+
7
+ ## [v0.1.0] - 2025-08-22
8
+
9
+ _First release._
10
+
11
+ [v0.1.1]: https://github.com/autonity/afp-sdk/releases/tag/v0.1.1
12
+ [v0.1.0]: https://github.com/autonity/afp-sdk/releases/tag/v0.1.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: afp-sdk
3
- Version: 0.1.0.post0
3
+ Version: 0.1.1
4
4
  Summary: Autonomous Futures Protocol Python SDK
5
5
  Keywords: autonity,web3,trading,crypto,prediction,forecast,markets
6
6
  License-Expression: MIT
@@ -83,7 +83,7 @@ class BankruptcyFacet:
83
83
  bankrupt_account_id: eth_typing.ChecksumAddress,
84
84
  collateral_token: eth_typing.ChecksumAddress,
85
85
  product_ids: typing.List[hexbytes.HexBytes],
86
- laas: typing.List[eth_typing.ChecksumAddress],
86
+ laas: typing.List[typing.List[eth_typing.ChecksumAddress]],
87
87
  ) -> contract.ContractFunction:
88
88
  """Binding for `mutualizeLosses` on the BankruptcyFacet contract.
89
89
 
@@ -92,7 +92,7 @@ class BankruptcyFacet:
92
92
  bankrupt_account_id : eth_typing.ChecksumAddress
93
93
  collateral_token : eth_typing.ChecksumAddress
94
94
  product_ids : typing.List[hexbytes.HexBytes]
95
- laas : typing.List[eth_typing.ChecksumAddress]
95
+ laas : typing.List[typing.List[eth_typing.ChecksumAddress]]
96
96
 
97
97
  Returns
98
98
  -------
@@ -4,7 +4,7 @@ build-backend = "uv_build"
4
4
 
5
5
  [project]
6
6
  name = "afp-sdk"
7
- version = "0.1.0-post.0"
7
+ version = "0.1.1"
8
8
  description = "Autonomous Futures Protocol Python SDK"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -13,7 +13,7 @@ wheels = [
13
13
 
14
14
  [[package]]
15
15
  name = "afp-sdk"
16
- version = "0.1.0"
16
+ version = "0.1.1"
17
17
  source = { editable = "." }
18
18
  dependencies = [
19
19
  { name = "decorator" },
@@ -1,5 +0,0 @@
1
- ## [v0.1.0] - 2025-08-22
2
-
3
- _First release._
4
-
5
- [v0.1.0]: https://github.com/autonity/afp-sdk/releases/tag/v0.1.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes