Skip to content

build: add GitHub workflow for Windows exe and MSI#7

Open
peterzen wants to merge 13 commits into
masterfrom
windows-ci-build
Open

build: add GitHub workflow for Windows exe and MSI#7
peterzen wants to merge 13 commits into
masterfrom
windows-ci-build

Conversation

@peterzen

@peterzen peterzen commented Jul 3, 2026

Copy link
Copy Markdown
Owner

Adds a Build Windows workflow that builds bisonw-desktop.exe and the MSI installer natively on a Windows runner, and cross-compiles the exe via the existing Docker path on Linux. Adds a --no-sign flag to pkg-windows.cmd for CI use.

peterzen and others added 13 commits July 1, 2026 21:32
client/webserver: fix malformed version string parsing
client/core: add dex.decred.online to mainnet known-server list
The tooCheap bump action recomputed replacement fees from current network
conditions only, never consulting the transaction being replaced. When the
provider's tip-cap suggestion is cached (1 hour TTL), the replacement could
carry the exact tip the original was created with, guaranteeing rejection by
geth-family mempools, which require both the fee cap and tip cap to be
strictly greater than, and at least 10% above, the old values.

Raise both components to at least their replace-by-fee floors relative to
the transaction being replaced.

Co-Authored-By: Claude Fable 5 <[email protected]>
The server-assigned swap fee rate becomes the transaction's gas fee cap
verbatim. If the network's base fee exceeds it at broadcast time, the tx
cannot be mined until the base fee recedes, and meanwhile occupies the nonce,
blocking every subsequent transaction from the wallet until it is mined or
replaced.

Check the assigned rate against the current base fee before initiation and
error instead of broadcasting, leaving the nonce unspent. Core retries the
swap, which proceeds if the base fee recedes within the broadcast timeout.
The already-initiated recovery path is unaffected. Redeem already handles
this condition by raising its fee cap, funds permitting.

Co-Authored-By: Claude Fable 5 <[email protected]>
Adds a Build Windows workflow that builds bisonw-desktop.exe and the
MSI installer on a Windows runner, and cross-compiles the exe via the
existing Docker path on Linux. Adds a --no-sign flag to pkg-windows.cmd
for CI use and fails the script when the MSI build errors.

Co-Authored-By: Claude Fable 5 <[email protected]>
WiX writes the MSI into a culture subdirectory (en-US), so the upload
glob must be recursive. Fail the upload steps when no files are found.
Run the native Windows job only on workflow_dispatch; pull requests
run the cheaper Docker cross-compile job.

Co-Authored-By: Claude Fable 5 <[email protected]>
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.

1 participant