Skip to content

backport: Merge bitcoin/bitcoin#30278, 28076 - #7654

Draft
vijaydasmp wants to merge 2 commits into
dashpay:developfrom
vijaydasmp:Branch_9_2
Draft

backport: Merge bitcoin/bitcoin#30278, 28076#7654
vijaydasmp wants to merge 2 commits into
dashpay:developfrom
vijaydasmp:Branch_9_2

Conversation

@vijaydasmp

Copy link
Copy Markdown

No description provided.

…ithkey` RPC

e2779ce test: cover more errors for `signrawtransactionwithkey` RPC (brunoerg)

Pull request description:

  This PR adds test coverage for the following errors for the `signrawtransactionwithkey` RPC:

  - Invalid private key
  - TX decode failed

  For reference: https://maflcko.github.io/b-c-cov/total.coverage/src/rpc/rawtransaction.cpp.gcov.html

ACKs for top commit:
  maflcko:
    ACK e2779ce
  kevkevinpal:
    ACK [e2779ce](bitcoin@e2779ce)
  tdb3:
    ACK e2779ce
  BrandonOdiwuor:
    Code Review ACK e2779ce

Tree-SHA512: 41c7e990684b60645cf4ccec8aad5ebbe61da221871eb3c1685b2bb1eebda58b29358502cb1525b7c7a2b612e2bebf449ed0bae14ab663b4641c528a9c013b5b
bbbbdb0 ci: Add filesystem lint check (MarcoFalke)
fada2f9 refactor: Replace <filesystem> with <util/fs.h> (MarcoFalke)

Pull request description:

  Using `std::filesystem` is problematic:

  * There is a `fs` namespace wrapper for it. So having two ways to achieve the same is confusing.
  * Not using the `fs` wrapper is dangerous and buggy, because it disables known bugs by deleting problematic functions.

  Fix all issues by removing use of it and adding a linter to avoid using it again in the future.

ACKs for top commit:
  TheCharlatan:
    ACK  bbbbdb0
  fanquake:
    ACK bbbbdb0 🦀

Tree-SHA512: 0e2d49742b08eb2635e6fce41485277cb9c40fe20b81017c391d3472a43787db1278a236825714ca1e41c9d2f59913865cfb0c649e3c8ab1fb598c849f80c660
@vijaydasmp vijaydasmp changed the title backport : Merge bitcoin/bitcoin#30278, 27622 backport : Merge bitcoin/bitcoin#30278, 28076 Sep 4, 2026
@vijaydasmp vijaydasmp changed the title backport : Merge bitcoin/bitcoin#30278, 28076 backport: Merge bitcoin/bitcoin#30278, 28076 Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants