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

feat/starknet_getTransactionReceipt #31

Open
antiyro opened this issue Sep 17, 2023 · 4 comments
Open

feat/starknet_getTransactionReceipt #31

antiyro opened this issue Sep 17, 2023 · 4 comments
Assignees
Labels
exec This rpc method concern an execution RPC RPC implementation related issues stale

Comments

@antiyro
Copy link
Member

antiyro commented Sep 17, 2023

Issue: Implement starknet_getTransactionReceipt RPC Call

Description:
The starknet_getTransactionReceipt RPC call has been implemented but requires further testing and verification against the entire state. This RPC call retrieves the transaction receipt by the transaction hash.

Parameters:

  • transaction_hash: The hash of the requested transaction. This parameter is required.

Expected Result:
The transaction receipt corresponding to the provided transaction hash.

Potential Errors:

  • TXN_HASH_NOT_FOUND: The specified transaction hash could not be found.

Testing:
Initial testings can be found here. However, these should not be considered complete and improvements are welcome.

Resources:

Comments:
Please comment below for coordination.

@antiyro antiyro added the RPC RPC implementation related issues label Sep 17, 2023
@github-actions
Copy link

There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a 👍
Because this issue is marked as stale, it will be closed and locked in 7 days if no further activity occurs.
Thank you for your contributions!

@github-actions github-actions bot added the stale label Oct 18, 2023
@jbcaron
Copy link
Member

jbcaron commented Jan 9, 2024

can I take this one?

@jbcaron jbcaron self-assigned this Jan 9, 2024
@github-actions github-actions bot removed the stale label Jan 10, 2024
@jbcaron
Copy link
Member

jbcaron commented Jan 18, 2024

Deoxys panicked on get_transaction_receipt request

Thread 'tokio-runtime-worker' panicked at 'the transaction should be present in the substrate extrinsics', ./deoxys/crates/client/rpc/src/lib.rs:1434

Copy link

github-actions bot commented Mar 1, 2024

There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a 👍
Because this issue is marked as stale, it will be closed and locked in 7 days if no further activity occurs.
Thank you for your contributions!

@github-actions github-actions bot added the stale label Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exec This rpc method concern an execution RPC RPC implementation related issues stale
Projects
Status: ✅ Done
Development

No branches or pull requests

2 participants