< bitcoin-git>
bitcoin/master fabca77 MarcoFalke: doc: Add issue templates for bug and feature request
< bitcoin-git>
bitcoin/master 5b4e688 MarcoFalke: Merge #16806: doc: Add issue templates for bug and feature request
< bitcoin-git>
[bitcoin] fanquake merged pull request #16826: Do additional character escaping for wallet names and address labels (master...escape-wallet-name) https://github.com/bitcoin/bitcoin/pull/16826
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #16735: gui: Remove unused menu items for Windows and Linux (master...menu-items) https://github.com/bitcoin/bitcoin/pull/16735
< bitcoin-git>
bitcoin/master f091dc8 GChuf: GUI: Remove unused menu items for Windows and Linux
< bitcoin-git>
bitcoin/master 410b745 MarcoFalke: Merge #16735: gui: Remove unused menu items for Windows and Linux
< bitcoin-git>
[bitcoin] SylTi opened pull request #16827: [WIP] [FEATURE] RPC: Add command for pruning past ChainTip (master...PrunePastTip) https://github.com/bitcoin/bitcoin/pull/16827
< bitcoin-git>
[bitcoin] achow101 opened pull request #16826: Do additional character escaping for wallet names and address labels (master...escape-wallet-name) https://github.com/bitcoin/bitcoin/pull/16826
2019-09-07
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #16825: Default to 2 additional blocks-only connections over Tor (+ bump default max conns to 150) (master...2019-09-tor-blocksonly) https://github.com/bitcoin/bitcoin/pull/16825
< bitcoin-git>
[bitcoin] dangershony opened pull request #16817: [RPC] Fix casing in getblockchaininfo to be inline other fields (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16817
< bitcoin-git>
[bitcoin] ch4ot1c opened pull request #16812: doc: Fix whitespace errs in .md files, bitcoin.conf, and Info.plist.in (master...docs/lint-markdown) https://github.com/bitcoin/bitcoin/pull/16812
< warren>
instagibbs: I've seen a very large Bitcoin exchange in Asia that had suffered for years with a single wallet.dat for all customer wallets. It got to the point where ordinary RPC queries against that wallet would take several minutes. As a workaround for faster queries I told them to setup many parallel servers with bitcoind -txindex and watch-only wallets so that they could parallelize their lookups. I also warned that they check for block
< bitcoin-git>
[bitcoin] martinus reopened pull request #16801: faster & less memory for sync: bulk pool allocator for node based containers (master...2019-08-bulkpoolallocator) https://github.com/bitcoin/bitcoin/pull/16801
< bitcoin-git>
[bitcoin] martinus closed pull request #16801: faster & less memory for sync: bulk pool allocator for node based containers (master...2019-08-bulkpoolallocator) https://github.com/bitcoin/bitcoin/pull/16801
< wumpus>
there are some heavy users of bitcoin core which have to re-cycle their wallet once in a while because it becomes to big
< gribble>
https://github.com/bitcoin/bitcoin/issues/5686 | [Wallet] replace BDB with internal append only (logdb) backend by jonasschnelli · Pull Request #5686 · bitcoin/bitcoin · GitHub
< fjahr>
I have picked up Pieter Wuille's proposal from 2017 to use a rolling hash for the UTXO set hash. It deals with the problem of a long computation time of the UTXO set hash which results in a slow RPC call gettxoutsetinfo (can take several minutes depending on hardware). I investigated three hash functions: MuHash, ECMH and LtHash and started implementing them in Bitcoin Core for comparison. However only MuHash
< fjahr>
has a rolling hash implementation so far and my LtHash code is not as optimized as MuHash and ECMH. I am looking for feedback on concept, which choice to make for the hash function and implementation details before filing a PR to Bitcoin Core.
< gribble>
https://github.com/bitcoin/bitcoin/issues/16713 | Ignore old versionbit activations to avoid unknown softforks warning by jnewbery · Pull Request #16713 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/16702 | p2p: supplying and using asmap to improve IP bucketing in addrman by naumenkogs · Pull Request #16702 · bitcoin/bitcoin · GitHub
< bitcoin-git>
bitcoin/master a31be09 Antoine Riard: Encapsulate tx status in a Confirmation struct
< bitcoin-git>
bitcoin/master 7e89994 Antoine Riard: Remove SyncTransaction for conflicted txn in CWallet::BlockConnected
< bitcoin-git>
bitcoin/master 40ede99 Antoine Riard: Modify wallet tx status if has been reorged out
< bitcoin-git>
[bitcoin] meshcollider opened pull request #16807: Let validateaddress locate error in Bech32 address (master...201909_bech32_error_detection) https://github.com/bitcoin/bitcoin/pull/16807
< bitcoin-git>
[bitcoin] laanwj merged pull request #16792: Assert that the HRP is lowercase in Bech32::Encode (master...201909_bech32_hrp_check) https://github.com/bitcoin/bitcoin/pull/16792
< bitcoin-git>
bitcoin/master 0ef0e51 Ben Woosley: lint: Bump flake8 to 3.7.8
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #16768: test: Make lint-includes.sh work from any directory (master...lint-includes-anydir) https://github.com/bitcoin/bitcoin/pull/16768
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #16804: test: Remove incorrect and unused try-block in assert_debug_log (master...1909-testFix) https://github.com/bitcoin/bitcoin/pull/16804
< darosior>
fanquake: could you restart the two stop jobs for https://github.com/bitcoin/bitcoin/pull/16787 again please ?.. They have again be stopped for a mysterious reason (the same as last time)
< bitcoin-git>
[bitcoin] takinbo opened pull request #16802: scripts: search for next position of magic bytes rather than fail (master...master) https://github.com/bitcoin/bitcoin/pull/16802
< bitcoin-git>
[bitcoin] martinus opened pull request #16801: bulk pool allocator for node based containers (master...2019-08-bulkpoolallocator) https://github.com/bitcoin/bitcoin/pull/16801
< bitcoin-git>
[bitcoin] achow101 opened pull request #16798: Refactor rawtransaction_util's SignTransaction to separate prevtx parsing (master...split-signtx-prevtx) https://github.com/bitcoin/bitcoin/pull/16798
< bitcoin-git>
[bitcoin] ch4ot1c opened pull request #16797: scripts: Add convenience script for committing scripted-diffs from a file (master...scripts/commit-script) https://github.com/bitcoin/bitcoin/pull/16797
< bitcoin-git>
[bitcoin] sdaftuar reopened pull request #16400: [refactor] Rewrite AcceptToMemoryPoolWorker() using smaller parts (master...2019-07-refactor-atmp) https://github.com/bitcoin/bitcoin/pull/16400
< bitcoin-git>
[bitcoin] sdaftuar closed pull request #16400: [refactor] Rewrite AcceptToMemoryPoolWorker() using smaller parts (master...2019-07-refactor-atmp) https://github.com/bitcoin/bitcoin/pull/16400
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #16661: wallet: Fix segfault in CreateWalletFromFile, Pass error to rpc caller (master...1908-walletErrorSegfault) https://github.com/bitcoin/bitcoin/pull/16661
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #16796: wallet: Fix segfault in CreateWalletFromFile (master...1909-walletSegfault) https://github.com/bitcoin/bitcoin/pull/16796
< instagibbs>
re: test/util/bitcoin-util-test.py, is there a principled way of replacing the output json in unit tests with updated text, other than hacking the script to overwrite the expected results?
< bitcoin-git>
[bitcoin] promag closed pull request #16066: mempool: Skip estimator if block is older than X (master...2019-05-ibd-avoid-mempool-estimator) https://github.com/bitcoin/bitcoin/pull/16066
< bitcoin-git>
[bitcoin] laanwj merged pull request #16745: wallet: Translate all initErrors in CreateWalletFromFile (master...1908-walletTranslate) https://github.com/bitcoin/bitcoin/pull/16745
< bitcoin-git>
bitcoin/master 072f37a Wladimir J. van der Laan: gui: Update transifex slug for 0.19
< bitcoin-git>
bitcoin/master 057fac3 Wladimir J. van der Laan: gui: Update English source translation
< bitcoin-git>
bitcoin/master d3e6721 Wladimir J. van der Laan: Merge #16788: gui: Update transifex slug for 0.19
< bitcoin-git>
[bitcoin] meshcollider opened pull request #16792: Assert that the HRP is lowercase in Bech32::Encode (master...201909_bech32_hrp_check) https://github.com/bitcoin/bitcoin/pull/16792
< bitcoin-git>
[bitcoin] theStack opened pull request #16786: test: add unit test for wallet watch-only methods involving PubKeys (master...add_wallet_watchpubkey_unit_test) https://github.com/bitcoin/bitcoin/pull/16786
< bitcoin-git>
bitcoin/master 8340763 Kristaps Kaupe: Check for codespell in lint-spelling.sh
< bitcoin-git>
bitcoin/master 495db72 fanquake: Merge #16767: test: Check for codespell in lint-spelling.sh
< bitcoin-git>
[bitcoin] fanquake merged pull request #16716: wallet: Use wallet name instead of pointer on unload/release (master...2019-08-releasewallet) https://github.com/bitcoin/bitcoin/pull/16716
< bitcoin-git>
bitcoin/master 635e915 GChuf: [qt] Change uninstall icon on Windows
< bitcoin-git>
bitcoin/master de048a5 fanquake: Merge #16760: qt: Change uninstall icon on Windows
2019-08-30
< bitcoin-git>
[bitcoin] kristapsk opened pull request #16768: test: Make lint-includes.sh work from any directory (master...lint-includes-anydir) https://github.com/bitcoin/bitcoin/pull/16768
< bitcoin-git>
[bitcoin] kristapsk opened pull request #16767: test: Check for codespell in lint-spelling.sh (master...check-for-codespell) https://github.com/bitcoin/bitcoin/pull/16767
< provoostenator>
Also, as I pointed out in the github issue, I made my own tracker: udp://tracker.bitcoin.sprovoost.nl:6969 Happy to whitelist releases.
< wumpus>
no, bitcoin.org is not even the preferred download site anymore
< wumpus>
it used to be that bitcoin.org automatically generated and seeded the torrent file