uvd-x402-sdk 0.3.2__tar.gz → 0.3.3__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.
- {uvd_x402_sdk-0.3.2/src/uvd_x402_sdk.egg-info → uvd_x402_sdk-0.3.3}/PKG-INFO +7 -2
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/README.md +6 -1
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/pyproject.toml +1 -1
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/__init__.py +1 -1
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/networks/evm.py +7 -7
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3/src/uvd_x402_sdk.egg-info}/PKG-INFO +7 -2
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/LICENSE +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/setup.cfg +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/client.py +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/config.py +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/decorators.py +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/exceptions.py +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/integrations/__init__.py +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/integrations/django_integration.py +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/integrations/fastapi_integration.py +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/integrations/flask_integration.py +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/integrations/lambda_integration.py +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/models.py +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/networks/__init__.py +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/networks/base.py +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/networks/near.py +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/networks/solana.py +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/networks/stellar.py +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/response.py +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk.egg-info/SOURCES.txt +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk.egg-info/dependency_links.txt +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk.egg-info/requires.txt +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk.egg-info/top_level.txt +0 -0
- {uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/tests/test_client.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: uvd-x402-sdk
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: Python SDK for x402 payments - gasless crypto payments across 14 blockchains with multi-stablecoin support (USDC, EURC, AUSD, PYUSD)
|
|
5
5
|
Author-email: Ultravioleta DAO <dev@ultravioletadao.xyz>
|
|
6
6
|
Project-URL: Homepage, https://github.com/UltravioletaDAO/uvd-x402-sdk-python
|
|
@@ -712,7 +712,7 @@ The same token may use **different EIP-712 domain names on different chains**. T
|
|
|
712
712
|
|-------|----------|------|-----------|
|
|
713
713
|
| EURC | `"Euro Coin"` | `"EURC"` | `"Euro Coin"` |
|
|
714
714
|
| USDC | `"USD Coin"` | `"USD Coin"` | `"USD Coin"` |
|
|
715
|
-
| AUSD | `"
|
|
715
|
+
| AUSD | `"Agora Dollar"` | N/A | `"Agora Dollar"` |
|
|
716
716
|
| PYUSD | `"PayPal USD"` | N/A | N/A |
|
|
717
717
|
|
|
718
718
|
**Important:** Always use `get_token_config()` to get the correct domain name. Never hardcode domain names.
|
|
@@ -926,6 +926,11 @@ MIT License - see LICENSE file.
|
|
|
926
926
|
|
|
927
927
|
## Changelog
|
|
928
928
|
|
|
929
|
+
### v0.3.3 (2025-12-22)
|
|
930
|
+
|
|
931
|
+
- Fixed EIP-712 domain names: AUSD uses "Agora Dollar" (not "Agora USD")
|
|
932
|
+
- Fixed EURC domain name on Ethereum/Avalanche: "Euro Coin" (not "EURC")
|
|
933
|
+
|
|
929
934
|
### v0.3.2 (2025-12-21)
|
|
930
935
|
|
|
931
936
|
- Added critical implementation notes for multi-token support:
|
|
@@ -663,7 +663,7 @@ The same token may use **different EIP-712 domain names on different chains**. T
|
|
|
663
663
|
|-------|----------|------|-----------|
|
|
664
664
|
| EURC | `"Euro Coin"` | `"EURC"` | `"Euro Coin"` |
|
|
665
665
|
| USDC | `"USD Coin"` | `"USD Coin"` | `"USD Coin"` |
|
|
666
|
-
| AUSD | `"
|
|
666
|
+
| AUSD | `"Agora Dollar"` | N/A | `"Agora Dollar"` |
|
|
667
667
|
| PYUSD | `"PayPal USD"` | N/A | N/A |
|
|
668
668
|
|
|
669
669
|
**Important:** Always use `get_token_config()` to get the correct domain name. Never hardcode domain names.
|
|
@@ -877,6 +877,11 @@ MIT License - see LICENSE file.
|
|
|
877
877
|
|
|
878
878
|
## Changelog
|
|
879
879
|
|
|
880
|
+
### v0.3.3 (2025-12-22)
|
|
881
|
+
|
|
882
|
+
- Fixed EIP-712 domain names: AUSD uses "Agora Dollar" (not "Agora USD")
|
|
883
|
+
- Fixed EURC domain name on Ethereum/Avalanche: "Euro Coin" (not "EURC")
|
|
884
|
+
|
|
880
885
|
### v0.3.2 (2025-12-21)
|
|
881
886
|
|
|
882
887
|
- Added critical implementation notes for multi-token support:
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "uvd-x402-sdk"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.3"
|
|
8
8
|
description = "Python SDK for x402 payments - gasless crypto payments across 14 blockchains with multi-stablecoin support (USDC, EURC, AUSD, PYUSD)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
@@ -76,13 +76,13 @@ ETHEREUM = NetworkConfig(
|
|
|
76
76
|
"eurc": TokenConfig(
|
|
77
77
|
address="0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c",
|
|
78
78
|
decimals=6,
|
|
79
|
-
name="
|
|
79
|
+
name="Euro Coin",
|
|
80
80
|
version="2",
|
|
81
81
|
),
|
|
82
82
|
"ausd": TokenConfig(
|
|
83
83
|
address="0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
|
|
84
84
|
decimals=6,
|
|
85
|
-
name="Agora
|
|
85
|
+
name="Agora Dollar",
|
|
86
86
|
version="1",
|
|
87
87
|
),
|
|
88
88
|
"pyusd": TokenConfig(
|
|
@@ -116,7 +116,7 @@ POLYGON = NetworkConfig(
|
|
|
116
116
|
"ausd": TokenConfig(
|
|
117
117
|
address="0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
|
|
118
118
|
decimals=6,
|
|
119
|
-
name="Agora
|
|
119
|
+
name="Agora Dollar",
|
|
120
120
|
version="1",
|
|
121
121
|
),
|
|
122
122
|
},
|
|
@@ -144,7 +144,7 @@ ARBITRUM = NetworkConfig(
|
|
|
144
144
|
"ausd": TokenConfig(
|
|
145
145
|
address="0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
|
|
146
146
|
decimals=6,
|
|
147
|
-
name="Agora
|
|
147
|
+
name="Agora Dollar",
|
|
148
148
|
version="1",
|
|
149
149
|
),
|
|
150
150
|
},
|
|
@@ -186,13 +186,13 @@ AVALANCHE = NetworkConfig(
|
|
|
186
186
|
"eurc": TokenConfig(
|
|
187
187
|
address="0xC891EB4cbdEFf6e073e859e987815Ed1505c2ACD",
|
|
188
188
|
decimals=6,
|
|
189
|
-
name="
|
|
189
|
+
name="Euro Coin",
|
|
190
190
|
version="2",
|
|
191
191
|
),
|
|
192
192
|
"ausd": TokenConfig(
|
|
193
193
|
address="0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
|
|
194
194
|
decimals=6,
|
|
195
|
-
name="Agora
|
|
195
|
+
name="Agora Dollar",
|
|
196
196
|
version="1",
|
|
197
197
|
),
|
|
198
198
|
},
|
|
@@ -266,7 +266,7 @@ MONAD = NetworkConfig(
|
|
|
266
266
|
"ausd": TokenConfig(
|
|
267
267
|
address="0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
|
|
268
268
|
decimals=6,
|
|
269
|
-
name="Agora
|
|
269
|
+
name="Agora Dollar",
|
|
270
270
|
version="1",
|
|
271
271
|
),
|
|
272
272
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: uvd-x402-sdk
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: Python SDK for x402 payments - gasless crypto payments across 14 blockchains with multi-stablecoin support (USDC, EURC, AUSD, PYUSD)
|
|
5
5
|
Author-email: Ultravioleta DAO <dev@ultravioletadao.xyz>
|
|
6
6
|
Project-URL: Homepage, https://github.com/UltravioletaDAO/uvd-x402-sdk-python
|
|
@@ -712,7 +712,7 @@ The same token may use **different EIP-712 domain names on different chains**. T
|
|
|
712
712
|
|-------|----------|------|-----------|
|
|
713
713
|
| EURC | `"Euro Coin"` | `"EURC"` | `"Euro Coin"` |
|
|
714
714
|
| USDC | `"USD Coin"` | `"USD Coin"` | `"USD Coin"` |
|
|
715
|
-
| AUSD | `"
|
|
715
|
+
| AUSD | `"Agora Dollar"` | N/A | `"Agora Dollar"` |
|
|
716
716
|
| PYUSD | `"PayPal USD"` | N/A | N/A |
|
|
717
717
|
|
|
718
718
|
**Important:** Always use `get_token_config()` to get the correct domain name. Never hardcode domain names.
|
|
@@ -926,6 +926,11 @@ MIT License - see LICENSE file.
|
|
|
926
926
|
|
|
927
927
|
## Changelog
|
|
928
928
|
|
|
929
|
+
### v0.3.3 (2025-12-22)
|
|
930
|
+
|
|
931
|
+
- Fixed EIP-712 domain names: AUSD uses "Agora Dollar" (not "Agora USD")
|
|
932
|
+
- Fixed EURC domain name on Ethereum/Avalanche: "Euro Coin" (not "EURC")
|
|
933
|
+
|
|
929
934
|
### v0.3.2 (2025-12-21)
|
|
930
935
|
|
|
931
936
|
- Added critical implementation notes for multi-token support:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/integrations/django_integration.py
RENAMED
|
File without changes
|
{uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/integrations/fastapi_integration.py
RENAMED
|
File without changes
|
{uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/integrations/flask_integration.py
RENAMED
|
File without changes
|
{uvd_x402_sdk-0.3.2 → uvd_x402_sdk-0.3.3}/src/uvd_x402_sdk/integrations/lambda_integration.py
RENAMED
|
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
|