-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release #138
Release #138
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19dcb3e - Browse repository at this point
Copy the full SHA 19dcb3eView commit details
Commits on Aug 12, 2024
-
Additional check for duplication upon member config action.
Configuration menu - View commit details
-
Copy full SHA for dff1ac6 - Browse repository at this point
Copy the full SHA dff1ac6View commit details -
fix(multisig_add_spending_limit)
In the case of a controlled multisig (with config_authority), we run a duplicate check on the member keys in the spending limit.
Configuration menu - View commit details
-
Copy full SHA for 3b7e714 - Browse repository at this point
Copy the full SHA 3b7e714View commit details -
* updated account context for vault closing to incorporate missing proposal account (non init) * feat(config_transaction_accounts_close,vault_transaction_accounts_close): allow closing stale tx accounts with no proposal * feat(batch_accounts_close): allow closing stale tx accounts with no proposal --------- Co-authored-by: Vladimir Guguiev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8264ed0 - Browse repository at this point
Copy the full SHA 8264ed0View commit details -
* Cancelation realloc and current member state check/retain * added comment about realloc * move new vote logic to a v2 ix to preserve backwards compatibility * new proposal cancel instruction (v2) * new account context labeled as ProposalCancel specifically * add the retain old member keys to existing cancel logic
Configuration menu - View commit details
-
Copy full SHA for e801095 - Browse repository at this point
Copy the full SHA e801095View commit details -
Merge pull request #108 from Squads-Protocol/feat/spending-limits-dro…
…p-members-check feat(spending_limits): allow spending limits for non-members
Configuration menu - View commit details
-
Copy full SHA for 660ea21 - Browse repository at this point
Copy the full SHA 660ea21View commit details
Commits on Aug 19, 2024
-
* fix(vault_seeds): removed iterations * pass vault seed slice directly * fix(execute-tx-message): optimization - moved signer seed iterations out of loop
Configuration menu - View commit details
-
Copy full SHA for ce9bd91 - Browse repository at this point
Copy the full SHA ce9bd91View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0a8afa - Browse repository at this point
Copy the full SHA a0a8afaView commit details -
* heap optimization/removing inefficient clone * add: comments around explicit usage and consequences of `core::mem::take` --------- Co-authored-by: slg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb946c6 - Browse repository at this point
Copy the full SHA bb946c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f25fc92 - Browse repository at this point
Copy the full SHA f25fc92View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12a12c8 - Browse repository at this point
Copy the full SHA 12a12c8View commit details
Commits on Aug 21, 2024
-
Feat: Incremental Transaction Uploading (#113)
* wip: incremental tx uploading * add: incremental tx uploading ixns * generate sdk & add tests - createbuffer & extend passing* - createVaultTxFromBuffer failing with "Program Failed to Complete" * base case tests passing * add comments for clarity * expose buffer close & add test * add: extra tests -- buffer creation and extension * add: tests for transactionBufferClose * fix: uncomment tests * fix: space allocation buffer creation * add: additional helper for buffer size * add: buffer deserialization checks * dummy vercel commit * feat: tx buffer example & out of memory example --------- Co-authored-by: Joey Meere <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fdb66f - Browse repository at this point
Copy the full SHA 1fdb66fView commit details -
Feat: Custom Bump Allocator (#114)
* wip: incremental tx uploading * add: incremental tx uploading ixns * generate sdk & add tests - createbuffer & extend passing* - createVaultTxFromBuffer failing with "Program Failed to Complete" * base case tests passing * add comments for clarity * expose buffer close & add test * add: extra tests -- buffer creation and extension * add: tests for transactionBufferClose * fix: uncomment tests * fix: space allocation buffer creation * add: additional helper for buffer size * add: buffer deserialization checks * dummy vercel commit * feat: tx buffer example & out of memory example * initial commit * feat: flipped bump allocator on its head * feat: heap tests, buffer chunking util + refactor * remove: heap test ix & add: allocator docs * rm: heapTest testing suite * add: script for running anchor test in detach * revert: Cargo.toml anchor-lang change * linting: cargo fmt --------- Co-authored-by: Joey Meere <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63c4975 - Browse repository at this point
Copy the full SHA 63c4975View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac11589 - Browse repository at this point
Copy the full SHA ac11589View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 63a068d - Browse repository at this point
Copy the full SHA 63a068dView commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a481def - Browse repository at this point
Copy the full SHA a481defView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab4abc - Browse repository at this point
Copy the full SHA 5ab4abcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c173a71 - Browse repository at this point
Copy the full SHA c173a71View commit details -
Configuration menu - View commit details
-
Copy full SHA for abff445 - Browse repository at this point
Copy the full SHA abff445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3057116 - Browse repository at this point
Copy the full SHA 3057116View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a23a3d - Browse repository at this point
Copy the full SHA 4a23a3dView commit details
Commits on Sep 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bfd31d8 - Browse repository at this point
Copy the full SHA bfd31d8View commit details
Commits on Sep 24, 2024
-
Merge pull request #122 from Squads-Protocol/comment-fixes
fix: comments from certora preliminary findings
Configuration menu - View commit details
-
Copy full SHA for 1d5d7bc - Browse repository at this point
Copy the full SHA 1d5d7bcView commit details -
Merge pull request #124 from Squads-Protocol/fix-buffer-close-seeds
Certora Audit Findings: Fix transaction_buffer_close seed constraints
Configuration menu - View commit details
-
Copy full SHA for af23d63 - Browse repository at this point
Copy the full SHA af23d63View commit details -
Merge pull request #121 from Squads-Protocol/comment-fixes
fix: comments from certora preliminary findings
Configuration menu - View commit details
-
Copy full SHA for a761ea7 - Browse repository at this point
Copy the full SHA a761ea7View commit details -
Merge pull request #123 from Squads-Protocol/fix-buffer-close-seeds
Audit Findings: Fix transaction_buffer_close seed constraints
Configuration menu - View commit details
-
Copy full SHA for 714f71e - Browse repository at this point
Copy the full SHA 714f71eView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b7c0c5 - Browse repository at this point
Copy the full SHA 7b7c0c5View commit details -
Merge pull request #126 from Squads-Protocol/transaction-buffer-impro…
…vement Code Deduplication & Cleanup
Configuration menu - View commit details
-
Copy full SHA for 1ae5408 - Browse repository at this point
Copy the full SHA 1ae5408View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17983bc - Browse repository at this point
Copy the full SHA 17983bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7596c1a - Browse repository at this point
Copy the full SHA 7596c1aView commit details
Commits on Oct 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0996f21 - Browse repository at this point
Copy the full SHA 0996f21View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ca85338 - Browse repository at this point
Copy the full SHA ca85338View commit details -
Merge pull request #127 from Squads-Protocol/final-review-fixes
General Fixes
Configuration menu - View commit details
-
Copy full SHA for b445684 - Browse repository at this point
Copy the full SHA b445684View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74fafb1 - Browse repository at this point
Copy the full SHA 74fafb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff9c93e - Browse repository at this point
Copy the full SHA ff9c93eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 749a81d - Browse repository at this point
Copy the full SHA 749a81dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 712ad05 - Browse repository at this point
Copy the full SHA 712ad05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 821e9a8 - Browse repository at this point
Copy the full SHA 821e9a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a663f7f - Browse repository at this point
Copy the full SHA a663f7fView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7551bf0 - Browse repository at this point
Copy the full SHA 7551bf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 676766d - Browse repository at this point
Copy the full SHA 676766dView commit details
Commits on Oct 11, 2024
-
Merge pull request #128 from Squads-Protocol/osec-fixes
General Fixes to Transaction Buffer Logic
Configuration menu - View commit details
-
Copy full SHA for d53c7f9 - Browse repository at this point
Copy the full SHA d53c7f9View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3afed84 - Browse repository at this point
Copy the full SHA 3afed84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fb5dc1 - Browse repository at this point
Copy the full SHA 1fb5dc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a19df49 - Browse repository at this point
Copy the full SHA a19df49View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7f1698 - Browse repository at this point
Copy the full SHA d7f1698View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b6c55 - Browse repository at this point
Copy the full SHA e0b6c55View commit details
Commits on Oct 15, 2024
-
Merge pull request #131 from Squads-Protocol/deprecate-mulitisig-create
Feat: deprecate multisig_create
Configuration menu - View commit details
-
Copy full SHA for a3cad82 - Browse repository at this point
Copy the full SHA a3cad82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ae2c9 - Browse repository at this point
Copy the full SHA 87ae2c9View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d5235d - Browse repository at this point
Copy the full SHA 6d5235dView commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7360d8a - Browse repository at this point
Copy the full SHA 7360d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9b1c36 - Browse repository at this point
Copy the full SHA b9b1c36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39c92c1 - Browse repository at this point
Copy the full SHA 39c92c1View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c4d169 - Browse repository at this point
Copy the full SHA 2c4d169View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64af733 - Browse repository at this point
Copy the full SHA 64af733View commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dcac867 - Browse repository at this point
Copy the full SHA dcac867View commit details