π¬ sipa commented on pull request "cluster mempool: introduce TxGraph":
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953500634)
Added a comment to this effect.
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953500634)
Added a comment to this effect.
π¬ sipa commented on pull request "cluster mempool: introduce TxGraph":
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953500945)
This comment was no longer relevant, it dates from an earlier iteration. Gone.
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953500945)
This comment was no longer relevant, it dates from an earlier iteration. Gone.
π¬ sipa commented on pull request "cluster mempool: introduce TxGraph":
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953501047)
Done.
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953501047)
Done.
π¬ sipa commented on pull request "cluster mempool: introduce TxGraph":
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953501119)
Gone.
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953501119)
Gone.
π¬ sipa commented on pull request "cluster mempool: introduce TxGraph":
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953501453)
When the same Ref is `RemoveTransaction()`ed twice. Added a comment to clarify.
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953501453)
When the same Ref is `RemoveTransaction()`ed twice. Added a comment to clarify.
π¬ sipa commented on pull request "cluster mempool: introduce TxGraph":
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953501564)
Done.
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953501564)
Done.
π¬ sipa commented on pull request "cluster mempool: introduce TxGraph":
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953501757)
Fixed.
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953501757)
Fixed.
π¬ sipa commented on pull request "cluster mempool: introduce TxGraph":
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953501842)
Done.
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953501842)
Done.
π¬ sipa commented on pull request "cluster mempool: introduce TxGraph":
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953502322)
I've added a comment to `AddTransaction` to clarify one can only pass Refs from a given txgraph object to functions of the same object.
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953502322)
I've added a comment to `AddTransaction` to clarify one can only pass Refs from a given txgraph object to functions of the same object.
π¬ sipa commented on pull request "cluster mempool: introduce TxGraph":
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953502492)
Fixed.
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953502492)
Fixed.
π¬ sipa commented on pull request "cluster mempool: introduce TxGraph":
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953502916)
Added a comment to this effect (the variable is gone in a future commit, though).
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953502916)
Added a comment to this effect (the variable is gone in a future commit, though).
π¬ sipa commented on pull request "cluster mempool: introduce TxGraph":
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953503038)
Done.
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953503038)
Done.
π¬ sipa commented on pull request "cluster mempool: introduce TxGraph":
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953503351)
Renamed to `find_root_fn`, `locate_fn`, `union_fn`.
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953503351)
Renamed to `find_root_fn`, `locate_fn`, `union_fn`.
π¬ sipa commented on pull request "cluster mempool: introduce TxGraph":
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953503471)
Done.
(https://github.com/bitcoin/bitcoin/pull/31363#discussion_r1953503471)
Done.
π¬ yancyribbens commented on issue "wallet: Branch and Bound producing change":
(https://github.com/bitcoin/bitcoin/issues/31830#issuecomment-2655016156)
I tried this change running the test @brunoerg posted above and it still results in a change amount of 204 with the given params.
(https://github.com/bitcoin/bitcoin/issues/31830#issuecomment-2655016156)
I tried this change running the test @brunoerg posted above and it still results in a change amount of 204 with the given params.
π¬ brunoerg commented on issue "wallet: Branch and Bound producing change":
(https://github.com/bitcoin/bitcoin/issues/31830#issuecomment-2655045611)
> @brunoerg: Do you happen to have a copy of the input that crashed the fuzzer? If so, could you either share it or run the fuzz input against the following fix to [line 197 in coinselection.cpp](https://github.com/bitcoin/bitcoin/blob/master/src/wallet/coinselection.cpp#L197)
It's a custom target I wrote but I changed the test that I provided here and it's still producing change.
(https://github.com/bitcoin/bitcoin/issues/31830#issuecomment-2655045611)
> @brunoerg: Do you happen to have a copy of the input that crashed the fuzzer? If so, could you either share it or run the fuzz input against the following fix to [line 197 in coinselection.cpp](https://github.com/bitcoin/bitcoin/blob/master/src/wallet/coinselection.cpp#L197)
It's a custom target I wrote but I changed the test that I provided here and it's still producing change.
π¬ InnDe commented on issue "Wallet passpharse":
(https://github.com/bitcoin/bitcoin/issues/31852#issuecomment-2655064798)
Thank you all for your help Iβll update it
On Thu, 13 Feb 2025 at 01:33 Ava Chow ***@***.***> wrote:
> Does your passphrase has quotes (" or ') in it? If so, you will need to
> escape them when using the RPC console. If your password also has the space
> character, then entire passphrase will need to be surrounded with quotes so
> that the space is recognized as part of the passphrase.
>
> β
> Reply to this email directly, view it on GitHub
> <https://github.com/bitcoin/bitcoin/issu
...
(https://github.com/bitcoin/bitcoin/issues/31852#issuecomment-2655064798)
Thank you all for your help Iβll update it
On Thu, 13 Feb 2025 at 01:33 Ava Chow ***@***.***> wrote:
> Does your passphrase has quotes (" or ') in it? If so, you will need to
> escape them when using the RPC console. If your password also has the space
> character, then entire passphrase will need to be surrounded with quotes so
> that the space is recognized as part of the passphrase.
>
> β
> Reply to this email directly, view it on GitHub
> <https://github.com/bitcoin/bitcoin/issu
...
π¬ InnDe commented on issue "Wallet passpharse":
(https://github.com/bitcoin/bitcoin/issues/31852#issuecomment-2655067286)
> Does your passphrase has quotes (`"` or `'`) in it? If so, you will need to escape them when using the RPC console. If your password also has the space character, then entire passphrase will need to be surrounded with quotes so that the space is recognized as part of the passphrase.
tried but doesn't work even in software interface too
(https://github.com/bitcoin/bitcoin/issues/31852#issuecomment-2655067286)
> Does your passphrase has quotes (`"` or `'`) in it? If so, you will need to escape them when using the RPC console. If your password also has the space character, then entire passphrase will need to be surrounded with quotes so that the space is recognized as part of the passphrase.
tried but doesn't work even in software interface too
β οΈ InnDe opened an issue: "Wallet Passpharse"
(https://github.com/bitcoin/bitcoin/issues/31853)
### Issues, reports or feature requests related to the GUI should be opened directly on the GUI repo
- [x] I still think this issue should be opened here
### Report
Current behaviour
Iβm using a passphrase for my encrypted walletsβ8 in total.
This passphrase is: (space βthekeyβ \ \ \ \ \ \ \ \ \ \ \ \ )
β \ \ \ \ \ \ \ \ \ \ \ \ )β
I use this passphrase for all my wallets (total: 2.4 BTC), but now it doesnβt work as usual. I tried creating a new wallet with the same passphrase, and I encoun
...
(https://github.com/bitcoin/bitcoin/issues/31853)
### Issues, reports or feature requests related to the GUI should be opened directly on the GUI repo
- [x] I still think this issue should be opened here
### Report
Current behaviour
Iβm using a passphrase for my encrypted walletsβ8 in total.
This passphrase is: (space βthekeyβ \ \ \ \ \ \ \ \ \ \ \ \ )
β \ \ \ \ \ \ \ \ \ \ \ \ )β
I use this passphrase for all my wallets (total: 2.4 BTC), but now it doesnβt work as usual. I tried creating a new wallet with the same passphrase, and I encoun
...
β
achow101 closed an issue: "Wallet Passpharse"
(https://github.com/bitcoin/bitcoin/issues/31853)
(https://github.com/bitcoin/bitcoin/issues/31853)