Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

New methods for tx creation w hash #805

Merged
merged 6 commits into from
Jul 11, 2023

Conversation

SantiagoPittella
Copy link
Collaborator

@SantiagoPittella SantiagoPittella commented Jul 10, 2023

Description

Remove hash_value parameter from new methods for transactions.
Add new method called new_with_tx_hash that doesn't calculates the tx_hash.

The new_with_tx_hash method for L1Handler was added in a different PR.

closes #795

Checklist

  • Linked to Github Issue
  • Unit tests added
  • Integration tests added.
  • This change requires new documentation.
    • Documentation has been added/updated.

@SantiagoPittella SantiagoPittella added this pull request to the merge queue Jul 11, 2023
Merged via the queue into main with commit 7d9b7a6 Jul 11, 2023
@juanbono juanbono deleted the new-methods-for-tx-creation-w-hash branch July 31, 2023 23:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Separate transaction constructors with and without transaction hash.
3 participants