Add PoD contracts#54
Closed
naiemk-coti wants to merge 8 commits into
Closed
Conversation
…hing - Changed the repository URL in package.json from git to https for better compatibility. - Enhanced the npm-publish workflow to support trusted publishing with OIDC, updated Node.js version to 22, and improved permissions for content access. - Modified the step for updating package.json version to reflect the tag name directly, ensuring accurate versioning during releases.
- Upgraded actions/checkout and actions/setup-node to version 5 for improved functionality and compatibility. - Updated Node.js version in the workflow from 22 to 24 to align with the latest features and performance enhancements. - Removed the installation step for npm CLI with trusted publishing, streamlining the workflow.
|
gmesika-coti
approved these changes
Jun 25, 2026
gmesika-coti
left a comment
Member
There was a problem hiding this comment.
there are pending issues found by @vladi-coti that @naiemk-coti needs to go over . approved for now
Member
Author
|
Closing this in favor of #58, with clean rebase |
|
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.



Summary
Introduces private ERC-20 PoD-side and COTI-side contracts with async transfer, approval, mint, burn, permit, callback, and balance sync flows.