< September 2024 >
Su Mo Tu We Th Fr Sa 12345678910 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
2017-02-02
< BlueMatt>
question, would anyone object to me trying to add something like https://github.com/TheBlueMatt/RelayNode/blob/next/c%2B%2B/preinclude.h to bitcoin? it makes atomics replaceable with either std::atomic or a custom thing which has valgrind annotations so that helgrind/drd actually work and dont spew spurious crap all the time
< bitcoin-git>
[bitcoin] luke-jr closed pull request #9621: Define, check, and use MIN_TRANSACTION_SIZE as a const (master...cleanup_mintxsize) https://github.com/bitcoin/bitcoin/pull/9621
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #9665: Use cached [compact] blocks to respond to getdata messages (master...2017-02-processgetdata-cache) https://github.com/bitcoin/bitcoin/pull/9665
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #9656: Add Marko's Key to verify-commits and check verify-commits on pushes to master (master...2017-01-fix-verify-commits) https://github.com/bitcoin/bitcoin/pull/9656
< BlueMatt>
"The command "if [ "$RUN_TESTS" = "true" -a "$TRAVIS_REPO_SLUG" = "TheBlueMatt/bitcoin" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then contrib/verify-commits/verify-commits.sh; fi" exited with 127."
< bitcoin-git>
[bitcoin] practicalswift closed pull request #9581: [pep-8] Prefer "foo is None" to "foo == None". Prefer "foo not in bar" to "not foo in bar". (master...test-for-membership) https://github.com/bitcoin/bitcoin/pull/9581
< jl2012>
finally, people will just invest on resources (e.g. ip addresses), that do not have anything to do with the security of bitcoin
< bitcoin-git>
[bitcoin] jtimon opened pull request #9654: Add jtimon pgp keys for commit sigs and future gitian builds (master...jtimon-key-gpg) https://github.com/bitcoin/bitcoin/pull/9654
< bitcoin-git>
[bitcoin] laanwj closed pull request #9647: Skip RAII event tests if libevent is built without event_set_mem_functions (master...raii_tests_optional) https://github.com/bitcoin/bitcoin/pull/9647
< bitcoin-git>
bitcoin/master e99f0d7 Wladimir J. van der Laan: Merge #9647: Skip RAII event tests if libevent is built without event_set_mem_functions...
< bitcoin-git>
bitcoin/master 95f97f4 Luke Dashjr: Skip RAII event tests if libevent is built without event_set_mem_functions
< bitcoin-git>
[bitcoin] laanwj closed pull request #9626: Clean up a few CConnman cs_vNodes/CNode things (master...2017-01-remove-broken-unused-funcs) https://github.com/bitcoin/bitcoin/pull/9626
< bitcoin-git>
bitcoin/master 2366180 Matt Corallo: Do not add to vNodes until fOneShot/fFeeler/fAddNode have been set
< bitcoin-git>
bitcoin/master 3c37dc4 Matt Corallo: Ensure cs_vNodes is held when using the return value from FindNode
< bitcoin-git>
bitcoin/master 5be0190 Matt Corallo: Delete some unused (and broken) functions in CConnman
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #9650: Better handle invalid parameters to signrawtransaction (master...2017-01-better-signraw) https://github.com/bitcoin/bitcoin/pull/9650
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #9649: [doc] Remove unused clang format dev script (master...Mf1701-clangFormat) https://github.com/bitcoin/bitcoin/pull/9649
< bitcoin-git>
[bitcoin] luke-jr opened pull request #9647: Skip RAII event tests if libevent is built without event_set_mem_functions (master...raii_tests_optional) https://github.com/bitcoin/bitcoin/pull/9647
< sipa>
luke-jr: is it included in the bitcoin repo?
< jtimon>
another question about gitian, why are there signed and unsigned builds for win and osx in https://github.com/bitcoin-core/gitian.sigs ? (according to the guide it seems I should build and sign the unsigned ones)
< bitcoin-git>
[bitcoin] laanwj closed pull request #9587: Do not shadow local variable named `tx`. (master...20170119_Wshadow_net_processing) https://github.com/bitcoin/bitcoin/pull/9587
< bitcoin-git>
[bitcoin] laanwj closed pull request #9613: [wallet] Clarify getbalance help string to explain interaction with bumpfee (master...pr/getbalance-help) https://github.com/bitcoin/bitcoin/pull/9613
< bitcoin-git>
bitcoin/master 07421cf Wladimir J. van der Laan: Merge #9613: [wallet] Clarify getbalance help string to explain interaction with bumpfee...
< bitcoin-git>
bitcoin/master 5a00659 Russell Yanofsky: [wallet] Clarify getbalance help string to explain interaction with bumpfee...
< bitcoin-git>
[bitcoin] jtimon opened pull request #9634: Fail in DecodeHexTx if there is extra data at the end (master...upstream-fail-decode-tx) https://github.com/bitcoin/bitcoin/pull/9634
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #9628: qa: Increase a sync_blocks timeout in pruning.py (master...2017-01-longer-pruning-sync) https://github.com/bitcoin/bitcoin/pull/9628
< bitcoin-git>
bitcoin/master f895023 MarcoFalke: Merge #9628: qa: Increase a sync_blocks timeout in pruning.py...
< bitcoin-git>
bitcoin/master 2f10f06 Suhas Daftuar: qa: Increase a sync_blocks timeout in pruning.py
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #9626: Clean up a few CConnman cs_vNodes/CNode things (master...2017-01-remove-broken-unused-funcs) https://github.com/bitcoin/bitcoin/pull/9626
< BlueMatt>
so it looks like the archlinux-arm bitcoin packages are being built using a PKGBUILD different from the one published and building a modified 0.13.2 source tree
< bitcoin-git>
[bitcoin] kallewoof opened pull request #9622: [rpc] Bug-fix: listsinceblock should include lost transactions when parameter is a reorg'd block (master...listsinceblock-include-lost-txs) https://github.com/bitcoin/bitcoin/pull/9622
< bitcoin-git>
[bitcoin] luke-jr opened pull request #9621: Define, check, and use MIN_TRANSACTION_SIZE as a const (master...cleanup_mintxsize) https://github.com/bitcoin/bitcoin/pull/9621
< BlueMatt>
lol, someone might want to remove "Add support for Segregated Witness to Bitcoin Core" from the in-progress projects list....
< bitcoin-git>
[bitcoin] jnewbery closed pull request #9591: [net] count mempool and extra pool matches correctly in PartiallyDownloadedBlock::InitData() (master...compactmatches) https://github.com/bitcoin/bitcoin/pull/9591
< bitcoin-git>
[bitcoin] ryanofsky opened pull request #9613: [wallet] Clarify getbalance help string to explain interaction with bumpfee (master...pr/getbalance-help) https://github.com/bitcoin/bitcoin/pull/9613
< bitcoin-git>
[bitcoin] laanwj closed pull request #9516: Bug-fix: listsinceblock: use fork point as reference for blocks in reorg'd chains (master...listsinceblock-reorg-fix) https://github.com/bitcoin/bitcoin/pull/9516
< bitcoin-git>
bitcoin/master 727a798 Wladimir J. van der Laan: Merge #9516: Bug-fix: listsinceblock: use fork point as reference for blocks in reorg'd chains...
< bitcoin-git>
bitcoin/master 7ba0a00 Karl-Johan Alm: Testing: listsinceblock should not use orphan block height.
< bitcoin-git>
bitcoin/master ee5c1ce Karl-Johan Alm: Bug-fix: listsinceblock: use closest common ancestor when a block hash was provided for a chain that was not the main chain.
< petertodd>
gmaxwell: opentimestamps starts with the lowest fee bitcoin core will accept with default settings, and increments it by the minimum fee necessary to relay a replacement each time
< bitcoin-git>
[bitcoin] rebroad opened pull request #9599: [WIP] Perform validation in a separate thread to message handling. (master...ValidationThread) https://github.com/bitcoin/bitcoin/pull/9599
< bitcoin-git>
[bitcoin] kallewoof reopened pull request #9597: [rpc] Bug-fix: getdifficulty: use network parameters for minimum difficulty (master...getdifficulty-use-net-params) https://github.com/bitcoin/bitcoin/pull/9597
< bitcoin-git>
[bitcoin] practicalswift opened pull request #9598: Improve readability by removing redundant casts to same type (on all platforms) (master...remove-redundant-casts) https://github.com/bitcoin/bitcoin/pull/9598
< bitcoin-git>
[bitcoin] kallewoof closed pull request #9597: [rpc] Bug-fix: getdifficulty: use network parameters for minimum difficulty (master...getdifficulty-use-net-params) https://github.com/bitcoin/bitcoin/pull/9597
< bitcoin-git>
[bitcoin] kallewoof opened pull request #9597: [rpc] Bug-fix: getdifficulty: use network parameters for minimum difficulty (master...getdifficulty-use-net-params) https://github.com/bitcoin/bitcoin/pull/9597
< bitcoin-git>
[bitcoin] practicalswift closed pull request #9590: Improve readability by removing redundant casts to same type (master...remove-redundant-casts) https://github.com/bitcoin/bitcoin/pull/9590
< bitcoin-git>
[bitcoin] morcos opened pull request #9596: [bugfix] save feeDelta instead of priorityDelta in DumpMempool (master...dumpmapdeltas) https://github.com/bitcoin/bitcoin/pull/9596
< bitcoin-git>
[bitcoin] kallewoof opened pull request #9595: [consensus] make coinbase maturity a network parameter instead of an app-wide constant (master...consensus-coin-maturity) https://github.com/bitcoin/bitcoin/pull/9595