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

test: Replace getmempoolentry with testmempoolaccept in MiniWallet #20876

Merged
merged 1 commit into from
Jan 11, 2021

Conversation

maflcko
Copy link
Member

@maflcko maflcko commented Jan 7, 2021

This is a refactor to not use the return value of sendrawtransaction and getmempoolentry with the goal that submitting the tx to the mempool will become optional.

@DrahtBot
Copy link
Contributor

DrahtBot commented Jan 7, 2021

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Conflicts

Reviewers, this pull request conflicts with the following ones:

If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.

@maflcko maflcko force-pushed the 2101-testMiniWalletNoSubmit branch from fa91f50 to faabc26 Compare January 8, 2021 08:21
@mjdietzx
Copy link
Contributor

mjdietzx commented Jan 8, 2021

ACK faabc26

@glozow
Copy link
Member

glozow commented Jan 10, 2021

Concept ACK hehe, was just thinking that it'd be nice to have a just-create-don't-send option for the MiniWallet. What do you think of a bool option?

@maflcko
Copy link
Member Author

maflcko commented Jan 10, 2021

What do you think of a bool option?

Sure, but let's do that in the PR that needs the feature. (To not introduce dead code branches right away)

@maflcko maflcko merged commit 9c0b76c into bitcoin:master Jan 11, 2021
@maflcko maflcko deleted the 2101-testMiniWalletNoSubmit branch January 11, 2021 08:02
sidhujag pushed a commit to syscoin/syscoin that referenced this pull request Jan 11, 2021
…cept in MiniWallet

faabc26 test: Replace getmempoolentry with testmempoolaccept in MiniWallet (MarcoFalke)

Pull request description:

  This is a refactor to not use the return value of `sendrawtransaction` and `getmempoolentry` with the goal that submitting the tx to the mempool will become optional.

ACKs for top commit:
  mjdietzx:
    ACK faabc26

Tree-SHA512: 4260a59e65fed1c807530dad23f1996ba6e881bcce91995f5b498a0be6001f67b3e0251507c8801750fe105410147c68bb2f393ebe678c6a3a4d045e5d72fc19
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Aug 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants