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

Improved system tests #110

Merged
merged 19 commits into from
Nov 4, 2024
Merged

Improved system tests #110

merged 19 commits into from
Nov 4, 2024

Conversation

andreibancioiu
Copy link
Contributor

@andreibancioiu andreibancioiu commented Oct 9, 2024

  • Improved system tests
  • Added localnet CI
  • Dropped tests for relayed V3 (postponed)

@andreibancioiu andreibancioiu self-assigned this Oct 9, 2024
@andreibancioiu andreibancioiu marked this pull request as ready for review November 1, 2024 20:45
@@ -608,6 +578,11 @@ def do_create_contract_deployments(self):
contract_address = address_computer.compute_contract_address(sender, transaction.nonce)
self.memento.add_contract("dummy", contract_address.to_bech32())

for transaction in transactions_forwarder:
sender = Address.from_bech32(transaction.sender)
Copy link
Contributor

Choose a reason for hiding this comment

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

perhaps use Address.new_from_bech32() in the future.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point!

@andreibancioiu andreibancioiu merged commit c5fee5b into main Nov 4, 2024
8 checks passed
@andreibancioiu andreibancioiu deleted the pre-spica branch November 4, 2024 09: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.

3 participants