feature:Add invoice payment batching by ledger sequence range#245
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
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 #223
closes #222
closes #221
closes #220
Contributing to split-contracts
Thank you for your interest in contributing to StellarSplit! This repo is part of the Drips Wave Program — a monthly open-source bounty program run by the Stellar Development Foundation.
Before You Start
Do not begin coding until you have been assigned to an issue by a maintainer.
good first issueor matching your skill level.Workflow
1. Fork & Clone
2. Create a Branch
Branch names must follow this pattern:
Examples:
fix/issue-3-refund-edge-casefeat/issue-7-add-partial-release3. Make Your Changes
contracts/split/src/test.rs.cargo test --workspaceand ensure all tests pass.cargo clippyand fix any warnings.cargo fmtto format your code.4. Commit
Use conventional commits:
5. Open a Pull Request
Closes #42Code Standards
///).unwrap()in production code paths — useexpect("descriptive message")or proper error handling.Questions?
Open a Discussion or ask in the issue thread.