-
move webhook normalization behind the payments trait
-
Split PaymentProvider into a base trait plus six capability extensions
-
server: a refund core, and the Sales panel described
-
Dispatch webhooks on an MNW event enum, not on Stripe event-name strings
-
Give the provider trait an account id it can legally return
-
Kill the mutation survivors the pure-logic pass could not reach
-
Drop openssl from the server: webauthn-rs 0.6, and an explicit rustls provider
-
Denominate every creator sale in the creator's settlement currency
-
Cover the pure money and data logic, and freeze the rest from growing
-
Spell the product name Makenotwork everywhere it is displayed
-
server: adopt lint block, fix clippy, fmt
-
Format the tree with rustfmt and add the lint + supply-chain gates