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

refactor: move nonce generation out of mpool #3970

Merged
merged 2 commits into from
Sep 29, 2020
Merged

Conversation

dirkmc
Copy link
Contributor

@dirkmc dirkmc commented Sep 23, 2020

Fixes #3957

@dirkmc dirkmc force-pushed the feat/mpool-to-wallet branch 5 times, most recently from 954edaa to 4d7c96a Compare September 24, 2020 12:03
@dirkmc dirkmc marked this pull request as ready for review September 24, 2020 12:21
@dirkmc dirkmc requested a review from vyzo September 24, 2020 12:21
@dirkmc dirkmc changed the title refactor: move nonce generation from mpool to wallet refactor: move nonce generation out of mpool Sep 24, 2020
Copy link
Contributor

@vyzo vyzo left a comment

Choose a reason for hiding this comment

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

looks good at first pass, but let it bake a bit.

Copy link
Contributor

@magik6k magik6k left a comment

Choose a reason for hiding this comment

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

Looks good, and seems to work as expected when testing locally - just 1 comment (+few import nits)

chain/messagesigner/messagesigner.go Outdated Show resolved Hide resolved
node/builder.go Outdated Show resolved Hide resolved
node/impl/full/mpool.go Outdated Show resolved Hide resolved
@magik6k magik6k merged commit 1479142 into master Sep 29, 2020
@magik6k magik6k deleted the feat/mpool-to-wallet branch September 29, 2020 11:24
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.

Move nonce assignment from Mpool to Wallet
3 participants