Drop BLS stack; require signer-only offer execution#94
Merged
Conversation
Remove local BLS/Python offer paths, Rust bls module, and policy facades; route wallet IO through greenfloor_engine and consolidate reconciliation and docs for the vault KMS path. Co-authored-by: Cursor <cursoragent@cursor.com>
Merge cycle bridges, move reconciliation orchestration into runtime, restore parity tests, and remove dead routing/Cloud Wallet error surfaces. Co-authored-by: Cursor <cursoragent@cursor.com>
Remove path_label and CoinOpScope execution_backend, merge offer_build_bridge into offer_request_bridge, move reconcile watchlist helpers to runtime, and fold native_offer into offer_decode. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
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
signer.kms_key_id+vault.launcher_id).chia_wallet_sdkproduction usage; wallet IO and offer decode go throughgreenfloor_engine.offer_execution_backend,path_label,CoinOpScope.execution_backend), merge cycle bridges, centralize reconcile watchlist inruntime/offer_watchlist.py, and restore engine parity tests.Test plan
pytest(547 passed)pre-commit run --all-filesmaturin developon a clean venv and smokebuild-and-post-offeragainst testnet11Made with Cursor