-
Notifications
You must be signed in to change notification settings - Fork 160
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
Complete Filecoin.EthGetTransactionReceipt
implementation
#4759
Comments
4 tasks
Blocked by #4740 |
This issue is now unblocked, thanks to the spike. |
Blocked by #4780 |
This issue is now unblocked. |
Let’s skip exporting receipts and focus on removing duplicate code between Forest and the ref-fvm. The next release should expose it (see filecoin-project/ref-fvm#2091). |
Nice! New release should be done soonish (NV25 feature flag removal) |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue summary
This is a follow-up issue for #4691.
The RPC method still needs to be fully implemented and thoroughly tested. What is missing is the support of logs in
EthTxReceipt
.Task summary
[ ] Implement support for Events Implement chain events #4740EthEventHandler
*:eth_get_events_for_filter
wait_for_height_processed
parse_eth_filter_spec
get_eth_logs_for_block_and_transaction
eth_bloom_set
eth_filter_logs_from_events
eth_log_from_event
eth_tx_hash_from_message_cid
eth_tx_hash_from_signed_message
[ ] Implement optional export of receipts in snapshotsGasOutputs
in ref-fvmAcceptance Criteria
The API compare test is passing and
EthGetTransactionReceipt
is removed from our filter lists.Other information and links
*: c228195
**: 52a06db
The text was updated successfully, but these errors were encountered: