👍 TheCharlatan approved a pull request: "contrib: use ENV flags in get_arch"
(https://github.com/bitcoin/bitcoin/pull/30074#pullrequestreview-2052757206)
ACK b59a027d957a4cffd225a681e6c85f9ae7fd77f3
(https://github.com/bitcoin/bitcoin/pull/30074#pullrequestreview-2052757206)
ACK b59a027d957a4cffd225a681e6c85f9ae7fd77f3
💬 maflcko commented on issue "Slow memory leak in v22.0?":
(https://github.com/bitcoin/bitcoin/issues/24542#issuecomment-2107624153)
> either use `std::move` or really use `.copy()` if a copy is needed.
Style-wise I found it a bit unfortunate, because it forces code to either specify `move` or `copy` explicitly. (There is some beauty to rust, in that it implicitly moves)
(https://github.com/bitcoin/bitcoin/issues/24542#issuecomment-2107624153)
> either use `std::move` or really use `.copy()` if a copy is needed.
Style-wise I found it a bit unfortunate, because it forces code to either specify `move` or `copy` explicitly. (There is some beauty to rust, in that it implicitly moves)
💬 Sjors commented on pull request "Silent payment index (for light wallets and consistency check)":
(https://github.com/bitcoin/bitcoin/pull/28241#discussion_r1598508290)
Dust limits are not stored in the index. https://github.com/bitcoin/bitcoin/pull/28241/commits/835dd4ba1ca4cc1abfd338e6bc38e25a116f5f8b stores the maximum output amount for each transaction. You can then use the RPC with any dust limit value you like.
(https://github.com/bitcoin/bitcoin/pull/28241#discussion_r1598508290)
Dust limits are not stored in the index. https://github.com/bitcoin/bitcoin/pull/28241/commits/835dd4ba1ca4cc1abfd338e6bc38e25a116f5f8b stores the maximum output amount for each transaction. You can then use the RPC with any dust limit value you like.
💬 maflcko commented on pull request "rpc: move UniValue in blockToJSON":
(https://github.com/bitcoin/bitcoin/pull/30094#issuecomment-2107629353)
Also "fixes" #30052
(https://github.com/bitcoin/bitcoin/pull/30094#issuecomment-2107629353)
Also "fixes" #30052
💬 willcl-ark commented on pull request "rpc: move UniValue in blockToJSON":
(https://github.com/bitcoin/bitcoin/pull/30094#issuecomment-2107634197)
> Also "fixes" #30052
Ah yes, the actual reason I started investigating this in the first place! Thanks.
I was slightly unsure whether I should claim that this is fully fixing #24525, but it will fix #30052
(https://github.com/bitcoin/bitcoin/pull/30094#issuecomment-2107634197)
> Also "fixes" #30052
Ah yes, the actual reason I started investigating this in the first place! Thanks.
I was slightly unsure whether I should claim that this is fully fixing #24525, but it will fix #30052
💬 setavenger commented on pull request "Silent payment index (for light wallets and consistency check)":
(https://github.com/bitcoin/bitcoin/pull/28241#discussion_r1598514498)
My bad, that's what I meant. So you can just say give me everything where at least one UTXO exists above that threshold value. That's what my implementation does as well. Should be comparable then.
(https://github.com/bitcoin/bitcoin/pull/28241#discussion_r1598514498)
My bad, that's what I meant. So you can just say give me everything where at least one UTXO exists above that threshold value. That's what my implementation does as well. Should be comparable then.
💬 maflcko commented on pull request "rpc: move UniValue in blockToJSON":
(https://github.com/bitcoin/bitcoin/pull/30094#issuecomment-2107635441)
Unrelated to the blockToJSON changes here, as a follow-up, it may be possible to "fix" https://github.com/bitcoin/bitcoin/issues/25229 in the same way?
(https://github.com/bitcoin/bitcoin/pull/30094#issuecomment-2107635441)
Unrelated to the blockToJSON changes here, as a follow-up, it may be possible to "fix" https://github.com/bitcoin/bitcoin/issues/25229 in the same way?
🤔 ismaelsadeeq reviewed a pull request: "rpc: move UniValue in blockToJSON"
(https://github.com/bitcoin/bitcoin/pull/30094#pullrequestreview-2052778427)
ACK b77bad309e92f176f340598eec056eb7bff86f5f
(https://github.com/bitcoin/bitcoin/pull/30094#pullrequestreview-2052778427)
ACK b77bad309e92f176f340598eec056eb7bff86f5f
🤔 vasild reviewed a pull request: "doc: i2p: improve `-i2pacceptincoming` mention"
(https://github.com/bitcoin/bitcoin/pull/29813#pullrequestreview-2052781798)
ACK 2179e2c3209a41c1419f1f5ed6270a0dad68b50d
(https://github.com/bitcoin/bitcoin/pull/29813#pullrequestreview-2052781798)
ACK 2179e2c3209a41c1419f1f5ed6270a0dad68b50d
👍 TheCharlatan approved a pull request: "rpc: move UniValue in blockToJSON"
(https://github.com/bitcoin/bitcoin/pull/30094#pullrequestreview-2052782996)
ACK b77bad309e92f176f340598eec056eb7bff86f5f
(https://github.com/bitcoin/bitcoin/pull/30094#pullrequestreview-2052782996)
ACK b77bad309e92f176f340598eec056eb7bff86f5f
💬 glozow commented on pull request "p2p: index TxOrphanage by wtxid, allow entries with same txid":
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598526584)
Ok I've added a commit to fix this and another log to say "transaction(s)". I took the opportunity to add a few nice things to the logs as well.
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598526584)
Ok I've added a commit to fix this and another log to say "transaction(s)". I took the opportunity to add a few nice things to the logs as well.
💬 glozow commented on pull request "p2p: index TxOrphanage by wtxid, allow entries with same txid":
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598461970)
added comment
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598461970)
added comment
💬 glozow commented on pull request "p2p: index TxOrphanage by wtxid, allow entries with same txid":
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598466023)
added
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598466023)
added
💬 glozow commented on pull request "p2p: index TxOrphanage by wtxid, allow entries with same txid":
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598461107)
fixed
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598461107)
fixed
💬 glozow commented on pull request "p2p: index TxOrphanage by wtxid, allow entries with same txid":
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598463139)
done
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598463139)
done
💬 glozow commented on pull request "p2p: index TxOrphanage by wtxid, allow entries with same txid":
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598496074)
I would say so. We do all `ProcessOrphanTx` before processing the ping; the child will be added to workset when the parent is accepted through `ProcessOrphanTx`
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598496074)
I would say so. We do all `ProcessOrphanTx` before processing the ping; the child will be added to workset when the parent is accepted through `ProcessOrphanTx`
💬 glozow commented on pull request "p2p: index TxOrphanage by wtxid, allow entries with same txid":
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598497584)
changed to be more perscriptive
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598497584)
changed to be more perscriptive
💬 glozow commented on pull request "p2p: index TxOrphanage by wtxid, allow entries with same txid":
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598462421)
done
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598462421)
done
💬 glozow commented on pull request "p2p: index TxOrphanage by wtxid, allow entries with same txid":
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598499228)
done
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598499228)
done
💬 glozow commented on pull request "p2p: index TxOrphanage by wtxid, allow entries with same txid":
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598465418)
elaborated
(https://github.com/bitcoin/bitcoin/pull/30000#discussion_r1598465418)
elaborated