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

Implemented account transactions factory #15

Merged
merged 2 commits into from
Mar 6, 2024

Conversation

popenta
Copy link
Collaborator

@popenta popenta commented Mar 4, 2024

Implemented the AccountTransactionsFactory based on the specs.

Also added two new methods for the SmartContractTransactionsFactory according to the specs.

@popenta popenta self-assigned this Mar 4, 2024
sender=sender,
receiver=contract,
data_parts=data_parts,
gas_limit=6_000_000,
Copy link
Contributor

Choose a reason for hiding this comment

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

have constants for gas_limit here? and also on next function

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Added two constants.

Copy link
Contributor

@andreibancioiu andreibancioiu left a comment

Choose a reason for hiding this comment

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

Darius's comment about the constants.

@popenta popenta merged commit 544988c into main Mar 6, 2024
3 checks passed
@popenta popenta deleted the account-transactions-factory branch March 6, 2024 13:14
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