Open
Conversation
* Adds Program Exec * Lint * fix lints and tests * change runner * chore: cargo fmt * test: fix 8-byte alignment in teat buffers * fix pr comments * fix pr comments and tests * fix tests * fix program exec identity and add session idenity match * update interface * update key bytes * update key bytes * lint * fix: workflow step 7 issue * fix: final workflow fix * fix: final final CI fix * fix: keep using 1.84.0 rust toolchain --------- Co-authored-by: Tracy <31976538+tracy-codes@users.noreply.github.com>
* close swig/token-account * close with discriminator * close multiple token accounts * bump cu +1 in sign performance test * feat: CloseSwigAuthority specific action * chore: bump CUs for perf tests with new actions & instructions --------- Co-authored-by: tracy-codes <31976538+tracy-codes@users.noreply.github.com>
* add ix index * fix tests * lint
* docs: update architecture diagrams to reflect v1.4.0 program state The existing architecture doc was significantly outdated, missing major features added since its creation. Updated to cover the current program: - 4 auth schemes (added Secp256r1/Passkey and ProgramExec) - 21 permission types (was 6), including destination limits, staking, program scope, and close authority - V2 account model with swig_wallet_address PDA as asset holder - Sub-account system - Compact instruction wire format - Post-execution SHA256 integrity verification model - Workspace crate structure and dependency hierarchy - Complete instruction set (16 variants) - Security model details (replay protection, CPI safety, zero-copy) - Error code ranges * docs: refresh program diagrams for current v1.4.0 behavior
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.
No description provided.