Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: AlgorandClientTransaction(Creator|Sender) and AssetManager abstractions #123

Conversation

aorumbayev
Copy link
Contributor

Proposed Changes

  • Next batch of abstractions to review + unit tests

@aorumbayev aorumbayev force-pushed the prerelease/ts-feature-parity-sender-creator branch from fabfbf1 to 50021fc Compare November 6, 2024 14:21
Copy link

github-actions bot commented Nov 6, 2024

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/algokit_utils
   _debugging.py140795%20, 41, 76, 80, 89, 129, 157
   application_client.py110%1
   config.py511865%38–39, 50, 55, 60, 64–69, 100–109
   deploy.py110%1
   logic_error.py110%1
src/algokit_utils/_legacy_v2
   _ensure_funded.py69199%99
   _transfer.py67396%13, 76–77
   account.py851385%14–17, 61–65, 96, 109, 136, 139, 183
   application_client.py5297785%59–60, 167, 172, 201, 313, 318–319, 321, 323, 788, 803, 821–824, 914, 954, 966, 979, 1021, 1081–1087, 1091–1096, 1098, 1134, 1141, 1254, 1284, 1298, 1336–1338, 1340, 1350–1407, 1418–1423, 1443–1446
   application_specification.py971189%92, 94, 193–202, 206
   asset.py79594%9, 27–30
   common.py13192%13
   deploy.py4312295%32–35, 170, 174–175, 192, 248, 337–338, 359, 393, 404–412, 427, 435, 628–629, 653
   logic_error.py39295%8, 31
   network_clients.py63395%93–94, 125
src/algokit_utils/accounts
   account_manager.py552456%39–40, 64, 80–82, 85–87, 94–101, 112–117, 131–135, 138–140
src/algokit_utils/applications
   app_manager.py2347269%76–77, 187–193, 199–203, 218, 221–225, 228–230, 240–252, 255, 260–264, 269, 280–290, 294–326, 337–340, 350–366
src/algokit_utils/assets
   asset_manager.py1261290%221–222, 231, 237–252, 262
src/algokit_utils/clients
   algorand_client.py891682%83–84, 93–94, 115–117, 126–127, 168, 181, 208, 223, 239, 252, 268
   client_manager.py371073%30, 51–53, 58–60, 65–68
   dispenser_api_client.py821285%112–113, 117–120, 155–157, 176–178
src/algokit_utils/models
   account.py24675%18, 23–25, 34–35
   amount.py955443%12, 14, 17–20, 32, 36, 44, 48, 52, 60, 63–69, 72, 75–81, 84–88, 91–95, 98–102, 105–109, 112–116, 119–123
src/algokit_utils/transactions
   models.py12120%1–30
   transaction_composer.py5679983%25–33, 631, 662–700, 797–798, 801–802, 805–806, 809–810, 813–814, 817–818, 829–830, 833, 856–857, 920–921, 925, 969, 971, 973, 976, 979, 984, 987, 991, 994, 1010–1051, 1117–1118, 1122–1123, 1143, 1146, 1164, 1243, 1256, 1300–1301
   transaction_creator.py71692%115, 120, 125, 130, 135, 140
   transaction_sender.py1351589%159, 200–201, 291–296, 301–302, 322, 326, 330, 334, 338, 342, 346
TOTAL333250485% 

Tests Skipped Failures Errors Time
240 0 💤 0 ❌ 0 🔥 3m 13s ⏱️

@aorumbayev aorumbayev merged commit 6cd11be into prerelease/ts-feature-parity Nov 6, 2024
4 checks passed
@aorumbayev aorumbayev deleted the prerelease/ts-feature-parity-sender-creator branch November 6, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant