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

Update transactions via kernel where necessary #220

Merged
merged 6 commits into from
Sep 24, 2019

Conversation

yeastplume
Copy link
Member

Implementation of kernel lookups, current thinking is to keep the current output-based assumptions in place, track cases where a sender has no change outputs and only perform kernel-lookups to see whether a transaction has been confirmed in that instance.

Still more testing, edge cases and test implementations required, but what's there at the moment seems to work (see the no_change test in controller\tests

@yeastplume yeastplume changed the title [WIP] Update transactions via kernel where necessary Update transactions via kernel where necessary Sep 17, 2019
@jaspervdm
Copy link
Contributor

Is this PR ready for review?

@yeastplume
Copy link
Member Author

Yes, please by all means

Copy link
Contributor

@jaspervdm jaspervdm left a comment

Choose a reason for hiding this comment

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

LGTM, aside from the one remark.

libwallet/src/internal/selection.rs Show resolved Hide resolved
@yeastplume yeastplume merged commit 07758f5 into mimblewimble:master Sep 24, 2019
@yeastplume yeastplume deleted the kernel_lookup branch October 21, 2019 12:45
yyangli pushed a commit to mwcproject/mwc-wallet that referenced this pull request May 13, 2020
* add test for no change output scenario

* rustfmt

* add kernel lookup functionality to transaction retrievals

* rustfmt

* updates and fixes for no-change invoice workflow, test implementations

* rustfmt
antiochp pushed a commit to antiochp/grin-wallet that referenced this pull request Aug 7, 2020
* add test for no change output scenario

* rustfmt

* add kernel lookup functionality to transaction retrievals

* rustfmt

* updates and fixes for no-change invoice workflow, test implementations

* rustfmt
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.

2 participants