Add fee-CAT fee policy propagation across offers and storage#756
Open
ibutterbot wants to merge 2 commits intoxch-dev:mainfrom
Open
Add fee-CAT fee policy propagation across offers and storage#756ibutterbot wants to merge 2 commits intoxch-dev:mainfrom
ibutterbot wants to merge 2 commits intoxch-dev:mainfrom
Conversation
Carry CAT fee policy through remaining database reads, offer request hydration, and cache/summary paths so fee-CAT semantics survive import/make/view flows. Pin chia-wallet-sdk to the PR360 commit and refresh migration/sqlx metadata with focused fee-CAT policy tests. Made-with: Cursor
Expose fee policy fields through the API and UI so fee CAT configuration can be created, validated, displayed, and included in requested offer assets. Made-with: Cursor
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
sage-database(assets/option.rs,offers.rs,transactions.rs) so CAT fee policy survives DB reads in offer/transaction flows.RequestedCat, offer CAT hydration helper,endpoints/offers.rs, and walletmake_offer) and retain fee policy in cache/offer-summary paths.chia-wallet-sdkto immutable commit7856417c6b22aa319cc6d024018f597f6fb55139, includemigrations/0006_fee_cats.sql, refresh.sqlxmetadata, and update fee-CAT tests to validate policy carriage/persistence.Test plan
DATABASE_URL=sqlite://./test.sqlite cargo sqlx prepare --workspace -- --package sage-database --package sage-wallet --package sagecargo test --package sage-database --package sage-wallet --package sagecargo clippy --package sage-database --package sage-wallet --package sagecargo test/cargo clippyfor full workspace (blocked in this environment by missing systemglib-2.0for Tauri crates)Made with Cursor