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

eth: tx receipt as embedded value rather than pointer in transaction manager subscriptions #1968

Merged
merged 1 commit into from
Aug 3, 2021

Conversation

kyriediculous
Copy link
Contributor

@kyriediculous kyriediculous commented Jul 29, 2021

What does this pull request do? Explain your changes. (required)
Embed the transaction receipt from the ethereum client as a value rather than a pointer in the transactionReceiptreturned by TransactionManagersubscriptions.

How did you test each of these updates (required)

  • added unit test

Does this pull request close any open issues?
Fixes #1964

Checklist:

@kyriediculous kyriediculous changed the title eth: tx receipt as embedded value rather than pointer in transaction … eth: tx receipt as embedded value rather than pointer in transaction manager subscriptions Jul 29, 2021
@kyriediculous kyriediculous marked this pull request as ready for review July 29, 2021 16:28
CHANGELOG_PENDING.md Outdated Show resolved Hide resolved
eth/transactionManager.go Show resolved Hide resolved
eth/client.go Outdated Show resolved Hide resolved
eth/transactionManager.go Outdated Show resolved Hide resolved
@kyriediculous
Copy link
Contributor Author

Fixed remaining comments and rebased

Copy link
Member

@yondonfu yondonfu left a comment

Choose a reason for hiding this comment

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

LGTM

@kyriediculous kyriediculous merged commit 250b822 into master Aug 3, 2021
@kyriediculous kyriediculous deleted the nv/reward-nil branch August 3, 2021 20:42
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.

SIGSEGV Encountered after Reward Call
2 participants