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

Moved SC Query Controller to SC Controller #149

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

popenta
Copy link
Collaborator

@popenta popenta commented Nov 14, 2024

Also got rid of the IAbi interface. Now using the concrete Abi class.

@popenta popenta self-assigned this Nov 14, 2024
Copy link

github-actions bot commented Nov 14, 2024

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  multiversx_sdk/account_management
  account_transactions_factory.py
  multiversx_sdk/core
  transaction_events_parser.py
  multiversx_sdk/delegation
  delegation_transactions_factory.py
  delegation_transactions_outcome_parser.py
  errors.py 3
  multiversx_sdk/entrypoints
  entrypoints.py
  multiversx_sdk/network_providers
  http_resources.py 30
  multiversx_sdk/relayed
  errors.py
  relayed_transactions_factory.py
  multiversx_sdk/smart_contracts
  errors.py 4-5
  smart_contract_controller.py 134, 137-138, 162, 187-190
  smart_contract_query.py
  smart_contract_transactions_factory.py
  smart_contract_transactions_outcome_parser.py
  multiversx_sdk/testutils
  mock_network_provider.py 161
Project Total  

This report was generated by python-coverage-comment-action

@@ -260,8 +260,6 @@ def __init__(self, name: str) -> None:

@classmethod
def from_dict(cls, data: Dict[str, Any]) -> "ExplicitEnumVariantDefinition":
fields = [FieldDefinition.from_dict(item) for item in data.get("fields", [])]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@@ -0,0 +1,3 @@
class InvalidInnerTransactionError(Exception):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, errors in their own feature folder 👍

@popenta popenta merged commit 0ea6973 into feat/next Nov 15, 2024
6 checks passed
@popenta popenta deleted the TOOL-351-sc-query-controller-to-sc-controller branch November 15, 2024 09:45
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.

4 participants