2019-01-10

< gribble> https://github.com/bitcoin/bitcoin/issues/15141 | Rewrite DoS interface between validation and net_processing by sdaftuar · Pull Request #15141 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14955 | Switch all RNG code to the built-in PRNG by sipa · Pull Request #14955 · 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
< gribble> https://github.com/bitcoin/bitcoin/issues/14491 | Allow descriptor imports with importmulti by MeshCollider · Pull Request #14491 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14711 | Remove uses of chainActive and mapBlockIndex in wallet code by ryanofsky · Pull Request #14711 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14941 | rpc: Make unloadwallet wait for complete wallet unload by promag · Pull Request #14941 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14938 | Support creating an empty wallet by Sjors · Pull Request #14938 · bitcoin/bitcoin · GitHub
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb
< achow101> topic: moving hwi under bitcoin-core org
< gribble> https://github.com/bitcoin/bitcoin/issues/14798 | qt: Fix deselecting peer when switching from peers to console tab by hebasto · Pull Request #14798 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15136 | qt: "Peers" tab overhaul by hebasto · Pull Request #15136 · bitcoin/bitcoin · GitHub
< wumpus> gkrizek: there's not that much configuration; server is chat.freenode.net port is 6697, room is "#bitcoin-commits,#bitcoin-core-dev", nick is "bitcoin-git", branches is "master,0.11,0.12,0.13,0.14,0.15,0.16,0.17"
< luke-jr> echeveria: Bitcoin intentionally doesn't support such timeouts
< gmaxwell> At the time BIP70 was written, the only 'used' metric bitcoin core really had was "spent by the mempool"

2019-01-09

< gmaxwell> roasbeef: their bip70 violates the spec and can't be used with bitcoin core regardless.
< jarthur> Stripe had thrown its support in, prior to taking a break from Bitcoin point of sale.
< promag> provoostenator: not sure if I understand your comment https://github.com/bitcoin/bitcoin/pull/15084#pullrequestreview-190732482
< gribble> https://github.com/bitcoin/bitcoin/issues/15127 | docs: Clarifying testing instructions by benthecarman · Pull Request #15127 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14955 | Switch all RNG code to the built-in PRNG by sipa · Pull Request #14955 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15087 | Error if rpcpassword contains hash in conf sections by MeshCollider · Pull Request #15087 · bitcoin/bitcoin · GitHub

2019-01-08

< gkrizek> wumpus: fanquake: I'd be happy to help migrate any tooling from GitHub Services to an App or API/Webhook. I'd imagine that would require Bitcoin Core org permissions though...
< gribble> https://github.com/bitcoin/bitcoin/issues/15087 | Error if rpcpassword contains hash in conf sections by MeshCollider · Pull Request #15087 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15002 | 0.17: Backport #14941 by promag · Pull Request #15002 · bitcoin/bitcoin · GitHub

2019-01-07

< gribble> https://github.com/bitcoin/bitcoin/issues/14941 | rpc: Make unloadwallet wait for complete wallet unload by promag · Pull Request #14941 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15101 | gui: Add WalletController by promag · Pull Request #15101 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/13100 | gui: Add dynamic wallets support by promag · Pull Request #13100 · bitcoin/bitcoin · GitHub
< jnewbery> If you agree, then I think it makes sense to flip the ordering of the PRs (ie reduce 15024 to just commit https://github.com/bitcoin/bitcoin/pull/15024/commits/8a270b9582d82991766172430d508a1a7358e80d and merge that first, and then have 14491 following it)
< gribble> https://github.com/bitcoin/bitcoin/issues/15024 | Allow specific private keys to be derived from descriptor by MeshCollider · Pull Request #15024 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Empact opened pull request #15124: Fail if either disk space check fails (master...disk-space-check) https://github.com/bitcoin/bitcoin/pull/15124
< jarthur> relligions: this is the development/operations channel for a popular Bitcoin reference client, the altcoin chat is off-topic and getting in the way. That's why you'd be banned.
< relligions> It's following the original bitcoin protocol
< relligions> I got banned on #bitcoin for discussing bch
< relligions> lightning network is clearly not the Satoshi's bitcoin
< relligions> luke-jr: bch is bitcoin
< bitcoin-git> [bitcoin] jnewbery opened pull request #15122: [docs] Expand release notes for importmulti changes (master...pr14565_release_notes) https://github.com/bitcoin/bitcoin/pull/15122
< provoostenator> My bitcoin.conf has one wallet in it, called A (in case that matters). I then just load and unload wallet B a bunch of times from the GUI console..
< bitcoin-git> [bitcoin] laanwj closed pull request #15057: [rpc] Correct reconsiderblock help text, add test (master...Mf1608-qaAssert) https://github.com/bitcoin/bitcoin/pull/15057
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fcc618d508e6...1973257da050
< bitcoin-git> bitcoin/master fa38d3d MarcoFalke: [rpc] Correct reconsiderblock help text, add test
< bitcoin-git> bitcoin/master 1973257 Wladimir J. van der Laan: Merge #15057: [rpc] Correct reconsiderblock help text, add test...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f0fa6bad00f1...fcc618d508e6
< bitcoin-git> bitcoin/master fab3f14 MarcoFalke: rpc: Document bytessent_per_msg and bytesrecv_per_msg
< bitcoin-git> bitcoin/master fcc618d Wladimir J. van der Laan: Merge #15078: rpc: Document bytessent_per_msg and bytesrecv_per_msg...
< bitcoin-git> [bitcoin] laanwj closed pull request #15078: rpc: Document bytessent_per_msg and bytesrecv_per_msg (master...Mf1901-docRpcGetPeerInfo) https://github.com/bitcoin/bitcoin/pull/15078
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to 0.17: https://github.com/bitcoin/bitcoin/compare/5ff7b372cdbd...0a0b2ea11fde
< bitcoin-git> bitcoin/0.17 59dd855 Ben Carman: gui: Fix for Incorrect application name when passing -regtest...
< bitcoin-git> bitcoin/0.17 0a0b2ea Wladimir J. van der Laan: Merge #15094: 0.17: Backport for #15085...
< bitcoin-git> [bitcoin] laanwj closed pull request #15110: build_msvc: Fix the build problem in libbitcoin_server (master...MrLeshiy_Fix_Build) https://github.com/bitcoin/bitcoin/pull/15110
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/295a1ad52235...f0fa6bad00f1
< bitcoin-git> bitcoin/master c98f886 Alexey Poghilenkov: Fix the build problem in libbitcoin_server
< bitcoin-git> bitcoin/master f0fa6ba Wladimir J. van der Laan: Merge #15110: build_msvc: Fix the build problem in libbitcoin_server...
< gribble> https://github.com/bitcoin/bitcoin/issues/15110 | build_msvc: Fix the build problem in libbitcoin_server by Mr-Leshiy · Pull Request #15110 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9c719987718d...295a1ad52235
< bitcoin-git> bitcoin/master fac4e73 MarcoFalke: test: Run invalid_txs.InputMissing test in feature_block
< bitcoin-git> bitcoin/master 295a1ad MarcoFalke: Merge #15102: test: Run invalid_txs.InputMissing test in feature_block...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15102: test: Run invalid_txs.InputMissing test in feature_block (master...Mf1901-testInputMissing) https://github.com/bitcoin/bitcoin/pull/15102
< bitcoin-git> [bitcoin] thedevworks closed pull request #15105: gui: Use MINUS (U+2212) instead of HYPHEN-MINUS (U+002D) (master...2019-1-4-hyphenminus) https://github.com/bitcoin/bitcoin/pull/15105
< gribble> https://github.com/bitcoin/bitcoin/issues/14958 | qa: Remove race between conneting and shutdown on separate connections by promag · Pull Request #14958 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12153 | Avoid permanent cs_main lock in getblockheader by promag · Pull Request #12153 · bitcoin/bitcoin · GitHub
< luke-jr> also, this is not the right channel for this conversation - move to #bitcoin with it please
< Euclid2010> I also ask the same question in #bitcoin pardon.
< bitcoin-git> [bitcoin] jimpo opened pull request #15118: Flatfile (master...flatfile) https://github.com/bitcoin/bitcoin/pull/15118
< SatoshiNakamoto> Send Bitcoin

2019-01-06

< harding> howdyhow: this channel is for development, please use #bitcoin for support.
< gribble> https://github.com/bitcoin/bitcoin/issues/12578 | gui: Add transaction record type Fee by promag · Pull Request #12578 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15115 | GUI: Replace send-to-self with dual send+receive entries by luke-jr · Pull Request #15115 · bitcoin/bitcoin · GitHub
< promag> hebasto: https://github.com/bitcoin/bitcoin/pull/15115#issuecomment-451763152 really? I'll revisit that one
< bitcoin-git> [bitcoin] practicalswift opened pull request #15117: Fix out-of-bounds write in case of failing mmap(...) in PosixLockedPageAllocator::AllocateLocked (master...gracefully-handle-mmap-failure) https://github.com/bitcoin/bitcoin/pull/15117
< bitcoin-git> [bitcoin] luke-jr opened pull request #15115: GUI: Replace send-to-self with dual send+receive entries (master...rm_send2self) https://github.com/bitcoin/bitcoin/pull/15115
< luke-jr> tryphe: it is the only compiler standard supported by Bitcoin Core
< luke-jr> tryphe: nullptr is standard C++, which is a requirement for Bitcoin Core
< bitcoin-git> [bitcoin] Empact opened pull request #15114: Qt: Replace remaining 0 with nullptr (master...qt-zero-as-null-pointer-constant) https://github.com/bitcoin/bitcoin/pull/15114
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14250: qt: Remove redundant stopThread() and stopExecutor() signals (master...stopthread-signal) https://github.com/bitcoin/bitcoin/pull/14250
< gribble> https://github.com/bitcoin/bitcoin/issues/14250 | qt: Remove redundant stopThread() and stopExecutor() signals by hebasto · Pull Request #14250 · bitcoin/bitcoin · GitHub

2019-01-05

< bitcoin-git> [bitcoin] Empact opened pull request #15112: build: Enable -Wzero-as-null-pointer-constant (master...zero-as-null-pointer-constant) https://github.com/bitcoin/bitcoin/pull/15112
< bitcoin-git> [bitcoin] practicalswift opened pull request #15111: Avoid UB (member call on nullptr) when failing to read randomness in the startup process (master...random-ub) https://github.com/bitcoin/bitcoin/pull/15111
< bitcoin-git> [bitcoin] Mr-Leshiy opened pull request #15110: Fix the build problem in libbitcoin_server (master...MrLeshiy_Fix_Build) https://github.com/bitcoin/bitcoin/pull/15110
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/88bbcdc4e9b6...9c719987718d
< bitcoin-git> bitcoin/master d2a1adf João Barbosa: qt: Factor out WalletModel::getDisplayName()
< bitcoin-git> bitcoin/master b2ce86c João Barbosa: qt: Use WalletModel* instead of wallet name in main window
< bitcoin-git> bitcoin/master 91b0c5b João Barbosa: qt: Use WalletModel* instead of wallet name in console window
< bitcoin-git> [bitcoin] laanwj closed pull request #14784: qt: Use WalletModel* instead of the wallet name as map key (master...2018-11-qtwalletmodel) https://github.com/bitcoin/bitcoin/pull/14784
< bitcoin-git> [bitcoin] bytting closed pull request #15083: wallet: Fix a bug where memcmp takes a pointer address as second argument (master...20190103-fix-memcmp) https://github.com/bitcoin/bitcoin/pull/15083
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/fe5a70b9fefa...88bbcdc4e9b6
< bitcoin-git> bitcoin/master 958e1a3 practicalswift: streams: Remove unused seek(size_t)
< bitcoin-git> bitcoin/master 4f4993f practicalswift: Remove UBSan suppression
< bitcoin-git> bitcoin/master 88bbcdc MarcoFalke: Merge #14357: streams: Fix broken streams_vector_reader test. Remove unused seek(size_t)....
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14357: streams: Fix broken streams_vector_reader test. Remove unused seek(size_t). (master...vectorreader-seek-n-with-negative-n) https://github.com/bitcoin/bitcoin/pull/14357
< bitcoin-git> [bitcoin] fanquake reopened pull request #15094: 0.17: Backport for #15085 (0.17...0.17) https://github.com/bitcoin/bitcoin/pull/15094
< bitcoin-git> [bitcoin] luke-jr closed pull request #14602: Bugfix: Correctly calculate balances when min_conf is used, and for getbalance("*") (master...bugfix_rpc_getbalance_untrusted) https://github.com/bitcoin/bitcoin/pull/14602
< bitcoin-git> [bitcoin] luke-jr closed pull request #14782: [0.17] Bugfix: Correctly calculate balances when min_conf is used, and for getbalance("*") (0.17...bugfix_rpc_getbalance_acctstar-0.17) https://github.com/bitcoin/bitcoin/pull/14782
< gribble> https://github.com/bitcoin/bitcoin/issues/11911 | Free BerkeleyEnvironment instances when not in use by ryanofsky · Pull Request #11911 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/12134 | Build previous releases and run functional tests by Sjors · Pull Request #12134 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15109: refactor: Use C++11 default member initializers (master...Mf1901-ctorClean) https://github.com/bitcoin/bitcoin/pull/15109
< gribble> https://github.com/bitcoin/bitcoin/issues/15081 | Doc: Update release notes for master through to 2019-01-01 by harding · Pull Request #15081 · bitcoin/bitcoin · GitHub
< dongcarl> fanquake: Wondering what you mean here: https://github.com/bitcoin/bitcoin/pull/12255#pullrequestreview-189592116
< bitcoin-git> [bitcoin] fanquake closed pull request #14442: quit nicely with bitcoin-cli stop; use simple mode (master...master) https://github.com/bitcoin/bitcoin/pull/14442
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14952: [do not merge] [tests] tidy up wallet_importmulti.py (master...14886_review_comments) https://github.com/bitcoin/bitcoin/pull/14952
< dongcarl> fanquake: Nope, I think both the "quit nicely with bitcoin-cli stop" part and the "use simple mode" part were shown not to be the best idea. I will comment on that PR with more context but it should be closed at some point.
< bitcoin-git> [bitcoin] fanquake closed pull request #14167: [WIP] docs: improve linux tar packages (master...fix-10746) https://github.com/bitcoin/bitcoin/pull/14167
< gribble> https://github.com/bitcoin/bitcoin/issues/14442 | quit nicely with bitcoin-cli stop; use simple mode by colourful-land · Pull Request #14442 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake closed pull request #13621: Check for datadir after the config files were read (master...init-swap-datadir-readconf) https://github.com/bitcoin/bitcoin/pull/13621
< bitcoin-git> [bitcoin] amitiuttarwar opened pull request #15108: [tests] tidy up wallet_importmulti.py (master...14952_rebase) https://github.com/bitcoin/bitcoin/pull/15108
< bitcoin-git> [bitcoin] promag opened pull request #15107: rest: Return 404 in /rest/headers if block hash does not exists (master...2019-rest-header-404) https://github.com/bitcoin/bitcoin/pull/15107
< gribble> https://github.com/bitcoin/bitcoin/issues/12153 | Avoid permanent cs_main lock in getblockheader by promag · Pull Request #12153 · bitcoin/bitcoin · GitHub

2019-01-04

< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f7e182a973ed...fe5a70b9fefa
< bitcoin-git> bitcoin/master 6b25f29 Daniel Kraft: Use std::vector API for construction of test data....
< bitcoin-git> bitcoin/master fe5a70b MarcoFalke: Merge #15099: tests: Use std::vector API for construction of test data...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15099: tests: Use std::vector API for construction of test data (master...p2sh-test-refactor) https://github.com/bitcoin/bitcoin/pull/15099
< bitcoin-git> [bitcoin] thedevworks opened pull request #15105: Qt: Use MINUS (U+2212) instead of HYPHEN-MINUS (U+002D) Fixes #15034 (master...2019-1-4-hyphenminus) https://github.com/bitcoin/bitcoin/pull/15105
< bitcoin-git> [bitcoin] mmachicao opened pull request #15104: Tests: Add unit testing for the CompressScript function (master...compress_contract_test3) https://github.com/bitcoin/bitcoin/pull/15104
< bitcoin-git> [bitcoin] DesWurstes closed pull request #15100: Utils and libraries Revert <<Use getentropy rather than /dev/urandom on macOS>> (master...patch-7) https://github.com/bitcoin/bitcoin/pull/15100
< bitcoin-git> [bitcoin] jameshilliard opened pull request #15103: declare getentropy weak import on osx (master...getentropy-weak) https://github.com/bitcoin/bitcoin/pull/15103
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15102: test: Run invalid_txs.InputMissing test in feature_block (master...Mf1901-testInputMissing) https://github.com/bitcoin/bitcoin/pull/15102
< bitcoin-git> [bitcoin] promag opened pull request #15101: gui: Add WalletController (master...2019-01-walletcontroller) https://github.com/bitcoin/bitcoin/pull/15101
< bitcoin-git> [bitcoin] fanquake reopened pull request #12153: Avoid permanent cs_main lock in getblockheader (master...2018-01-getblockheader) https://github.com/bitcoin/bitcoin/pull/12153
< gribble> https://github.com/bitcoin/bitcoin/issues/12153 | Avoid permanent cs_main lock in getblockheader by promag · Pull Request #12153 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] DesWurstes opened pull request #15100: Revert "Check if sys/random.h is required for getentropy on OSX." (master...patch-7) https://github.com/bitcoin/bitcoin/pull/15100
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/5b6b371c777a...f7e182a973ed
< bitcoin-git> bitcoin/master 54dc13b João Barbosa: rpc: Fix SoftForkMajorityDesc and SoftForkDesc signatures
< bitcoin-git> bitcoin/master 343b98c João Barbosa: rpc: Specify chain tip instead of chain in GetDifficulty
< bitcoin-git> bitcoin/master b9f226b João Barbosa: rpc: Remove cs_main lock from blockToJSON and blockHeaderToJSON
< fanquake> I wonder what Travis uses to determine "abuse". Smashing the restart job button? https://travis-ci.org/bitcoin/bitcoin/requests
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9c64278e1a72...5b6b371c777a
< bitcoin-git> bitcoin/master 75778a0 Ben Woosley: test: Correct ineffectual WithOrVersion from transactions_tests...
< bitcoin-git> bitcoin/master 5b6b371 MarcoFalke: Merge #14855: test: Correct ineffectual WithOrVersion from transactions_tests...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14855: test: Correct ineffectual WithOrVersion from transactions_tests (master...with-or-version-test) https://github.com/bitcoin/bitcoin/pull/14855
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fd83c57d6bee...9c64278e1a72
< bitcoin-git> bitcoin/master e58985c Daniel Kraft: Log progress while verifying blocks at level 4....
< bitcoin-git> bitcoin/master 9c64278 MarcoFalke: Merge #13910: Log progress while verifying blocks at level 4...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13910: Log progress while verifying blocks at level 4 (master...progress) https://github.com/bitcoin/bitcoin/pull/13910
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14832: docs: Add more Doxygen information to Developer Notes (master...improvement/doxygen-docs) https://github.com/bitcoin/bitcoin/pull/14832
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f51aeac5add6...fd83c57d6bee
< bitcoin-git> bitcoin/master a62e667 Jon Layton: docs: Add more Doxygen information to Developer Notes
< bitcoin-git> bitcoin/master fd83c57 MarcoFalke: Merge #14832: docs: Add more Doxygen information to Developer Notes...
< bitcoin-git> [bitcoin] fanquake closed pull request #14961: docs: Root readme improvements (master...improvements/readme) https://github.com/bitcoin/bitcoin/pull/14961
< bitcoin-git> [bitcoin] fanquake closed pull request #14026: docs: updated README.md to include link to repo, files list and description (master...fix-8160) https://github.com/bitcoin/bitcoin/pull/14026
< gribble> https://github.com/bitcoin/bitcoin/issues/15087 | Error if rpcpassword contains hash in conf sections by MeshCollider · Pull Request #15087 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #15007: qt: Notificator class refactoring (master...20181219-notificator-enhancement) https://github.com/bitcoin/bitcoin/pull/15007
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d3dc6d879450...f51aeac5add6
< bitcoin-git> bitcoin/master 698d0f8 Hennadii Stepanov: Remove misplaced Q_UNUSED and others enhancements...
< bitcoin-git> bitcoin/master f51aeac Wladimir J. van der Laan: Merge #15007: qt: Notificator class refactoring...
< bitcoin-git> [bitcoin] laanwj closed pull request #15085: gui: Fix incorrect application name when passing -regtest (master...regest_window_name) https://github.com/bitcoin/bitcoin/pull/15085
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d71d0d7b7f3f...d3dc6d879450
< bitcoin-git> bitcoin/master cc341ad Ben Carman: gui: Fix for Incorrect application name when passing -regtest
< bitcoin-git> bitcoin/master d3dc6d8 Wladimir J. van der Laan: Merge #15085: gui: Fix incorrect application name when passing -regtest...
< bitcoin-git> [bitcoin] domob1812 opened pull request #15099: tests: Use std::vector API for construction of test data (master...p2sh-test-refactor) https://github.com/bitcoin/bitcoin/pull/15099
< gribble> https://github.com/bitcoin/bitcoin/issues/15085 | gui: Fix incorrect application name when passing -regtest by benthecarman · Pull Request #15085 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] hebasto opened pull request #15098: qt: Show addresses for "SendToSelf" transactions (master...20190104-gui-self-payment) https://github.com/bitcoin/bitcoin/pull/15098

2019-01-03

< bitcoin-git> [bitcoin] benthecarman closed pull request #15094: 0.17: Backport for #15085 (0.17...0.17) https://github.com/bitcoin/bitcoin/pull/15094
< bitcoin-git> [bitcoin] benthecarman opened pull request #15094: 0.17: Backport for #15085 (0.17...0.17) https://github.com/bitcoin/bitcoin/pull/15094
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13884: depends: Enable bdb unicode support for Windows (master...bdb-utf8) https://github.com/bitcoin/bitcoin/pull/13884
< bitcoin-git> [bitcoin] marcinja opened pull request #15093: rpc: Change importwallet to return additional errors (master...add-errors-to-importwallet) https://github.com/bitcoin/bitcoin/pull/15093
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1d73636fdf1e...d71d0d7b7f3f
< bitcoin-git> bitcoin/master 5bb0164 Chun Kuan Lee: depends: Enable unicode support on dbd for Windows
< bitcoin-git> bitcoin/master d71d0d7 MarcoFalke: Merge #13884: depends: Enable bdb unicode support for Windows...
< gribble> https://github.com/bitcoin/bitcoin/issues/14353 | REST: add blockhash call, fetch blockhash by height by jonasschnelli · Pull Request #14353 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonasschnelli opened pull request #15091: GUI: fix model overlay header sync (master...2019/01/qt_fix_modal) https://github.com/bitcoin/bitcoin/pull/15091
< gribble> https://github.com/bitcoin/bitcoin/issues/14941 | rpc: Make unloadwallet wait for complete wallet unload by promag · Pull Request #14941 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14941 | rpc: Make unloadwallet wait for complete wallet unload by promag · Pull Request #14941 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14121 | Index for BIP 157 block filters by jimpo · Pull Request #14121 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14085 | index: Fix for indexers skipping genesis block. by jimpo · Pull Request #14085 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14938 | Support creating an empty wallet by Sjors · Pull Request #14938 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14711 | Remove uses of chainActive and mapBlockIndex in wallet code by ryanofsky · Pull Request #14711 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14938 | Support creating an empty wallet by Sjors · Pull Request #14938 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14941 | rpc: Make unloadwallet wait for complete wallet unload by promag · Pull Request #14941 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14111 | index: Create IndexRunner class for activing indexes. by jimpo · Pull Request #14111 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15006 | Add option to create an encrypted wallet by achow101 · Pull Request #15006 · 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
< gribble> https://github.com/bitcoin/bitcoin/issues/14491 | Allow descriptor imports with importmulti by MeshCollider · Pull Request #14491 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/14941 | rpc: Make unloadwallet wait for complete wallet unload by promag · Pull Request #14941 · bitcoin/bitcoin · GitHub
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb
< gribble> https://github.com/bitcoin/bitcoin/issues/12151 | rpc: Remove cs_main lock from blockToJSON and blockheaderToJSON by promag · Pull Request #12151 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] DrahtBot closed pull request #12153: Avoid permanent cs_main lock in getblockheader (master...2018-01-getblockheader) https://github.com/bitcoin/bitcoin/pull/12153
< dongcarl> If anyone's familiar with the qt side of things, I'd really appreciate some help here: https://github.com/bitcoin/bitcoin/pull/14856#issuecomment-451200652
< bitcoin-git> [bitcoin] laanwj closed pull request #15038: docs: Get more info about GUI-related issue on Linux (master...20181226-issue-template-gui-linux) https://github.com/bitcoin/bitcoin/pull/15038
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/06fabfa2878e...1d73636fdf1e
< bitcoin-git> bitcoin/master 79f0a3f Hennadii Stepanov: Get more info about GUI-related issue on Linux
< bitcoin-git> bitcoin/master 1d73636 Wladimir J. van der Laan: Merge #15038: docs: Get more info about GUI-related issue on Linux...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d1effa11aded...06fabfa2878e
< bitcoin-git> bitcoin/master 1db71d4 Graham Krizek: Add names to Travis jobs...
< bitcoin-git> bitcoin/master 06fabfa MarcoFalke: Merge #15020: Build: add names to Travis jobs...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15020: Build: add names to Travis jobs (master...travis-job-names) https://github.com/bitcoin/bitcoin/pull/15020
< bitcoin-git> [bitcoin] laanwj closed pull request #14375: qt: Correct misleading "overridden options" label (master...20181002-gui-overridden-options) https://github.com/bitcoin/bitcoin/pull/14375
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/031e3a32b245...d1effa11aded
< bitcoin-git> bitcoin/master 7514361 Hennadii Stepanov: Correct misleading "overridden options" label...
< bitcoin-git> bitcoin/master d1effa1 Wladimir J. van der Laan: Merge #14375: qt: Correct misleading "overridden options" label...
< gribble> https://github.com/bitcoin/bitcoin/issues/14941 | rpc: Make unloadwallet wait for complete wallet unload by promag · Pull Request #14941 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] cyberknight01 closed pull request #15088: Revert 1 master (master...revert-1-master) https://github.com/bitcoin/bitcoin/pull/15088
< bitcoin-git> [bitcoin] cyberknight01 opened pull request #15088: Revert 1 master (master...revert-1-master) https://github.com/bitcoin/bitcoin/pull/15088
< bitcoin-git> [bitcoin] MeshCollider opened pull request #15087: Error if rpcpassword contains hash in conf sections (master...201901_pass_hash_fix) https://github.com/bitcoin/bitcoin/pull/15087
< gribble> https://github.com/bitcoin/bitcoin/issues/15007 | qt: Notificator class refactoring by hebasto · Pull Request #15007 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15000 | qt: Fix broken notificator on GNOME by hebasto · Pull Request #15000 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/fb52d0684e0f...031e3a32b245
< bitcoin-git> bitcoin/master 97fbe67 David A. Harding: Release notes: update notes through fb52d0684
< bitcoin-git> bitcoin/master f3d7d75 David A. Harding: Release notes: integrate detached release notes
< bitcoin-git> bitcoin/master 031e3a3 Wladimir J. van der Laan: Merge #15081: Doc: Update release notes for master through to 2019-01-01...
< bitcoin-git> [bitcoin] laanwj closed pull request #15081: Doc: Update release notes for master through to 2019-01-01 (master...2019-01-monthly-release-notes-update) https://github.com/bitcoin/bitcoin/pull/15081
< gribble> https://github.com/bitcoin/bitcoin/issues/15081 | Doc: Update release notes for master through to 2019-01-01 by harding · Pull Request #15081 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj pushed 9 new commits to 0.17: https://github.com/bitcoin/bitcoin/compare/16521ce08676...5ff7b372cdbd
< bitcoin-git> bitcoin/0.17 298dc15 João Barbosa: gui: Favor macOS show / hide action in dock menu...
< bitcoin-git> bitcoin/0.17 d2ed162 Hennadii Stepanov: Clean systray icon menu for -disablewallet mode...
< bitcoin-git> bitcoin/0.17 4d4bc37 Hennadii Stepanov: Remove obj_c for macOS Dock icon setting...
< gribble> https://github.com/bitcoin/bitcoin/issues/15065 | 0.17: GUI Backports #14123 #14133 #14383 #14597 by promag · Pull Request #15065 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] benthecarman closed pull request #15086: rpc: Fixing logical error in ListTransactions (master...fix_logical_error_in_ListTransactions) https://github.com/bitcoin/bitcoin/pull/15086
< bitcoin-git> [bitcoin] benthecarman opened pull request #15086: rpc: Fixing logical error in ListTransactions (master...fix_logical_error_in_ListTransactions) https://github.com/bitcoin/bitcoin/pull/15086
< bitcoin-git> [bitcoin] benthecarman opened pull request #15085: gui: Fix for Incorrect application name when passing -regtest (master...regest_window_name) https://github.com/bitcoin/bitcoin/pull/15085
< bitcoin-git> [bitcoin] benthecarman opened pull request #15084: gui: don't disable the sync overlay when wallet is disabled (master...sync_overlay_without_wallet) https://github.com/bitcoin/bitcoin/pull/15084
< bitcoin-git> [bitcoin] bytting opened pull request #15083: wallet: Fix a bug where memcmp takes a pointer address as second argument (master...20190103-fix-memcmp) https://github.com/bitcoin/bitcoin/pull/15083
< gribble> https://github.com/bitcoin/bitcoin/issues/14491 | Allow descriptor imports with importmulti by MeshCollider · Pull Request #14491 · bitcoin/bitcoin · GitHub
< fanquake> Anyone have a PR for high-priority? Looking at bit empty at the moment -> https://github.com/bitcoin/bitcoin/projects/8

2019-01-02

< fanquake> promag, when you are testing for notifications on macOS. Are you using src/qt/bitcoin-qt, or calling make-deploy and using the App in the .dmg?
< bitcoin-git> [bitcoin] harding opened pull request #15081: Doc: Update release notes for master through to 2019-01-01 (master...2019-01-monthly-release-notes-update) https://github.com/bitcoin/bitcoin/pull/15081
< gribble> https://github.com/bitcoin/bitcoin/issues/15000 | qt: Fix broken notificator on GNOME by hebasto · Pull Request #15000 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15000: qt: Fix broken notificator on GNOME (master...20181218-fix-notificator) https://github.com/bitcoin/bitcoin/pull/15000
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/df894fa69a09...fb52d0684e0f
< bitcoin-git> bitcoin/master c8d9d90 Hennadii Stepanov: Fix broken notificator on GNOME...
< bitcoin-git> bitcoin/master fb52d06 MarcoFalke: Merge #15000: qt: Fix broken notificator on GNOME...
< gribble> https://github.com/bitcoin/bitcoin/issues/15000 | qt: Fix broken notificator on GNOME by hebasto · Pull Request #15000 · bitcoin/bitcoin · GitHub
< wumpus> there would be a point in changing it I guess especially if you're using bitcoin-qt regtest with the functional tests, wouldn't want to run it with the testnet settings
< gribble> https://github.com/bitcoin/bitcoin/issues/15079 | gui: Incorrect application name when passing -regtest on Fedora · Issue #15079 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #14457: test: add invalid tx templates for use in functional tests (master...2018-10-invalid-tx-tests) https://github.com/bitcoin/bitcoin/pull/14457
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c3bb936a0f97...df894fa69a09
< bitcoin-git> bitcoin/master 59e3877 James O'Beirne: test: add invalid tx templates for use in functional tests...
< bitcoin-git> bitcoin/master df894fa Wladimir J. van der Laan: Merge #14457: test: add invalid tx templates for use in functional tests...
< fanquake> promag is there anything I'm forgetting to test? https://github.com/bitcoin/bitcoin/pull/15065#issuecomment-450862480
< bitcoin-git> [bitcoin] laanwj closed pull request #14790: Tests: Allow running rpc_bind.py --nonloopback test without IPv6 (master...testrpcbind) https://github.com/bitcoin/bitcoin/pull/14790
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/62cf608e93f9...c3bb936a0f97
< bitcoin-git> bitcoin/master c9066f0 Kristaps Kaupe: Allow running rpc_bind.py --nonloopback test without IPv6
< bitcoin-git> bitcoin/master c3bb936 Wladimir J. van der Laan: Merge #14790: Tests: Allow running rpc_bind.py --nonloopback test without IPv6...
< gribble> https://github.com/bitcoin/bitcoin/issues/15065 | 0.17: GUI Backports #14123 #14133 #14383 #14597 by promag · Pull Request #15065 · bitcoin/bitcoin · GitHub
< cjd> BTW: one type of fuzzing which could potentially be very valuable for bitcoin is difference fuzzing.. create a test function which takes input and produces output and then use some linker trickery to allow linking 2 versions of bitcoin and invoking the function from each, if the output is different between the two then you got trouble
< cjd> I'll write my thoughts on github, as I am not in a position where I have to work with the bitcoin codebase every day so I don't want to impose, but I would like to raise a few questions as someone who does use this method
< gribble> https://github.com/bitcoin/bitcoin/issues/15043 | test: Build fuzz targets into seperate executables by MarcoFalke · Pull Request #15043 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/3ec4cc0a9e7c...62cf608e93f9
< bitcoin-git> bitcoin/master 1e6afd0 Patrick Strateman: Introduce and use constant SELECT_TIMEOUT_MILLISECONDS.
< bitcoin-git> bitcoin/master 7e403c0 Patrick Strateman: Move GenerateSelectSet logic to private method....
< bitcoin-git> bitcoin/master 28211a4 Patrick Strateman: Move SocketEvents logic to private method....
< bitcoin-git> [bitcoin] laanwj closed pull request #14336: net: implement poll (master...2018-09-24-socket-handler-poll) https://github.com/bitcoin/bitcoin/pull/14336
< gribble> https://github.com/bitcoin/bitcoin/issues/15043 | test: Build fuzz targets into seperate executables by MarcoFalke · Pull Request #15043 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15047 | build: Allow to configure --with-sanitizers=fuzzer by MarcoFalke · Pull Request #15047 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15043 | test: Build fuzz targets into seperate executables by MarcoFalke · Pull Request #15043 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj closed pull request #15031: Removing unnecessary comparison of size_t maxConfirms (master...maxConfirms) https://github.com/bitcoin/bitcoin/pull/15031
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15078: rpc: Document bytessent_per_msg and bytesrecv_per_msg (master...Mf1901-docRpcGetPeerInfo) https://github.com/bitcoin/bitcoin/pull/15078
< gribble> https://github.com/bitcoin/bitcoin/issues/13100 | gui: Add dynamic wallets support by promag · Pull Request #13100 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15069: test: Fix rpc_net.py "pong" race condition (master...rpc_net-race) https://github.com/bitcoin/bitcoin/pull/15069
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4f041ba14f68...3ec4cc0a9e7c
< bitcoin-git> bitcoin/master de23739 Ben Woosley: test: Fix rpc_net.py "pong" race condition...
< bitcoin-git> bitcoin/master 3ec4cc0 MarcoFalke: Merge #15069: test: Fix rpc_net.py "pong" race condition...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15077: rpc: List all message types in getpeerinfo recv/send stats (master...Mf1812-netStats0) https://github.com/bitcoin/bitcoin/pull/15077
< bitcoin-git> [bitcoin] MeshCollider closed pull request #15073: docs: Botbot.me (IRC logs) not available anymore (master...patch-3) https://github.com/bitcoin/bitcoin/pull/15073
< bitcoin-git> [bitcoin] MeshCollider pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f5a70d146259...4f041ba14f68
< bitcoin-git> bitcoin/master b60ac00 Antti Majakivi: Botbot.me (IRC logs) not available anymore...
< bitcoin-git> bitcoin/master 4f041ba MeshCollider: Merge #15073: docs: Botbot.me (IRC logs) not available anymore...
< bitcoin-git> [bitcoin] ken2812221 closed pull request #14922: [WIP] windows: Set _WIN32_WINNT to 0x0601 (Windows 7) (master...patch-1) https://github.com/bitcoin/bitcoin/pull/14922

2019-01-01

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15077: rpc: List all message types in getpeerinfo recv/send stats (master...Mf1812-netStats0) https://github.com/bitcoin/bitcoin/pull/15077
< bitcoin-git> [bitcoin] Empact closed pull request #15076: test: Propagate stderr through test_runner failure reporting (master...test-runner-stderr) https://github.com/bitcoin/bitcoin/pull/15076
< bitcoin-git> [bitcoin] Empact opened pull request #15076: test: Propagate stderr through test_runner failure reporting (master...test-runner-stderr) https://github.com/bitcoin/bitcoin/pull/15076
< ap4lmtree> how can i learn the bitcoin core code inside and out so i could contribute to the project or make something based on it?
< bitcoin-git> [bitcoin] jl2012 opened pull request #15074: Improve CScriptNum error reporting (master...cscriptnum_error) https://github.com/bitcoin/bitcoin/pull/15074
< bitcoin-git> [bitcoin] anduck opened pull request #15073: Botbot.me (IRC logs) not available anymore (master...patch-3) https://github.com/bitcoin/bitcoin/pull/15073
< bitcoin-git> [bitcoin] anduck closed pull request #15072: Botbot.me (IRC logs) not available anymore (master...patch-3) https://github.com/bitcoin/bitcoin/pull/15072
< bitcoin-git> [bitcoin] anduck opened pull request #15072: Botbot.me (IRC logs) not available anymore (master...patch-3) https://github.com/bitcoin/bitcoin/pull/15072
< gribble> https://github.com/bitcoin/bitcoin/issues/14491 | Allow descriptor imports with importmulti by MeshCollider · Pull Request #14491 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] seth586 opened pull request #15071: Docs: add gmake syntax to autoconf script (master...patch-1) https://github.com/bitcoin/bitcoin/pull/15071
< bitcoin-git> [bitcoin] fanquake closed pull request #15070: V0.02 (master...v0.02) https://github.com/bitcoin/bitcoin/pull/15070
< bitcoin-git> [bitcoin] bitcoinVBR opened pull request #15070: V0.02 (master...v0.02) https://github.com/bitcoin/bitcoin/pull/15070

2018-12-31

< bitcoin-git> [bitcoin] Empact opened pull request #15069: test: Fix rpc_net.py "pong" race condition (master...rpc_net-race) https://github.com/bitcoin/bitcoin/pull/15069
< cobega> ./bitcoin-cli getnewaddress 2Mto6bcnFMdZ7M6E76Sd3PXYJzZxF9dupzG
< cobega> using it like ./bitcoin-cli importmulti '[{"scriptPubKey":{"address":"2MtxopLjtoJbfxJqNptZR17RzPGSTSTmqZsy"},"timestamp":1546218000}]' it says "invalid address"
< cobega> using ./bitcoin-cli importmulti '[{ "address": "2MtxopLjtoJbfxJqNptZR17RzPGSTSTmqZsy", "timestamp": 1546218000 }]' I get this error Invalid scriptPubKey, as far as I see the docs, it's either scriptPubKey or address to use?
< cobega> It's a bit strange, using ./bitcoin-cli listreceivedbyaddress 1 true true I can see the multisig address
< cobega> how to activate watch only option (https://bitcoin.org/en/developer-reference#listunspent)?
< bitcoin-git> [bitcoin] laanwj closed pull request #14974: doc: Removing redundant line: "Windows XP not supported" (master...release_notes_doc) https://github.com/bitcoin/bitcoin/pull/14974
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e756eca9e8bf...f5a70d146259
< bitcoin-git> bitcoin/master 3019ba2 Ben Carman: Making supported operating systems more clear
< bitcoin-git> bitcoin/master f5a70d1 Wladimir J. van der Laan: Merge #14974: doc: Removing redundant line: "Windows XP not supported"...
< cjd> Bitcoin is a unique project, in that it's a piece of code which is typically not exploited to get access to someting else, it's exploited for it's own purpose
< gmaxwell> and consider, JS code for bitcoin has a had flaws that cost users funds many many many more times than code written in languages that aren't segfault free. :P
< MarcoFalke> Should we add a repo to bitcoin-core with fuzz seeds?
< midnightmagic> Bitcoin can't run on an Amiga. :-P
< cjd> This is funny, 4 years ago bitcoin could only possibly work on little endian (probably only on i386/amd64) and cjdns had nice endian swapping macros and all of that
< cjd> now I see endian swapping macros in bitcoin and they look almost exactly like my old code
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15054: Update copyright headers to 2018 (master...DrahtBot_bump_headers) https://github.com/bitcoin/bitcoin/pull/15054
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/cc07f9ce690c...e756eca9e8bf
< bitcoin-git> bitcoin/master 06ba779 DrahtBot: Update copyright headers to 2018
< bitcoin-git> bitcoin/master 1a49a0e DrahtBot: Bump manpages
< bitcoin-git> bitcoin/master e756eca MarcoFalke: Merge #15054: Update copyright headers to 2018...