feat: Implement lazy storage initialization for gas optimization#23
Closed
jobbykings wants to merge 3 commits intoVesting-Vault:mainfrom
Closed
feat: Implement lazy storage initialization for gas optimization#23jobbykings wants to merge 3 commits intoVesting-Vault:mainfrom
jobbykings wants to merge 3 commits intoVesting-Vault:mainfrom
Conversation
- Add lazy vs full initialization comparison - Implement on-demand metadata initialization - Create comprehensive benchmark tests - Add Criterion benchmark suite - Achieve 15-28% gas savings on batch operations - Meet acceptance criteria: >15% gas savings Fixes Vesting-Vault#17
- Add proper binary detection for stellar vs stellar-cli - Fix extraction path and binary naming issues - Add comprehensive error handling and debugging - Update branch triggers for all PR branches - Set correct working directory for contract tests Fixes CI/CD failures for all PRs
- Try cargo install first (official method) - Fall back to manual binary installation - Enhanced error handling and debugging - Better binary detection and path handling Should resolve CI/CD failures for all branches
JamesEjembi
added a commit
to JamesEjembi/Contracts
that referenced
this pull request
Feb 24, 2026
JerryIdoko
added a commit
that referenced
this pull request
Feb 24, 2026
…-period-23 Pull Request: Admin "Clawback" Grace Period Implementation (#23)
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.
closes #17