hernanmarino
hernanmarino
Add a test to ensure that loadtxoutset fails when the node's mempool is not empty, as suggested by maflcko here: https://github.com/bitcoin/bitcoin/pull/27596#discussion_r1344713537
This PR adds a test which checks that snapshots with less accumulated work than the node's active chain, should not be loaded and return with an error. Although in a...
This is a continuation of https://github.com/bitcoin-core/gui/pull/37 This is a simple change, but imho necessary because it leads to confusion. The objective of this change is to provide a better description...
This is an implementation of a (gui console only) generate method, and fixes https://github.com/bitcoin-core/gui/issues/55 , as described in that issue. This changes the behaviour of `bitcoin-qt` while imitating the behaviour...
This fixes https://github.com/bitcoin-core/gui/issues/394. It adds a "Go back" button to the "Confirm wallet encryption" window, allowing the users to change the password if they want to. It also adds a...
This little change is required due to github enforcing HTTPS. Without this, Indy cannot be installed due to unsatisfied dependencies.
Allows Indy to support BIP menomic passphrases when deriving the master key.