Skip to content

Conversation

fanquake
Copy link
Member

@fanquake fanquake commented Nov 2, 2020

CWallet::CreateWalletFromFile() was removed in 8b5e729 but these references remain.

Copy link
Member

@hebasto hebasto left a comment

Choose a reason for hiding this comment

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

Approach ACK 54ac7c8

deadlock:wallet_tests::CreateWalletFromFile
?

@practicalswift
Copy link
Contributor

Concept ACK: thanks for removing old cruft, but please remove the entry from test/sanitizer_suppressions/tsan too :)

@DrahtBot DrahtBot added the Wallet label Nov 2, 2020
@DrahtBot
Copy link
Contributor

DrahtBot commented Nov 2, 2020

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.

@DrahtBot DrahtBot mentioned this pull request Nov 2, 2020
@fanquake fanquake force-pushed the createwalletfromfilenomore branch from 54ac7c8 to 64ffbba Compare November 3, 2020 12:20
@fanquake
Copy link
Member Author

fanquake commented Nov 3, 2020

?
but please remove the entry from test/sanitizer_suppressions/tsan too :)

Done.

Copy link
Member

@dergoegge dergoegge left a comment

Choose a reason for hiding this comment

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

ACK 64ffbba - All the references to CreateWalletFromFile were removed, except the ones in the release notes.

Before:

[niklas:~/workspace/bitcoin] c5ec0367d* ± ag "CreateWalletFromFile" .
test/sanitizer_suppressions/tsan
35:deadlock:wallet_tests::CreateWalletFromFile

doc/release-notes/release-notes-0.19.0.1.md
491:- #16745 Translate all initErrors in CreateWalletFromFile (MarcoFalke)
495:- #16796 Fix segfault in CreateWalletFromFile (MarcoFalke)

src/wallet/test/wallet_tests.cpp
691://! Test CreateWalletFromFile function and its behavior handling potential race
709:BOOST_FIXTURE_TEST_CASE(CreateWalletFromFile, TestChain100Setup)

src/init.cpp
1148:        // High fee check is done afterward in CWallet::CreateWalletFromFile()

After:

[niklas:~/workspace/bitcoin] createwalletfromfilenomore* ± ag "CreateWalletFromFile" .
doc/release-notes/release-notes-0.19.0.1.md
491:- #16745 Translate all initErrors in CreateWalletFromFile (MarcoFalke)
495:- #16796 Fix segfault in CreateWalletFromFile (MarcoFalke)

CWallet::CreateWalletFromFile() was removed in
8b5e729 but these references remain.
@fanquake fanquake force-pushed the createwalletfromfilenomore branch 2 times, most recently from dc2c22e to c82336c Compare November 12, 2020 05:15
Copy link
Member

@hebasto hebasto left a comment

Choose a reason for hiding this comment

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

ACK c82336c

@maflcko maflcko merged commit bcd142e into bitcoin:master Nov 12, 2020
sidhujag pushed a commit to syscoin/syscoin that referenced this pull request Nov 12, 2020
c82336c Remove references to CreateWalletFromFile (fanquake)

Pull request description:

  `CWallet::CreateWalletFromFile()` was removed in 8b5e729 but these references remain.

ACKs for top commit:
  hebasto:
    ACK c82336c

Tree-SHA512: 3dd50fe0cd5a60bbc96d265107d4739f3e08f943435f3772038963ac4be9e4a87a863412ac0d571226ea66d71550b17b52f01b9d46a6282d49feae1508fd682e
Fabcien pushed a commit to Bitcoin-ABC/bitcoin-abc that referenced this pull request Dec 23, 2021
Summary:
`CWallet::CreateWalletFromFile()` was removed in  D10228 but these references remain.

This is a backport of [[bitcoin/bitcoin#20285 | core#20285]]

Test Plan:
`grep -r CreateWalletFromFile`

With TSAN:
`ninja check check-functional`

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

Differential Revision: https://reviews.bitcoinabc.org/D10724
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Feb 15, 2022
@fanquake fanquake deleted the createwalletfromfilenomore branch November 9, 2022 16:30
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.

6 participants