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

Bitcoind: Need to explicitly create wallet for tests #2559

Closed
pavitthrap opened this issue Mar 31, 2021 · 2 comments
Closed

Bitcoind: Need to explicitly create wallet for tests #2559

pavitthrap opened this issue Mar 31, 2021 · 2 comments
Assignees
Labels
bug Unwanted or unintended property causing functional harm good first issue Appropriate for a new open source contribution. locked

Comments

@pavitthrap
Copy link
Contributor

As of bitcoin 0.21.0, a default wallet is no longer automatically created (bitcoin/bitcoin#15454).

This change causes the tests in neon_integrations.rs to fail with the following message:

ERRO [1617206434.490494] [testnet/stacks-node/src/burnchains/bitcoin_regtest_controller.rs:589] [ThreadId(13)] Bitcoin RPC failure: error listing utxos Network("Bitcoin RPC: status(500) != success, body is \'Object({\"error\": Object({\"code\": Number(-18), \"message\": String(\"No wallet is loaded. Load a wallet using loadwallet or create a new one with createwallet. (Note: A default wallet is no longer automatically created)\")}), \"id\": String(\"stacks\"), \"result\": Null})\'")
@pavitthrap pavitthrap added bug Unwanted or unintended property causing functional harm good first issue Appropriate for a new open source contribution. labels Mar 31, 2021
@pavitthrap pavitthrap self-assigned this Apr 7, 2021
@pavitthrap pavitthrap mentioned this issue Apr 8, 2021
4 tasks
@pavitthrap
Copy link
Contributor Author

Fixed in #2581

@blockstack-devops
Copy link
Contributor

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@stacks-network stacks-network locked as resolved and limited conversation to collaborators Nov 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Unwanted or unintended property causing functional harm good first issue Appropriate for a new open source contribution. locked
Projects
None yet
Development

No branches or pull requests

2 participants