-
Notifications
You must be signed in to change notification settings - Fork 91
feat: add recurring payment smart contract #1633
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
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
0ec1761
feat: add ERC20RecurringPaymentProxy contract for executing recurringβ¦
aimensahnoun e946bbd
feat: integrate ERC20RecurringPaymentProxy deployment into test scripβ¦
aimensahnoun 41b25ca
fix(ERC20RecurringPaymentProxy): correct execution index validation aβ¦
aimensahnoun ab83d32
feat(ERC20RecurringPaymentProxy): implement Ownable pattern for enhanβ¦
aimensahnoun c50569e
test(ERC20RecurringPaymentProxy): add comprehensive test suite for ERβ¦
aimensahnoun 5f534ba
refactor(ERC20RecurringPaymentProxy.test): streamline imports and remβ¦
aimensahnoun f738b0a
test(ERC20RecurringPaymentProxy): enhance test suite with execution sβ¦
aimensahnoun 0733e35
test(ERC20RecurringPaymentProxy): update signature generation to use β¦
aimensahnoun 5e38fb9
test(ERC20RecurringPaymentProxy): improve signature generation to supβ¦
aimensahnoun 318a8c5
test(ERC20RecurringPaymentProxy): add snapshot management for consistβ¦
aimensahnoun 97349ab
test:skip sequential test to debug failing CI
aimensahnoun b59f3ea
test(ERC20RecurringPaymentProxy): re-enable sequential payment executβ¦
aimensahnoun 0e306bd
feat: setup necessary scripts for ERC20RecurringPaymentProxy deployment
aimensahnoun 1baf1a6
feat(ERC20RecurringPaymentProxy): add function to retrieve ERC-20 allβ¦
aimensahnoun 15ac8f1
feat(ERC20RecurringPaymentProxy): add function to encode transaction β¦
aimensahnoun ab384c9
feat(ERC20RecurringPaymentProxy): implement functions for decreasing β¦
aimensahnoun 345d4f3
test(ERC20RecurringPaymentProxy): add comprehensive test suite for reβ¦
aimensahnoun e1b7d99
test(ERC20RecurringPaymentProxy): refactor allowance spy implementatiβ¦
aimensahnoun 2f8fd85
test(ERC20RecurringPaymentProxy): enhance tests for encoding approvalβ¦
aimensahnoun 2b80af8
test(ERC20RecurringPaymentProxy): remove redundant allowance tests anβ¦
aimensahnoun 001b91c
test(ERC20RecurringPaymentProxy): update test suite to use dynamic waβ¦
aimensahnoun e21ad15
fix(ERC20RecurringPaymentProxy): update error message to specify netwβ¦
aimensahnoun ad40443
chore(ERC20RecurringPaymentProxy): remove unused overrides parameter β¦
aimensahnoun 67dd8e5
refactor(ERC20RecurringPaymentProxy): simplify _hashSchedule functionβ¦
aimensahnoun 3f56cc4
docs(ERC20RecurringPaymentProxy): update documentation to reflect chaβ¦
aimensahnoun ac33544
refactor(ERC20RecurringPaymentProxy): rename gasFee to executorFee inβ¦
aimensahnoun 4597b8d
feat(ERC20RecurringPaymentProxy): implement USDT-specific approval anβ¦
aimensahnoun 012578a
refactor(ERC20RecurringPaymentProxy): consolidate approval methods inβ¦
aimensahnoun 7a9c2a2
test(ERC20RecurringPaymentProxy): add afterEach hook to restore mocksβ¦
aimensahnoun e8f35fd
Merge branch 'master' into feat/ERC20-recurring-payment-proxy
aimensahnoun 187b0f1
Merge branch 'master' of github.com:RequestNetwork/requestNetwork intβ¦
aimensahnoun 8863dce
Merge branch 'feat/ERC20-recurring-payment-proxy' of github.com:Requeβ¦
aimensahnoun 360de5f
refactor(constructor-args): extract environment variable retrieval inβ¦
aimensahnoun 1e259e4
feat(ERC20RecurringPaymentProxy): add strictOrder parameter to scheduβ¦
aimensahnoun 3f11e0b
feat(payment-types): add strictOrder property to SchedulePermit interβ¦
aimensahnoun a2a8e66
test(erc-20-recurring-payment): add strictOrder property to SchedulePβ¦
aimensahnoun c066310
fix(ERC20RecurringPaymentProxy): correct Solidity version declaration
aimensahnoun 9d45f29
test(ERC20RecurringPaymentProxy): comment out out-of-order execution β¦
aimensahnoun f6ed717
refactor(ERC20RecurringPaymentProxy): rename execution functions and β¦
aimensahnoun 098c985
test(ERC20RecurringPaymentProxy): update test cases to use BigNumber β¦
aimensahnoun 6b390ae
refactor(ERC20RecurringPaymentProxy): reorganize signer variable declβ¦
aimensahnoun 02c0f27
test(ERC20RecurringPaymentProxy): update tests to expect generic reveβ¦
aimensahnoun f676170
refactor(ERC20RecurringPaymentProxy): adjust signing logic to improveβ¦
aimensahnoun 799ea21
refactor(ERC20RecurringPaymentProxy): rename firstExec to firstPaymenβ¦
aimensahnoun ef71174
refactor(ERC20RecurringPaymentProxy): update SchedulePermit to use Biβ¦
aimensahnoun 7efe903
refactor(ERC20RecurringPaymentProxy): rename triggerRecurringPayment β¦
aimensahnoun 905fd0f
refactor(ERC20RecurringPaymentProxy): rename executor-related terms tβ¦
aimensahnoun 55f9e8b
refactor(ERC20RecurringPaymentProxy): rename firstExec to firstPaymenβ¦
aimensahnoun cd19cae
feat(ERC20RecurringPaymentProxy): add new recurring payment proxy funβ¦
aimensahnoun c5b0e1a
fix(ERC20RecurringPaymentProxy): change return type of triggerRecurriβ¦
aimensahnoun 96984d8
chore: update dependencies and configuration for hardhat-verify integβ¦
aimensahnoun 37f106e
chore: pin hardhat-verify dependency version to 2.0.14 for consistency
aimensahnoun 3fa1f5c
chore: update typescript version to 4.8.4 and adjust dependencies in β¦
aimensahnoun 69a41b0
feat(ERC20RecurringPaymentProxy): implement EIP-712 signature generatβ¦
aimensahnoun fc87fd2
feat(ERC20RecurringPaymentProxy): add base contract address and creatβ¦
aimensahnoun 9c3dfa6
test(ERC20RecurringPayment): skip recurring payment test for further β¦
aimensahnoun a641515
test(ERC20RecurringPayment): implement and enhance recurring payment β¦
aimensahnoun 0a8eb3a
fix(ERC20RecurringPaymentProxy): update documentation for triggerRecuβ¦
aimensahnoun 0bea365
test(ERC20RecurringPaymentProxy): re-enable out of order execution teβ¦
aimensahnoun File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test(ERC20RecurringPaymentProxy): enhance tests for encoding approvalβ¦
β¦ and execution data with validation checks
- Loading branch information
commit 2f8fd85fc22c12abdaf5825db481e833349d53ef
There are no files selected for viewing
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
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.
Uh oh!
There was an error while loading. Please reload this page.