< November 2024 >
Su Mo Tu We Th Fr Sa 12345678 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
2020-01-20
< gribble>
https://github.com/bitcoin/bitcoin/issues/17892 | bug-fix: delay flushing undo files until after they are finalized by kallewoof . Pull Request #17892 . bitcoin/bitcoin . GitHub
< jeremyrubin>
hebasto: FYI I've added the circular dependency removal to https://github.com/bitcoin/bitcoin/projects/14 -- I'm trying to use that project as a way to coordinate some of the outstanding changes/planned changes to the mempool
< fanquake>
kanzure: potential Core Dev topic: "Repos & Packaging". I have been looking at various repos / package managers, their versions of bitcoin-core, and the way in which they distribute it, and it's all over the place.
2020-01-18
< bitcoin-git>
[bitcoin] theStack opened pull request #17959: test: check specific reject reasons in feature_csv_activation.py (master...20200118-test-check-reject-reasons-in-feature-csv-activation) https://github.com/bitcoin/bitcoin/pull/17959
< bitcoin-git>
[bitcoin] brakmic opened pull request #17958: rpc: return general daemon information to client (master...rpc-implement-getgeneralinfo) https://github.com/bitcoin/bitcoin/pull/17958
< bitcoin-git>
[bitcoin] kristapsk opened pull request #17956: gui: Disable unavailable context menu items in transactions tab (master...tx-menu-disable) https://github.com/bitcoin/bitcoin/pull/17956
< bitcoin-git>
[bitcoin] emilengler opened pull request #17955: gui: Paste button in Open URI dialog (master...2020-01-paste-bitcoin-uri-button) https://github.com/bitcoin/bitcoin/pull/17955
< phantomcircuit>
luke-jr, if there was some simple "run this in a vm" thing i could donate a significant amount of cpu time to doing bitcoin builds but as it stands that doesn't seem possible
< gribble>
https://github.com/bitcoin/bitcoin/issues/17261 | Make ScriptPubKeyMan an actual interface and the wallet to have multiple by achow101 . Pull Request #17261 . bitcoin/bitcoin . GitHub
< bitcoin-git>
[bitcoin] sdaftuar opened pull request #17951: Use rolling bloom filter of recent block txs for AlreadyHave() check (master...2020-01-improve-alreadyhave) https://github.com/bitcoin/bitcoin/pull/17951
< bitcoin-git>
[bitcoin] emilengler opened pull request #17950: gui: Check the strength of an encryption password (master...2020-01-password-strength-checker) https://github.com/bitcoin/bitcoin/pull/17950
< bitcoin-git>
[bitcoin] emilengler closed pull request #17949: doc: Remove double space in README_windows.txt (master...2020-01-remove-double-space-in-readme-win) https://github.com/bitcoin/bitcoin/pull/17949
< bitcoin-git>
[bitcoin] emilengler opened pull request #17949: doc: Remove double space in README_windows.txt (master...2020-01-remove-double-space-in-readme-win) https://github.com/bitcoin/bitcoin/pull/17949
< bitcoin-git>
[bitcoin] fanquake opened pull request #17948: build: pass -fno-ident to prevent compilers emitting ident directives (master...pass_fno_ident) https://github.com/bitcoin/bitcoin/pull/17948
< bitcoin-git>
[bitcoin] fanquake merged pull request #17943: qt, refactor: Remove never used default parameter (master...20200116-message-parameter) https://github.com/bitcoin/bitcoin/pull/17943
< bitcoin-git>
bitcoin/master 0deba68 fanquake: Merge #17943: qt, refactor: Remove never used default parameter
< bitcoin-git>
[bitcoin] fanquake closed pull request #17570: test: add unit test for non-standard txs w/ too large tx size (master...test_unit_IsStandardTx_tx-size) https://github.com/bitcoin/bitcoin/pull/17570
< bitcoin-git>
[bitcoin] theStack opened pull request #17947: test: add unit test for non-standard txs with too large tx size (master...20200116-test-check-for-non-standard-txs-with-too-large-tx-size) https://github.com/bitcoin/bitcoin/pull/17947
< jnewbery>
kanzure: a bit of both. Trying to find out what people's priorities are and if they have any suggestions about the Bitcoin Core process, and then we can talk about them at the meeting
< kanzure>
is this meeting related or bitcoin core contributor quality of life questions?
< 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
< gribble>
https://github.com/bitcoin/bitcoin/issues/17892 | bug-fix: delay flushing undo files until after they are finalized by kallewoof . Pull Request #17892 . bitcoin/bitcoin . GitHub
< bitcoin-git>
[bitcoin] hebasto opened pull request #17943: qt, refactor: Remove never used default parameter (master...20200116-message-parameter) https://github.com/bitcoin/bitcoin/pull/17943
< bitcoin-git>
[bitcoin] laanwj merged pull request #17924: Bug: IsUsedDestination shouldn't use key id as script id for ScriptHash (master...reuse_regression) https://github.com/bitcoin/bitcoin/pull/17924
< bitcoin-git>
bitcoin/master f018d0c Wladimir J. van der Laan: Merge #17924: Bug: IsUsedDestination shouldn't use key id as script id for...
< bitcoin-git>
bitcoin/master 4b8f1e9 Gregory Sanders: IsUsedDestination shouldn't use key id as script id for ScriptHash
< bitcoin-git>
bitcoin/master 6dd59d2 Gregory Sanders: Don't allow implementers to think ScriptHash(Witness*()) results in nestin...
< bitcoin-git>
[bitcoin] Empact opened pull request #17938: Disallow automatic conversion between disparate hash types (master...hash-conversion) https://github.com/bitcoin/bitcoin/pull/17938
2020-01-15
< bitcoin-git>
[bitcoin] promag opened pull request #17937: gui: Remove WalletView and BitcoinGUI circular dependency (master...2020-01-remove-walletview-bitcoingui) https://github.com/bitcoin/bitcoin/pull/17937
< bitcoin-git>
[bitcoin] fanquake closed pull request #17932: replace deprecated method of recursive_directory_iterator with the st... (master...master) https://github.com/bitcoin/bitcoin/pull/17932
< bitcoin-git>
[bitcoin] brakmic opened pull request #17935: gui: hide HD icon when no wallet loaded (master...hdwallet-icon-handling) https://github.com/bitcoin/bitcoin/pull/17935
< bitcoin-git>
[bitcoin] hebasto opened pull request #17934: doc: Use CONFIG_SITE variable instead of --prefix option (master...20200115-prefix-depends) https://github.com/bitcoin/bitcoin/pull/17934
< bitcoin-git>
[bitcoin] dongcarl opened pull request #17933: guix: Pin Guix using `guix time-machine` (master...2020-01-guix-time-machine) https://github.com/bitcoin/bitcoin/pull/17933
< bitcoin-git>
[bitcoin] btc-coder opened pull request #17932: replace deprecated method of recursive_directory_iterator with the st... (master...master) https://github.com/bitcoin/bitcoin/pull/17932
< bitcoin-git>
[bitcoin] elichai opened pull request #17931: test: Fix p2p_invalid_messages failing in Python 3.8 because of warning (master...2020-01-coroutine) https://github.com/bitcoin/bitcoin/pull/17931
< bitcoin-git>
[bitcoin] promag closed pull request #17930: rpc: Don't lock cs_main in getblock if verbosity=0 (master...2020-01-getblock-avoid-lock) https://github.com/bitcoin/bitcoin/pull/17930
< bitcoin-git>
[bitcoin] promag opened pull request #17930: rpc: Don't lock cs_main in getblock if verbosity=0 (master...2020-01-getblock-avoid-lock) https://github.com/bitcoin/bitcoin/pull/17930
< bitcoin-git>
[bitcoin] fanquake opened pull request #17929: build: pass optimization flags to the linker (master...pass_optimizations_to_linker) https://github.com/bitcoin/bitcoin/pull/17929
< 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] kallewoof closed pull request #17838: test: test the >10 UTXO case for output groups (master...191231-test-avoidreuse-many-utxos) https://github.com/bitcoin/bitcoin/pull/17838
< hebasto>
MarcoFalke: oh, I realized that issue #17912 should be opened in the 'bitcoin-core/packaging' repo. Sorry.
< bitcoin-git>
[bitcoin] instagibbs opened pull request #17924: IsUsedDestination shouldn't use key id as script id for ScriptHash (master...reuse_regression) https://github.com/bitcoin/bitcoin/pull/17924
< bitcoin-git>
[bitcoin] luke-jr opened pull request #17923: Use PACKAGE_NAME in GUI modal overlay and bitcoin-wallet (master...fix_pkgname_202001) https://github.com/bitcoin/bitcoin/pull/17923
< bitcoin-git>
[bitcoin] dongcarl opened pull request #17919: depends: Allow building with system clang (master...2020-01-depends-macos-allow-system-clang) https://github.com/bitcoin/bitcoin/pull/17919
< bitcoin-git>
[bitcoin] emilengler opened pull request #17918: qt: Hide non PKHash-Addresses in signing address book (master...2020-01-hide-non-pkhash-addresses) https://github.com/bitcoin/bitcoin/pull/17918
< bitcoin-git>
[bitcoin] practicalswift opened pull request #17917: tests: Add amount compression/decompression fuzzing to existing fuzzing harness (master...amount-compression-roundtrip) https://github.com/bitcoin/bitcoin/pull/17917
< wumpus>
it'd only happen if the disk filled suddenly, or the OS starts returning "no space left on device" errors as false alarm; normally bitcoin would detect low disk space far before that happens and shutdown cleanly
< ossifrage>
the last time I ran bitcoin-qt it ran out of disk space
< gribble>
https://github.com/bitcoin/bitcoin/issues/17392 | Fake data corruption after not really running out of disk space during IBD (pruned, Windows VM on macOS) . Issue #17392 . bitcoin/bitcoin . GitHub
2020-01-12
< fjahr>
(taking this over from #bitcoin-core-pr-reviews) I am trying to get fuzz tests to run on MacOS with libFuzzer but all the executables get stuck indefinitely without printing any output. Even when running them with '-help=1' nothing happens. Compiled with Catalina and clang9 (via brew). I don't see anything suspicious in the output of config or make. Has anyone had similar problems and solved them?
< 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] hebasto opened pull request #17898: WIP, qt: Make Information tab accessible via keyboard (master...20200108-accessibility-info) https://github.com/bitcoin/bitcoin/pull/17898
< bitcoin-git>
[bitcoin] jimpo opened pull request #17897: init: Stop indexes on shutdown after ChainStateFlushed callback. (master...index-commit) https://github.com/bitcoin/bitcoin/pull/17897
< bitcoin-git>
[bitcoin] fanquake merged pull request #17696: qt: Force set nPruneSize in QSettings after the intro dialog (master...20191208-prune-settings-override) https://github.com/bitcoin/bitcoin/pull/17696
< bitcoin-git>
[bitcoin] laanwj merged pull request #16975: test: Show debug log on unit test failure (master...1909-testPrintLogOnFail) https://github.com/bitcoin/bitcoin/pull/16975
< bitcoin-git>
bitcoin/master 40a495a Wladimir J. van der Laan: Merge #16975: test: Show debug log on unit test failure
< bitcoin-git>
bitcoin/master fa37e0a MarcoFalke: test: Show debug log on unit test failure