<hdbbdh>
Any help is greatly appreciated. The script isn't a normal P2SH or P2WSH or anything normal. It is a script implementing the swap algorithm [https://en.bitcoin.it/wiki/Atomic_swap].
<PaperSword>
Per: https://bitcoinops.org/en/topics/soft-fork-activation "A second poll of the thousand most recent blocks occurred on March 15th; this had sufficient support and so developers released Bitcoin 0.6.0 on March 30th with an activation date of April 1st."
<hdbbdh>
I guess it was. so where can I find the exact activation date and after P2SH is activated and, will the trasaction 6a26d2ecb67f27d1fa5524763b49029d7106e91e3cc05743073461a719776192633166 be regarded as invalid trasaction by the new bitcoin program?
<hdbbdh>
I have a question with transaction 6a26d2ecb67f27d1fa5524763b49029d7106e91e3cc05743073461a719776192633166 on bitcoin mainnet. It's the transaction given in BIP16 for P2SH, but I can't find the signature for the redeem script. Why isn't there a signature?
<b10c>
just wanted to mention that I'm backing up and mirroring (to test the backups) the issues and pull-requests of some Bitcoin Core related repos on https://mirror.b10c.me
<b10c>
currently bitcoin/bitcoin, bitcoin/bips, bitcoin-core/secp256k1, bitcoin-core/gui, but will consider other repos with important comments if there are requests
<MacroFake>
josie: It is a single line of bash: "DOCKER_BUILDKIT=1 docker build -t bitcoin-linter --file "./ci/lint_imagefile" ./ && docker run --rm -v $(pwd):/bitcoin -it bitcoin-linter"
<MacroFake>
If you trust docker, all you need to run is "DOCKER_BUILDKIT=1 docker build -t bitcoin-linter --file "./ci/lint_imagefile" ./ && docker run --rm -v $(pwd):/bitcoin -it bitcoin-linter"
<sipa>
Ideally libsecp can follow whatever Bitcoin Core does, but only if that doesn't add costs/burden to people running it.
<fanquake>
Does anyone running Windows want to Guix build #28151, and check if the binaries (I think specifically bitcoin-qt.exe) work?
<vasild>
MacroFake: wrt https://github.com/bitcoin/bitcoin/pull/27509#issuecomment-1660675919 "explain what is wrong/missing from the example", I have to check how this works in order to be sure, but in the second step in the example it does "adding back the parent to the mempool". How does that add-back work? It must be added as unbroadcast tx, if not I will have to change it. Then, when both txs are
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #28185: ci: Use hard-coded root path for CI containers (bugfix) (master...2307-ci-hard-code-) https://github.com/bitcoin/bitcoin/pull/28185
<bitcoin-git>
[bitcoin] aureleoules closed pull request #28174: docs: Rewrite README to make it more appealing (master...2023-07-update-readme) https://github.com/bitcoin/bitcoin/pull/28174
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #28178: fuzz: Generate with random libFuzzer settings (master...2307-fuzz-rand-gen-) https://github.com/bitcoin/bitcoin/pull/28178
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #28171: test: blockstore test with chattr instead of chmod (master...blockstore-tests-chattr) https://github.com/bitcoin/bitcoin/pull/28171
<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #28176: tests: add coverage to feature_addrman.py (master...test-addrman-large-vals) https://github.com/bitcoin/bitcoin/pull/28176
2023-07-27
<bitcoin-git>
[bitcoin] luke-jr opened pull request #28175: CONTRIBUTING: Caution against using AI/LLMs (ChatGPT, Copilot, etc) (master...doc_no_ai) https://github.com/bitcoin/bitcoin/pull/28175
<bitcoin-git>
[bitcoin] aureleoules opened pull request #28174: docs: Rewrite README to make it more appealing (master...2023-07-update-readme) https://github.com/bitcoin/bitcoin/pull/28174
<bitcoin-git>
bitcoin/master d60229e Antoine Poinsot: fuzz: make the parsed descriptor testing into a function
<bitcoin-git>
bitcoin/master 90a2474 Antoine Poinsot: fuzz: add a new, more efficient, descriptor parsing target
<bitcoin-git>
bitcoin/master 131314b Antoine Poinsot: fuzz: increase coverage of the descriptor targets
<bitcoin-git>
[bitcoin] hebasto closed pull request #27771: ci: Use docker image cache for "Win64 native [vs2022]" task (master...230528-docker-win) https://github.com/bitcoin/bitcoin/pull/27771
<bitcoin-git>
[bitcoin] pinheadmz opened pull request #28171: test: blockstore test with chattr instead of chmod (master...blockstore-tests-chattr) https://github.com/bitcoin/bitcoin/pull/28171
<bitcoin-git>
bitcoin/master faca9a3 MarcoFalke: test: Avoid intermittent issues due to async events in validationinterface...
<bitcoin-git>
[bitcoin] fanquake merged pull request #28147: suppressions: note that `type:ClassName::MethodName` should be used (master...suppressions_class_func) https://github.com/bitcoin/bitcoin/pull/28147
<bitcoin-git>
bitcoin/master d0c6cc4 fanquake: suppressions: note that 'type:ClassName::MethodName' should be used
<bitcoin-git>
bitcoin/master 4517e2f fanquake: Merge bitcoin/bitcoin#28147: suppressions: note that `type:ClassName::Meth...
<bitcoin-git>
bitcoin/master 07c59ed Casey Carter: Don't derive secure_allocator from std::allocator
<bitcoin-git>
bitcoin/master 32c1523 Andrew Chow: Merge bitcoin/bitcoin#27930: util: Don't derive secure_allocator from std:...
<bitcoin-git>
[bitcoin] ismaelsadeeq opened pull request #28157: test doc: tests `acceptstalefeeestimates` option is only supported on regtest chain (master...07-2023-avoid-serving-stale-fees-follow-up) https://github.com/bitcoin/bitcoin/pull/28157
<bitcoin-git>
[bitcoin] fanquake opened pull request #28151: [WIP] guix: use `-muse-unaligned-vector-move` for Windows builds (master...win_muse_unaligned_vector_move) https://github.com/bitcoin/bitcoin/pull/28151
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #28150: test: Avoid intermittent issues due to async events in validationinterface_tests (master...2307-test-no-async-) https://github.com/bitcoin/bitcoin/pull/28150
<bitcoin-git>
[bitcoin] stickies-v opened pull request #28149: Net processing: clamp PeerManager::Options user input (master...2023-07/peerman-opts-check-bounds) https://github.com/bitcoin/bitcoin/pull/28149
<bitcoin-git>
[bitcoin] stickies-v opened pull request #28148: Refactor: consistently use ApplyArgsManOptions for PeerManager::Options (master...2023-07/blocksonly-peerman-opts) https://github.com/bitcoin/bitcoin/pull/28148
<bitcoin-git>
[bitcoin] fanquake opened pull request #28147: suppressions: note that `type:ClassName::MethodName` should be used (master...suppressions_class_func) https://github.com/bitcoin/bitcoin/pull/28147
<bitcoin-git>
[bitcoin] achow101 opened pull request #28142: wallet: Allow users to create a wallet that encrypts all database records (master...encrypt-watch-only) https://github.com/bitcoin/bitcoin/pull/28142
<bitcoin-git>
[bitcoin] furszy opened pull request #28139: test: create wallet specific for test_locked_wallet case (master...2023_isolate_test_locked_wallet) https://github.com/bitcoin/bitcoin/pull/28139
<bitcoin-git>
[bitcoin] jonatack opened pull request #28134: rpc, util: deduplicate AmountFromValue() using util::Result (master...2023-07-dedupe-AmountFromValue) https://github.com/bitcoin/bitcoin/pull/28134
<kenshir0>
hi! are there plans to add Payjoin to Bitcoin Core? It would be great to have some option for private payments, even if it requires both parties are online.
<bitcoin-git>
[gui] achow101 reopened pull request #497: Enable users to configure their monospace font specifically (master...qt_fontsel) https://github.com/bitcoin-core/gui/pull/497
<bitcoin-git>
[bitcoin] pinheadmz opened pull request #28121: include verbose debug messages in testmempoolaccept reject-reason (master...tma-debug) https://github.com/bitcoin/bitcoin/pull/28121
<bitcoin-git>
[bitcoin] furszy opened pull request #28120: p2p: make block download logic aware of limited peers threshold (master...2023_net_limited_peers) https://github.com/bitcoin/bitcoin/pull/28120
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #28118: test: Add SyncWithValidationInterfaceQueue to mockscheduler RPC (master...2307-test-mock-sync-) https://github.com/bitcoin/bitcoin/pull/28118
<vasild>
Before only maintainers could add PRs to the high prio for review (https://github.com/orgs/bitcoin/projects/1/views/4) but at some point that changed and I was able to add items myself. I assumed that's for every "member" of the org, but I see MacroFake and hebasto yesterday asked for PRs to be added to the list on their behalf which I find surprising - why not add it yourself?
2023-07-20
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #28106: ci: Set DEBUG=1 for valgrind fuzz task (master...2307-ci-valgrind-DEBUG-) https://github.com/bitcoin/bitcoin/pull/28106
<bitcoin-git>
bitcoin/master e667bd6 Martin Zumsande: test: fix intermittent failure in wallet_resendwallettransactions.py
<bitcoin-git>
bitcoin/master b3022af Andrew Chow: Merge bitcoin/bitcoin#28108: test: fix intermittent failure in wallet_rese...
<bitcoin-git>
[bitcoin] achow101 merged pull request #28067: descriptors: do not return top-level only funcs as sub descriptors (master...2023_wallet_infer_watchonly_sh_script) https://github.com/bitcoin/bitcoin/pull/28067
<bitcoin-git>
bitcoin/master dd9633b furszy: test: wallet, add coverage for watch-only raw sh script migration