-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Transaction receipt contractAddress injection #3265
Conversation
TODO: add support to batch requests |
Thank you for this, can you explain how to use it? |
@ni2k10 you can try to build Mist from source, or wait for a release, that will happen ~2 days after this has been merged. |
Please merge this ASAP. This is a real showstopper and it would be great if this is fixed... |
Working on it.
…On Mon, 13 Nov 2017 at 16:48 Pim Bliek ***@***.***> wrote:
Please merge this ASAP. This is a real showstopper and it would be great
if this is fixed...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3265 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAC4BN8Ft1uNH7tVxu_jr699oPnBNrZ_ks5s2LkrgaJpZM4QYvvc>
.
|
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.
successfully resolves hanging contracts in tandem with ethereum/meteor-dapp-wallet#427
@@ -0,0 +1,60 @@
+module.exports = class extends BaseProcessor {
|
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
What does it do?
Overrides eth_getTransactionReceipt to properly add
contractAddress
.It comes in handy as the light client currently doesn't return that for now.