docs: add research spikes and design docs for issues #49, #60, #114, … - #154
Open
shadow-ghost706 wants to merge 1 commit into
Open
docs: add research spikes and design docs for issues #49, #60, #114, …#154shadow-ghost706 wants to merge 1 commit into
shadow-ghost706 wants to merge 1 commit into
Conversation
…rotocol#49, stellar-vortex-protocol#60, stellar-vortex-protocol#114, stellar-vortex-protocol#124 - docs/49-cross-chain-proof-spike.md: survey of oracle/messaging options for source-chain proof verification; recommends Wormhole generic messaging Closes stellar-vortex-protocol#49 - docs/60-multi-bond-token-design.md: full data-model redesign for per-token bond accounting, migration strategy, and updated API surface Closes stellar-vortex-protocol#60 - docs/114-multisig-admin-design.md: evaluation of native Stellar multi-sig vs in-contract logic; operational recommendation (no contract changes needed) Closes stellar-vortex-protocol#114 - docs/124-proof-verification-interface.md: ProofRegistry contract interface, fill_intent changes, VortexDeposit sketch, and phased rollout plan Closes stellar-vortex-protocol#124
|
@shadow-ghost706 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
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.
docs: research spikes & design docs for cross-chain proof, multi-bond,
multi-sig (#49 #60 #114 #124)
What this PR does
Delivers all four documentation tasks from the research/design backlog.
No contract code is changed — these are design docs and research spikes
that unblock future implementation work.
Changes
docs/49-cross-chain-proof-spike.mddocs/60-multi-bond-token-design.mdSolverRecorddocs/114-multisig-admin-design.mdAdmin— zero contractPauseGuardiansplit for fast incidentdocs/124-proof-verification-interface.mdProofRegistry(new contract), changes tofill_intentrequire_proofflag),VortexDeposit.solsketch for sourceCloses
Closes #49
Closes #60
Closes #114
Closes #124
Testing
These are documentation-only changes. No build or test changes are
included.
Implementation PRs for each design will reference this PR and include the
corresponding contract changes and test coverage.
Reviewer notes
49-cross-chain-proof-spike.mdfirst.three.
the
PauseGuardiansplit described in §6.