feat: plugin polish suite (presets, HTTP, signing, CI) - #4
Merged
Conversation
Trade presets: compose kind, confirm+3s cooldown, outpost gate, load-fail save guard, scroll/compact popup, collapsing editor, reorder/dup/rename, import/export, overlay copy, optional send hotkey. Prices/draw: honest cache age, one State() per frame, strict snapshot v, ecto decimals, n= tooltips, idle edge updates. HTTP/updater: allowlisted redirects, Accept split, release ETag cache, skip draft/prerelease, ed25519 manifest verify (vendored orlp ed25519). CI: shared Windows build action, tests, clang-format, release PDBs + signed manifest; loader long-path + fallback MessageBox; README updates. Co-authored-by: domibuilds <jkr-137@users.noreply.github.com>
jkr-137
marked this pull request as ready for review
August 8, 2026 18:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements the full polish suite: trade-preset UX/safety, price overlay honesty/perf, HTTP/updater hardening, ed25519-signed update manifests, CI/release parity, loader UX, and docs.
Trade presets
kindinto the chat line + Settings previewPresets…menuPrices / draw
snapshot.at+(cached); oneState()per framev == 1; ecto decimals;n=tooltips; idle edge updatesHTTP / updater / signing
*/*for binariesreleases/latestETag; skip draft/prereleasemanifest.json+manifest.sig(ed25519, vendored orlp); verify before stageCI / loader / docs
.github/actions/build-windows-x86;gwdash_tests; clang-format checkOwnDirectory+ MessageBox on fallback load failureRelease setup required
Before the next tagged release, set GitHub Actions secret
GWDASH_UPDATE_ED25519_SKto the 64-char hex seed that matchessrc/UpdatePublicKey.h(or regenerate withscripts/generate-update-keys.pyand update the header). Without it, the release job’s sign step fails by design.