<bitcoin-git>
[bitcoin] instagibbs opened pull request #28825: fuzz: Minor improvements to tx_package_eval target (master...2023-11-package_fuzz_impr) https://github.com/bitcoin/bitcoin/pull/28825
<bitcoin-git>
[bitcoin] willcl-ark opened pull request #28824: Use LE hex-encoded representations in script ASM for pushed values = 4 bytes (master...asm-full-hex) https://github.com/bitcoin/bitcoin/pull/28824
<bitcoin-git>
[bitcoin] maflcko opened pull request #28822: test: Add missing wait for version to be sent in add_outbound_p2p_connection (master...2311-test-sync-ver-) https://github.com/bitcoin/bitcoin/pull/28822
<bitcoin-git>
[bitcoin] fanquake merged pull request #28785: validation: return more helpful results for reconsiderable fee failures and skipped transactions (master...2023-11-txresult-fee) https://github.com/bitcoin/bitcoin/pull/28785
<bitcoin-git>
[bitcoin] achow101 merged pull request #28224: shutdown: Destroy kernel last, make test shutdown order consistent (master...testSetupDestructorOrder) https://github.com/bitcoin/bitcoin/pull/28224
<bitcoin-git>
bitcoin/master c981771 Andrew Chow: Merge bitcoin/bitcoin#28224: shutdown: Destroy kernel last, make test shut...
<bitcoin-git>
bitcoin/master 9759af1 TheCharlatan: shutdown: Destroy kernel last
<bitcoin-git>
bitcoin/master c1144f0 TheCharlatan: tests: Reset node context members on ~BasicTestingSetup
<bitcoin-git>
[bitcoin] achow101 merged pull request #26839: Add support for RNDR/RNDRRS for AArch64 on Linux (master...2023_01_RNDRSupportLinux) https://github.com/bitcoin/bitcoin/pull/26839
<bitcoin-git>
bitcoin/master c8a883a Andrew Chow: Merge bitcoin/bitcoin#26839: Add support for RNDR/RNDRRS for AArch64 on Li...
<bitcoin-git>
bitcoin/master aee5404 John Moffett: Add support for RNDR/RNDRRS for aarch64 on Linux
<Noob42>
if i figure this out and end up releasing some software, i'll be sure to point out how hostile the Bitcoin community is to devs
<sipa>
Noob42: this channel is about the development of the bitcoin core software, sorry
<Murch[m]>
Noob42: Again, your question would probably be better directed at Bitcoin Stack Exchange (which does get a fair share of developer questions), but if you perhaps told us what you’re actually trying to achieve for which you’re trying to get libsecp256k1 to link with something, then we might be able to point you in the right direction for your actual goal rather than your attempted solution
<preimage>
I feel like an alternative here that hasn't seemed to be acknowledged is to instead try to build bitcoin-core (the project for which this channel exists)
<sipa>
Bitcoin Core's Windows release builds are created using MinGW, in a Linux environment. Bitcoin Core uses libsecp256k1. And you're here complaining about some other project in which you're trying to do these things...
<sipa>
the build environment is completely different through, and i don't think Bitcoin Core's approach to doing so would be helpful to you
<Noob42>
what about other projects that use bitcoin technology? that's what i'm trying to get into
<sipa>
bitcoin core development happens on IRC, GitHub, and in-person meetings mostly.
<Noob42>
is it bitcoin-core-dev@lists.linuxfoundation.org?
<preimage>
(well, if you appreciate async dev work, then the bitcoin-core-dev mailing list is also a big one)
<Noob42>
ok i'll stick to asking about where all the c++ bitcoin devs hang out
<Noob42>
bitcoin core also has its own secp256k1... and considering the amount of posts i ran into with people having similar problems in various other languages (secp256k1 not being found) I'm hoping someone here figured it out on windows gcc
<instagibbs>
you're in luck, Bitcoin Core is in c++ too
<Noob42>
there's gotta be a hangout... come on I feel like I'm the only c++ dev looking to work on bitcoin stuff and I know I can't be
<sipa>
Noob42: you can ask on bitcoin.stackexchange.com, perhaps there are community members who can help there; i don't know how to reach people working on libbitcoin
<Noob42>
sipa: oh i thought they were managed by the same people... could you tell me where I can get general dev support for bitcoin stuff?
<sipa>
Noob42: this channel is about Bitcoin Core, not libbitcoin
<bitcoin-git>
[bitcoin] maflcko opened pull request #28804: Revert "suppressions: note that 'type:ClassName::MethodName' should be used" (master...2311-test-supp-) https://github.com/bitcoin/bitcoin/pull/28804
<bitcoin-git>
bitcoin/master 5bd1b8d Hennadii Stepanov: ci: Drop no longer needed "Fix Visual Studio installation" step
<bitcoin-git>
[bitcoin] hebasto opened pull request #28798: build: Drop no longer needed MSVC warning suppressions (master...231105-ci-msvc-w) https://github.com/bitcoin/bitcoin/pull/28798
<bitcoin-git>
[bitcoin] hebasto opened pull request #28796: ci: Drop no longer needed "Fix Visual Studio installation" step (master...231105-ci-win) https://github.com/bitcoin/bitcoin/pull/28796
<bitcoin-git>
[bitcoin] kevkevinpal closed pull request #28454: wallet: allowing walletpassphrase timeout to be MAX_SLEEP_TIME if set to -1 (master...defaultWalletPassphraseTimeout) https://github.com/bitcoin/bitcoin/pull/28454
<bitcoin-git>
[bitcoin] fanquake opened pull request #28778: depends: drop -O1 workaround from arm64 apple Qt build (master...drop_O1_workaround_qt) https://github.com/bitcoin/bitcoin/pull/28778
<bitcoin-git>
[bitcoin] BrandonOdiwuor opened pull request #28776: Wallet: Functions to enable adding used balance to GUI overview page (master...gui_overview_page_add_used_balance) https://github.com/bitcoin/bitcoin/pull/28776
<kanzure>
linuxfoundation.org has decided to stop hosting mailing lists, which includes bitcoin-dev (and btw lightning-dev but i don't know who manages that). they have offered or agreed to continue to preserve/host the email archive urls and content.
<bitcoin-git>
[bitcoin] fanquake merged pull request #28757: guix: Zip needs to include all files and set time to SOURCE_DATE_EPOCH (master...macos-zip-recursive) https://github.com/bitcoin/bitcoin/pull/28757
<bitcoin-git>
bitcoin/master 697ded9 fanquake: Merge bitcoin/bitcoin#28757: guix: Zip needs to include all files and set ...