Skip to content

Tags: hebasto/gui-qml

Tags

pr440.01

Toggle pr440.01's commit message

Verified

This commit was signed with the committer’s verified signature.
hebasto Hennadii Stepanov
wallet, tests: Avoid stringop-overflow warning in PollutePubKey

pr429.01

Toggle pr429.01's commit message

Verified

This commit was signed with the committer’s verified signature.
hebasto Hennadii Stepanov
ci, gha: Update `actions/checkout` actions

pr425.01

Toggle pr425.01's commit message

Verified

This commit was signed with the committer’s verified signature.
hebasto Hennadii Stepanov
qml: Add missed icon file to resources

pr423.01

Toggle pr423.01's commit message

Verified

This commit was signed with the committer’s verified signature.
hebasto Hennadii Stepanov
upnp: add compatibility for miniupnpc 2.2.8

See: miniupnp/miniupnp@c0a50ce

The return value of 2 now indicates:
"A valid connected IGD has been found but its IP address is reserved (non routable)"

We continue to ignore any return value other than 1.

pr407.08

Toggle pr407.08's commit message

Verified

This commit was signed with the committer’s verified signature.
hebasto Hennadii Stepanov
ci: Set `IN_GETOPT_BIN` environment variable for native macOS job

pr407.07

Toggle pr407.07's commit message

Verified

This commit was signed with the committer’s verified signature.
hebasto Hennadii Stepanov
ci: Set `IN_GETOPT_BIN` environment variable for native macOS job

pr407.06

Toggle pr407.06's commit message

Partially verified

This commit is signed with the committer’s verified signature.
hebasto’s contribution has been verified via GPG key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
build: disable external-signer for Windows

It's come to light that Boost ASIO (a Boost Process sub dep) has in some
instances, been queitly initialising our network stack on Windows (see
PR #28486 and discussion in #28940).

This has been shielding a bug in our own code, but the larger issue
is that Boost Process/ASIO is running code before main, and doing things
like setting up networking. This undermines our own assumptions about
how our binary works, happens before we get to run any sanity checks,
and also runs before we call our own code to setup networking.

It's also not clear why a feature like external signer would have a
dependency that would be doing anything network/socket related, given it
only exists to spawn a local process.

pr407.05

Toggle pr407.05's commit message

Verified

This commit was signed with the committer’s verified signature.
hebasto Hennadii Stepanov
build, msvc: Update vcpkg baseline

pr407.04

Toggle pr407.04's commit message

Partially verified

This commit is signed with the committer’s verified signature.
hebasto’s contribution has been verified via GPG key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
build: disable external-signer for Windows

It's come to light that Boost ASIO (a Boost Process sub dep) has in some
instances, been queitly initialising our network stack on Windows (see
PR #28486 and discussion in #28940).

This has been shielding a bug in our own code, but the larger issue
is that Boost Process/ASIO is running code before main, and doing things
like setting up networking. This undermines our own assumptions about
how our binary works, happens before we get to run any sanity checks,
and also runs before we call our own code to setup networking.

It's also not clear why a feature like external signer would have a
dependency that would be doing anything network/socket related, given it
only exists to spawn a local process.

pr407.03

Toggle pr407.03's commit message

Verified

This commit was signed with the committer’s verified signature.
hebasto Hennadii Stepanov
ci: Delete no longer needed workaround in native Windows job

See actions/runner-images#9701.