Skip to content

Bitcoind: Need to explicitly create wallet for tests #2559

@pavitthrap

Description

@pavitthrap

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})\'")

Metadata

Metadata

Assignees

Labels

bugUnwanted or unintended property causing functional harmgood first issueAppropriate for a new open source contribution.locked

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions