-
Notifications
You must be signed in to change notification settings - Fork 17
feat: sync codebase from develop #713
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
Merged
Merged
Conversation
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
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
d7d0906 to
d13b37c
Compare
Syncs all codebase changes from develop branch to main (excluding workflow files): - Smart contracts (packages/ats/contracts/) - SDK (packages/ats/sdk/) - Web application (apps/ats/web/) - Mass payout packages - Tests, documentation, configuration files Includes features from develop: - T-REX SDK enhancements - Bond coupon system improvements - UI/UX fixes and refactoring - Workspace dependency alignment - Version alignment to 1.17.0 - Scripts refactoring - Changesets implementation - Mass-payout build fixes Part 2/2 of develop→main sync (codebase changes). Workflow files are in PR #712. Signed-off-by: Miguel_LZPF <[email protected]>
d13b37c to
fdc50e5
Compare
…kflows Phase 1 alignment completed: - Removed 53 files that don't exist on develop: - Build artifacts (.solhint.json, functions.txt) - Misnamed contracts (totalBalancesStorageWrapper.sol, BondUSARead.sol) - TimeTravel test contracts (6 files) - Demo test files (3 files) - Unit test files (40 files) - Restored TotalBalancesStorageWrapper.sol from develop - Reverted .github/ workflow files to match main This ensures PR #713 only contains codebase changes, while workflow changes remain in PR #712. Signed-off-by: Miguel_LZPF <[email protected]>
MiguelLZPF
added a commit
that referenced
this pull request
Nov 26, 2025
This PR contains minimal infrastructure updates required to align main branch with develop branch improvements: Changes from commit e0c152e (release tag pattern fix): - Add endsWith() checks to release tag matching logic - Ensures tags ending with '-ats' or '-ATS' trigger workflows - Fixes both contracts and SDK job conditions in ats.publish.yml Changes from commit 7f34000 (npm publish access fix): - Change npm publish access from 'restricted' to 'public' - Required for scoped @hashgraph packages to publish correctly - Applied to both contracts and SDK publish steps Additional change: - Move workflows documentation from .github/README.md to .github/workflows/README.md for better organization All other workflow files remain identical to main branch, ensuring no unintended regressions. This is part 1/2 of the develop-to-main sync strategy (infrastructure changes only). Related: Part 2/2 is PR #713 (codebase changes) Signed-off-by: Miguel_LZPF <[email protected]>
6 tasks
gregscullard
approved these changes
Nov 27, 2025
Contributor
gregscullard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
MiguelLZPF
added a commit
that referenced
this pull request
Nov 27, 2025
Update PR #712 branch to include changes from PR #713 (codebase sync) that was just merged to main. This brings the branch up to date with the current main branch state. Signed-off-by: Miguel_LZPF <[email protected]>
MiguelLZPF
added a commit
that referenced
this pull request
Dec 1, 2025
Update PR #712 branch to include changes from PR #713 (codebase sync) that was just merged to main. This brings the branch up to date with the current main branch state. Signed-off-by: Miguel_LZPF <[email protected]>
MiguelLZPF
added a commit
that referenced
this pull request
Dec 3, 2025
Brings workflow fixes from PR #712 and #713 into develop branch. Conflicts resolved: workflow files (main's version), contract/test files (develop's version). Signed-off-by: Miguel_LZPF <[email protected]>
themariofrancia
pushed a commit
that referenced
this pull request
Dec 9, 2025
Brings workflow fixes from PR #712 and #713 into develop branch. Conflicts resolved: workflow files (main's version), contract/test files (develop's version). Signed-off-by: Miguel_LZPF <[email protected]>
themariofrancia
pushed a commit
that referenced
this pull request
Dec 10, 2025
Signed-off-by: Miguel_LZPF <[email protected]>
themariofrancia
pushed a commit
that referenced
this pull request
Dec 10, 2025
Brings workflow fixes from PR #712 and #713 into develop branch. Conflicts resolved: workflow files (main's version), contract/test files (develop's version). Signed-off-by: Miguel_LZPF <[email protected]>
themariofrancia
pushed a commit
that referenced
this pull request
Dec 10, 2025
Signed-off-by: Miguel_LZPF <[email protected]> Signed-off-by: Mario Francia <[email protected]>
themariofrancia
pushed a commit
that referenced
this pull request
Dec 10, 2025
Brings workflow fixes from PR #712 and #713 into develop branch. Conflicts resolved: workflow files (main's version), contract/test files (develop's version). Signed-off-by: Miguel_LZPF <[email protected]> Signed-off-by: Mario Francia <[email protected]>
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.
Description
Sync PR: Brings all codebase changes from develop to main (49 commits of feature work) to align both branches for upcoming releases.
Scope: This PR contains 622 files representing complete develop branch state to date, excluding CODEOWNERS-protected infrastructure files (which are in PR #712).
Key Features Included:
Smart Contracts (100+ files):
SDK (25+ files):
Web Application (20+ files):
Additional:
Why This PR:
Type of change
Testing
Automated Tests:
Coverage: Maintained across all changes (no reduction)
Manual Verification:
Test Results
Node version:
Checklist
Related: This PR should merge in parallel with PR #712 (infrastructure sync). Both are required for complete develop→main alignment.
Post-Merge: After both PRs merge, develop will be fast-forward merged with main to complete the synchronization.