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

Added methods to create factories from entrypoint #163

Merged
merged 2 commits into from
Dec 4, 2024

Conversation

popenta
Copy link
Collaborator

@popenta popenta commented Dec 3, 2024

No description provided.

@popenta popenta self-assigned this Dec 3, 2024
Copy link

github-actions bot commented Dec 3, 2024

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  multiversx_sdk/entrypoints
  entrypoints.py 112, 124, 130, 136, 142
Project Total  

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

danielailie
danielailie previously approved these changes Dec 4, 2024
andreibancioiu
andreibancioiu previously approved these changes Dec 4, 2024
def create_account_controller(self) -> AccountController:
return AccountController(self.chain_id)

def create_account_factory(self) -> AccountTransactionsFactory:
Copy link
Contributor

Choose a reason for hiding this comment

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

Ambiguous naming. Maybe we should rename all functions to create_..._transactions_factory()?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Indeed, renamed

@popenta popenta dismissed stale reviews from andreibancioiu and danielailie via 39f34a3 December 4, 2024 11:42
@popenta popenta merged commit b9484a7 into feat/next Dec 4, 2024
6 checks passed
@popenta popenta deleted the export-factories-in-entrypoint branch December 4, 2024 12:30
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.

3 participants