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: event emitter will now emit new_txid in-case a tx replaces another #5381

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

usagi32
Copy link

@usagi32 usagi32 commented Oct 24, 2024

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.

@usagi32 usagi32 requested a review from a team as a code owner October 24, 2024 19:24
@CLAassistant
Copy link

CLAassistant commented Oct 24, 2024

CLA assistant check
All committers have signed the CLA.

jferrant
jferrant previously approved these changes Oct 24, 2024
@jferrant jferrant self-requested a review October 24, 2024 19:44
@jferrant
Copy link
Collaborator

I could be wrong, but I think this may need to be opened against develop, not master.

@usagi32
Copy link
Author

usagi32 commented Oct 24, 2024

@jferrant yes didn't know it existed.

@usagi32 usagi32 changed the base branch from master to develop October 24, 2024 19:58
@usagi32 usagi32 dismissed jferrant’s stale review October 24, 2024 19:58

The base branch was changed.

jcnelson
jcnelson previously approved these changes Nov 8, 2024
Copy link
Member

@jcnelson jcnelson left a 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!

@hstove
Copy link
Contributor

hstove commented Nov 8, 2024

@usagi32 you'll have to fix some of the formatting errors before CI runs tests - you can see these by running cargo fmt-stacks

obycode
obycode previously approved these changes Nov 21, 2024
Copy link
Contributor

@obycode obycode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

jcnelson
jcnelson previously approved these changes Nov 21, 2024
Copy link
Member

@jcnelson jcnelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @usagi32!

hstove
hstove previously approved these changes Nov 21, 2024
@hstove
Copy link
Contributor

hstove commented Nov 21, 2024

Ah, unfortunately there's a new compilation error, assuming from after merging in develop.

@jbencin jbencin dismissed stale reviews from hstove, jcnelson, and obycode via 91f2a32 November 25, 2024 14:53
@jbencin
Copy link
Contributor

jbencin commented Nov 25, 2024

Fixed build errors and merged latest develop

Copy link
Contributor

@obycode obycode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Contributor

@obycode obycode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we add a changelog entry for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants