< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #19604: Pass mempool pointer to UnloadBlockIndex/GetCoinsCacheSizeState (master...2007-memPointer) https://github.com/bitcoin/bitcoin/pull/19604
2020-07-27
< bitcoin-git>
[bitcoin] achow101 opened pull request #19602: wallet: Migrate legacy wallets to descriptor wallets (master...descriptor-wallet-migration) https://github.com/bitcoin/bitcoin/pull/19602
< bitcoin-git>
[bitcoin] JeremyRubin opened pull request #19601: Refactoring CHashWriter & Get{Prevouts,Sequence,Outputs}Hash to SHA256 (Alternative to #18071) (master...refactoring-hashers-2) https://github.com/bitcoin/bitcoin/pull/19601
< ahmed_>
@sipa thats why im confused, ive pulled CAddress code from @petertodd's bitcoin-python and the Version message code is tidied up version of the msg_version code in his repo
< bitcoin-git>
[bitcoin] theStack opened pull request #19597: test: test decodepsbt fee calculation (count input value only once per UTXO) (master...20200726-test-check-deceodepsbt-fee-calculation) https://github.com/bitcoin/bitcoin/pull/19597
< bitcoin-git>
[bitcoin] sdaftuar opened pull request #19596: Deduplicate parent txid loop of requested transactions and missing parents of orphan transactions (master...2020-07-dedup-inputs) https://github.com/bitcoin/bitcoin/pull/19596
< bitcoin-git>
[bitcoin] freenancial closed pull request #19480: build: Only use `@` prefix for `echo` command in Makefiles (master...remove_at_sign_makefile) https://github.com/bitcoin/bitcoin/pull/19480
< bitcoin-git>
[bitcoin] hebasto opened pull request #19594: refactor: Make mapBlocksUnknownParent local, and rename it (master...200726-lebf) https://github.com/bitcoin/bitcoin/pull/19594
< bitcoin-git>
[bitcoin] fanquake closed pull request #17434: Move parsing from init.cpp to where values are needed (master...trimGlobals) https://github.com/bitcoin/bitcoin/pull/17434
2020-07-25
< bitcoin-git>
[bitcoin] hebasto opened pull request #19588: test: Use uniform distribution for random intervals in functional tests (master...200725-uni-test) https://github.com/bitcoin/bitcoin/pull/19588
< bitcoin-git>
[bitcoin] sanjaykdragon opened pull request #19586: REFACTOR: moved from percent format to proper format for consistency (master...master) https://github.com/bitcoin/bitcoin/pull/19586
< bitcoin-git>
[bitcoin] stylesuxx opened pull request #19585: rpc: RPCResult Type of MempoolEntryDescription should be OBJ. (master...19579) https://github.com/bitcoin/bitcoin/pull/19585
< bitcoin-git>
[bitcoin] ecurrencyhodler opened pull request #19584: doc: Update obsolete links to online reference #19582 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19584
< sipa>
i feel the part of the discussion relevant to bitcoin core's release process is over
< wumpus>
"that I"m trying to attack bitcoin" I mean
< sipa>
if there is a strong desire to have taproot earlier in a bitcoin core release, i think we should prefer backporting to 0.20 over accelerating 0.21
< jeremyrubin>
i tried and they told me that I'm trying to attack bitcoin :p
< sipa>
i wasn't expecting taproot in a 0.20 branch- but i also sympethize with the argument that consensus changes, when reviewed and agreed upon, shouldn't be too strongly affected by bitcoin core's release schedule
< gribble>
https://github.com/bitcoin/bitcoin/issues/19405 | rpc, cli: add network in/out connections to `getnetworkinfo` and `-getinfo` by jonatack · Pull Request #19405 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] jonatack closed pull request #19397: test: resyncing to tip of blocks generated after invalidateblock (master...p2p-invalidateblock-tests) https://github.com/bitcoin/bitcoin/pull/19397
< bitcoin-git>
[bitcoin] jonatack closed pull request #19455: rpc generate: print useful help and error message (master...rpc-generate-helpful-error_message) https://github.com/bitcoin/bitcoin/pull/19455
< bitcoin-git>
[bitcoin] jonatack closed pull request #19405: rpc, cli: add network in/out connections to `getnetworkinfo` and `-getinfo` (master...in-and-out-connections) https://github.com/bitcoin/bitcoin/pull/19405
< elichai2>
fanquake: about bitcoin#19559 and secp #768, will I be able to reproduce this in a OpenBSD 6.7 VM with clang 8.0.1 installed and that's it?
< bitcoin-git>
[bitcoin] fanquake opened pull request #19558: build: split pthread flags out of ldflags and dont use when building libconsensus (master...split_out_pthread_flags) https://github.com/bitcoin/bitcoin/pull/19558
2020-07-19
< bitcoin-git>
[bitcoin] dboures reopened pull request #19134: test: Replace global wait_until with BitcoinTestFramework.wait_until and mininode.wait_until (master...master) https://github.com/bitcoin/bitcoin/pull/19134
< bitcoin-git>
[bitcoin] dboures closed pull request #19134: test: Replace global wait_until with BitcoinTestFramework.wait_until and mininode.wait_until (master...master) https://github.com/bitcoin/bitcoin/pull/19134
< bitcoin-git>
[bitcoin] hebasto opened pull request #19547: doc: Update macOS cross compilation dependencies for Focal (master...200718-mac-dep) https://github.com/bitcoin/bitcoin/pull/19547
< hebasto>
just re-built 0.20.0 (point zero) with *clear* cache and got aae0b7e3a457a808335113f70448559d9d3b5414fa640e40f0ff7a31b390e2fa bitcoin-0.20.0-osx-unsigned.tar.gz
< gribble>
https://github.com/bitcoin/bitcoin/issues/19077 | wallet: Add sqlite as an alternative wallet database and use it for new descriptor wallets by achow101 · Pull Request #19077 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #19423: test: add functional test for txrelay during and after IBD (master...ibd-txrelay-test) https://github.com/bitcoin/bitcoin/pull/19423
< bitcoin-git>
bitcoin/master 19aaf79 MarcoFalke: Merge #19423: test: add functional test for txrelay during and after IBD
< bitcoin-git>
bitcoin/master cb31ee0 gzhao408: [test] feefilter during and after IBD
< bitcoin-git>
[bitcoin] hebasto opened pull request #19538: ci: Add tsan suppression for race in DatabaseBatch (master...200716-tsan-db) https://github.com/bitcoin/bitcoin/pull/19538
< bitcoin-git>
[bitcoin] laanwj merged pull request #16525: Dump transaction version as an unsigned integer in RPC/TxToUniv (master...2019-07-unsigned-tx-ver) https://github.com/bitcoin/bitcoin/pull/16525
< bitcoin-git>
bitcoin/master c57dc56 Wladimir J. van der Laan: Merge #16525: Dump transaction version as an unsigned integer in RPC/TxToU...
< bitcoin-git>
bitcoin/master e80259f Matt Corallo: Additionally treat Tx.nVersion as unsigned in joinpsbts
< bitcoin-git>
bitcoin/master 970de70 Matt Corallo: Dump transaction version as an unsigned integer in RPC/TxToUniv
< gribble>
https://github.com/bitcoin/bitcoin/issues/16525 | Dump transaction version as an unsigned integer in RPC/TxToUniv by TheBlueMatt · Pull Request #16525 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/19524 | [0.20] Backport #19517 - Increment input value sum only once per UTXO in decodepsbt by fanquake · Pull Request #19524 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/11082 | Add new bitcoin_rw.conf file that is used for settings modified by this software itself by luke-jr · Pull Request #11082 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] laanwj merged pull request #19524: [0.20] Backport #19517 - Increment input value sum only once per UTXO in decodepsbt (0.20...0_20_19517) https://github.com/bitcoin/bitcoin/pull/19524
< bitcoin-git>
bitcoin/0.20 f61398a Wladimir J. van der Laan: Merge #19524: [0.20] Backport #19517 - Increment input value sum only once...
< bitcoin-git>
bitcoin/0.20 bad9cf8 Andrew Chow: Increment input value sum only once per UTXO in decodepsbt
< gribble>
https://github.com/bitcoin/bitcoin/issues/19524 | [0.20] Backport #19517 - Increment input value sum only once per UTXO in decodepsbt by fanquake · Pull Request #19524 · bitcoin/bitcoin · GitHub