-
Notifications
You must be signed in to change notification settings - Fork 670
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: event emitter will now emit new_txid in-case a tx replaces another #5381
base: develop
Are you sure you want to change the base?
Conversation
…e_release_to_master merge release/3.0.0.0.0 to master
I could be wrong, but I think this may need to be opened against develop, not master. |
@jferrant yes didn't know it existed. |
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.
This LGTM, pending CI passes. Thanks @usagi32!
@usagi32 you'll have to fix some of the formatting errors before CI runs tests - you can see these by running |
This extra information is required by an issue in the blockchain-api here and here.
Event emitter will now give to the api node which transaction replaced another.