Open Issues Need Help
View All on GitHubAI Summary: This issue proposes a new GitHub Actions workflow to automatically sync the 'v1' branch with the latest 'v1.*' release tag. This replaces the previous npmjs publish workflow and ensures the 'v1' branch accurately reflects the most recent v1 release.
AI Summary: This issue introduces a new on-chain payment system, including a Payments implementation contract, a factory contract, and signature validation utilities. It details the `makePayment` flow, which involves validating signatures, checking for expiration, and transferring tokens (ERC20, ERC721, or custom ERC-E) to recipients.
AI Summary: This GitHub issue is an automated notification from Vercel regarding the deployment status of the 'contracts-library' project. It indicates that a new preview deployment has been created, likely due to a dependency update managed by Dependabot.
AI Summary: This issue introduces a new, refactored npm publishing workflow that derives release versions from artifacts, publishes per-tool per-platform binaries in parallel, and then publishes meta packages. A sequence diagram illustrates the process, starting from a successful release triggering the GitHub Actions workflow, which then initiates parallel publishing jobs for binary packages before meta packages are published.
AI Summary: This issue introduces a new CLI tool, `pendingPackCommits.ts`, designed to identify and report pending or refundable pack commits. It achieves this by making robust RPC calls to fetch relevant blockchain events and contract data, with a sequence diagram illustrating the workflow and a class diagram detailing the event and commit types.