✅ fanquake closed a pull request: "ci: add Valgrind fuzz"
(https://github.com/bitcoin/bitcoin/pull/33461)
(https://github.com/bitcoin/bitcoin/pull/33461)
👋 fanquake's pull request is ready for review: "guix: Pointer Authentication and Branch Target Identification for aarch64 Linux"
(https://github.com/bitcoin/bitcoin/pull/24123)
(https://github.com/bitcoin/bitcoin/pull/24123)
💬 willcl-ark commented on issue "Witness-Only Option for fundrawtransaction":
(https://github.com/bitcoin/bitcoin/issues/25181#issuecomment-3427028015)
@TheBlueMatt is this still relevant for your use-case?
(https://github.com/bitcoin/bitcoin/issues/25181#issuecomment-3427028015)
@TheBlueMatt is this still relevant for your use-case?
🚀 fanquake merged a pull request: "ci: use Mold linker for asan-lsan-ubsan-integer-no-depends-usdt workflow"
(https://github.com/bitcoin/bitcoin/pull/33370)
(https://github.com/bitcoin/bitcoin/pull/33370)
💬 maflcko commented on pull request "ci: re-add Valgrind job to the CI":
(https://github.com/bitcoin/bitcoin/pull/33411#issuecomment-3427032925)
Maybe we can add it to just run under the default branch (master) on merges? Brought up in the context of https://github.com/bitcoin/bitcoin/pull/33509#issuecomment-3381737041, but i guess the same approach could be used for several tasks? Maybe a brainstorming issue?
(https://github.com/bitcoin/bitcoin/pull/33411#issuecomment-3427032925)
Maybe we can add it to just run under the default branch (master) on merges? Brought up in the context of https://github.com/bitcoin/bitcoin/pull/33509#issuecomment-3381737041, but i guess the same approach could be used for several tasks? Maybe a brainstorming issue?
💬 willcl-ark commented on issue "possible corruption: missing undo file":
(https://github.com/bitcoin/bitcoin/issues/25539#issuecomment-3427036224)
Would you like to have a look here @l0rinc?
(https://github.com/bitcoin/bitcoin/issues/25539#issuecomment-3427036224)
Would you like to have a look here @l0rinc?
💬 fanquake commented on pull request "doc: add AGENTS.md":
(https://github.com/bitcoin/bitcoin/pull/33662#issuecomment-3427046486)
~0 doesn't seem like something we need to do. Would conflict with anyone using a .gitignored `agents.md` locally?
(https://github.com/bitcoin/bitcoin/pull/33662#issuecomment-3427046486)
~0 doesn't seem like something we need to do. Would conflict with anyone using a .gitignored `agents.md` locally?
✅ willcl-ark closed an issue: "FILES section for man pages"
(https://github.com/bitcoin/bitcoin/issues/29557)
(https://github.com/bitcoin/bitcoin/issues/29557)
💬 willcl-ark commented on issue "FILES section for man pages":
(https://github.com/bitcoin/bitcoin/issues/29557#issuecomment-3427047377)
This issue hasn’t attracted much interest from other contributors in quite some time.
Given that, it doesn’t seem important enough to keep open indefinitely. I’m going to close it for now due to lack of activity, but pull requests or renewed discussion are always welcome.
Comment here if you think this shoudl be re-opened.
(https://github.com/bitcoin/bitcoin/issues/29557#issuecomment-3427047377)
This issue hasn’t attracted much interest from other contributors in quite some time.
Given that, it doesn’t seem important enough to keep open indefinitely. I’m going to close it for now due to lack of activity, but pull requests or renewed discussion are always welcome.
Comment here if you think this shoudl be re-opened.
💬 glozow commented on pull request "Cluster mempool":
(https://github.com/bitcoin/bitcoin/pull/33629#discussion_r2448612169)
I prefer a squash but up to you.
(https://github.com/bitcoin/bitcoin/pull/33629#discussion_r2448612169)
I prefer a squash but up to you.
✅ willcl-ark closed an issue: "listsinceblock incorrectly showing some conflicted transactions"
(https://github.com/bitcoin/bitcoin/issues/10656)
(https://github.com/bitcoin/bitcoin/issues/10656)
💬 willcl-ark commented on issue "listsinceblock incorrectly showing some conflicted transactions":
(https://github.com/bitcoin/bitcoin/issues/10656#issuecomment-3427053627)
This issue hasn’t attracted much interest from other contributors in quite some time.
Given that, it doesn’t seem important enough to keep open indefinitely. I’m going to close it for now due to lack of activity, but pull requests or renewed discussion are always welcome.
Comment here if you think this should be re-opened.
(https://github.com/bitcoin/bitcoin/issues/10656#issuecomment-3427053627)
This issue hasn’t attracted much interest from other contributors in quite some time.
Given that, it doesn’t seem important enough to keep open indefinitely. I’m going to close it for now due to lack of activity, but pull requests or renewed discussion are always welcome.
Comment here if you think this should be re-opened.
⚠️ maflcko opened an issue: "ci: Where to run heavy and fragile CI tasks?"
(https://github.com/bitcoin/bitcoin/issues/33668)
There are some heavy, and some possibly fragile CI configs, which may not be productive to run on every pull request. They could be run on just the master branch for every merge?
Come up in the context of:
* https://github.com/bitcoin/bitcoin/pull/33509#issuecomment-3381737041
* https://github.com/bitcoin/bitcoin/issues/33411#issuecomment-3427032925
And possibly useful for https://github.com/bitcoin/bitcoin/issues/22064#issuecomment-2607120689
(https://github.com/bitcoin/bitcoin/issues/33668)
There are some heavy, and some possibly fragile CI configs, which may not be productive to run on every pull request. They could be run on just the master branch for every merge?
Come up in the context of:
* https://github.com/bitcoin/bitcoin/pull/33509#issuecomment-3381737041
* https://github.com/bitcoin/bitcoin/issues/33411#issuecomment-3427032925
And possibly useful for https://github.com/bitcoin/bitcoin/issues/22064#issuecomment-2607120689
📝 w0xlt opened a pull request: "Add libbitcoinkernel example files"
(https://github.com/bitcoin/bitcoin/pull/33669)
Many Bitcoin-related libraries (like secp256k1 itself and other Bitcoin Rust crates) have a folder with example files as reference on how to properly use the library,
They are particularly useful since it instructs the user and reduces the necessity to look for external documentation.
This PR proposes same approach for libbitcoinkernel.
For now, I've just added 2 examples for the C library (not C++ wrapper) to gather feedback. In positive case, more examples can be added in this PR.
...
(https://github.com/bitcoin/bitcoin/pull/33669)
Many Bitcoin-related libraries (like secp256k1 itself and other Bitcoin Rust crates) have a folder with example files as reference on how to properly use the library,
They are particularly useful since it instructs the user and reduces the necessity to look for external documentation.
This PR proposes same approach for libbitcoinkernel.
For now, I've just added 2 examples for the C library (not C++ wrapper) to gather feedback. In positive case, more examples can be added in this PR.
...
📝 w0xlt converted_to_draft a pull request: "Add libbitcoinkernel example files"
(https://github.com/bitcoin/bitcoin/pull/33669)
Many Bitcoin-related libraries (like secp256k1 itself and other Bitcoin Rust crates) have a folder with example files as reference on how to properly use the library,
They are particularly useful since it instructs the user and reduces the necessity to look for external documentation.
This PR proposes same approach for libbitcoinkernel.
For now, I've just added 2 examples for the C library (not C++ wrapper) to gather feedback. In positive case, more examples can be added in this PR.
...
(https://github.com/bitcoin/bitcoin/pull/33669)
Many Bitcoin-related libraries (like secp256k1 itself and other Bitcoin Rust crates) have a folder with example files as reference on how to properly use the library,
They are particularly useful since it instructs the user and reduces the necessity to look for external documentation.
This PR proposes same approach for libbitcoinkernel.
For now, I've just added 2 examples for the C library (not C++ wrapper) to gather feedback. In positive case, more examples can be added in this PR.
...
✅ willcl-ark closed an issue: "Comply with the XDG Base Directory Specification"
(https://github.com/bitcoin/bitcoin/issues/16733)
(https://github.com/bitcoin/bitcoin/issues/16733)
💬 willcl-ark commented on issue "Comply with the XDG Base Directory Specification":
(https://github.com/bitcoin/bitcoin/issues/16733#issuecomment-3427078481)
This issue hasn’t attracted much interest from other contributors in quite some time.
Given that, it doesn’t seem important enough to keep open indefinitely. I’m going to close it for now due to lack of activity, but pull requests or renewed discussion are always welcome.
Comment here if you think this should be re-opened.
(https://github.com/bitcoin/bitcoin/issues/16733#issuecomment-3427078481)
This issue hasn’t attracted much interest from other contributors in quite some time.
Given that, it doesn’t seem important enough to keep open indefinitely. I’m going to close it for now due to lack of activity, but pull requests or renewed discussion are always welcome.
Comment here if you think this should be re-opened.
✅ willcl-ark closed an issue: "Use sigstore software transparency for releases"
(https://github.com/bitcoin/bitcoin/issues/21524)
(https://github.com/bitcoin/bitcoin/issues/21524)
💬 willcl-ark commented on issue "Use sigstore software transparency for releases":
(https://github.com/bitcoin/bitcoin/issues/21524#issuecomment-3427082843)
This issue hasn’t attracted much interest from other contributors in quite some time.
Given that, it doesn’t seem important enough to keep open indefinitely. I’m going to close it for now due to lack of activity, but pull requests or renewed discussion are always welcome.
Comment here if you think this should be re-opened.
(https://github.com/bitcoin/bitcoin/issues/21524#issuecomment-3427082843)
This issue hasn’t attracted much interest from other contributors in quite some time.
Given that, it doesn’t seem important enough to keep open indefinitely. I’m going to close it for now due to lack of activity, but pull requests or renewed discussion are always welcome.
Comment here if you think this should be re-opened.
💬 fanquake commented on issue "ci: Where to run heavy and fragile CI tasks?":
(https://github.com/bitcoin/bitcoin/issues/33668#issuecomment-3427083457)
I don't really think "heavy" should be as much of a blocker as fragile here. There should be scope to expand the amount of CPU dedicated to the CI.
(https://github.com/bitcoin/bitcoin/issues/33668#issuecomment-3427083457)
I don't really think "heavy" should be as much of a blocker as fragile here. There should be scope to expand the amount of CPU dedicated to the CI.