-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Full tx subscription missing 'from' field into transaction details #1783
Comments
Can you show the method of reproducing it (i.e. commands)? |
It's related to pending transaction filter with full tx: |
Here is a way to reproduce it:
|
Hello :) thanks for providing the details. I did some code digging and here's the outcome: Essentially, #1626 was a cherry-pick PR for this feature, but it wasn't a complete one. Upon investigation, I found that we also need to merge these geth PRs:
One of our team members is working on merging all the past PRs from geth to BSC, and expect it would be live sometime next month. By that time, this feature should be completely resolved. Hope that helps! |
Very unfortunate that, due to the fork, updating is mandatory now. And this fiuncionality is broken. |
until now this bug hasn't fixed. |
Noted, will double check this issue. |
Haven't reproduce. Seem not miss from field. @canhlinh |
System information
OS & Version: OSX
Commit hash : 34b065a
When subscribing to the pending transactions with the
fullTx
parameter the fieldfrom
is missing, which is inconsistent with native geth and also expected from a library like etherjs@lmittmann
The text was updated successfully, but these errors were encountered: