-
Notifications
You must be signed in to change notification settings - Fork 234
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
refactor: replacing use of L2Tx
with TxEffect
#4858
refactor: replacing use of L2Tx
with TxEffect
#4858
Conversation
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
L2Tx
with TxEffect
@@ -438,27 +438,12 @@ export class PXEService implements PXE { | |||
}); | |||
} | |||
|
|||
public async getTxReceipt(txHash: TxHash): Promise<TxReceipt> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved the implementation to aztec node since I needed an access to block source to be able to populated the block number and block hash of the receipt.
5d9f7fd
to
28fadab
Compare
88dc0c8
to
29348d6
Compare
Can't push to this branch anymore (probably because graphite expired). So I am opening a new branch #4876 |
Fixes #4845