Skip to content
Merged
Show file tree
Hide file tree
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 Jun 16, 2025
e946bbd
feat: integrate ERC20RecurringPaymentProxy deployment into test scrip…
aimensahnoun Jun 16, 2025
41b25ca
fix(ERC20RecurringPaymentProxy): correct execution index validation a…
aimensahnoun Jun 18, 2025
ab83d32
feat(ERC20RecurringPaymentProxy): implement Ownable pattern for enhan…
aimensahnoun Jun 18, 2025
c50569e
test(ERC20RecurringPaymentProxy): add comprehensive test suite for ER…
aimensahnoun Jun 18, 2025
5f534ba
refactor(ERC20RecurringPaymentProxy.test): streamline imports and rem…
aimensahnoun Jun 18, 2025
f738b0a
test(ERC20RecurringPaymentProxy): enhance test suite with execution s…
aimensahnoun Jun 18, 2025
0733e35
test(ERC20RecurringPaymentProxy): update signature generation to use …
aimensahnoun Jun 19, 2025
5e38fb9
test(ERC20RecurringPaymentProxy): improve signature generation to sup…
aimensahnoun Jun 19, 2025
318a8c5
test(ERC20RecurringPaymentProxy): add snapshot management for consist…
aimensahnoun Jun 19, 2025
97349ab
test:skip sequential test to debug failing CI
aimensahnoun Jun 20, 2025
b59f3ea
test(ERC20RecurringPaymentProxy): re-enable sequential payment execut…
aimensahnoun Jun 20, 2025
0e306bd
feat: setup necessary scripts for ERC20RecurringPaymentProxy deployment
aimensahnoun Jun 20, 2025
1baf1a6
feat(ERC20RecurringPaymentProxy): add function to retrieve ERC-20 all…
aimensahnoun Jun 20, 2025
15ac8f1
feat(ERC20RecurringPaymentProxy): add function to encode transaction …
aimensahnoun Jun 20, 2025
ab384c9
feat(ERC20RecurringPaymentProxy): implement functions for decreasing …
aimensahnoun Jun 20, 2025
345d4f3
test(ERC20RecurringPaymentProxy): add comprehensive test suite for re…
aimensahnoun Jun 20, 2025
e1b7d99
test(ERC20RecurringPaymentProxy): refactor allowance spy implementati…
aimensahnoun Jun 20, 2025
2f8fd85
test(ERC20RecurringPaymentProxy): enhance tests for encoding approval…
aimensahnoun Jun 20, 2025
2b80af8
test(ERC20RecurringPaymentProxy): remove redundant allowance tests an…
aimensahnoun Jun 20, 2025
001b91c
test(ERC20RecurringPaymentProxy): update test suite to use dynamic wa…
aimensahnoun Jun 23, 2025
e21ad15
fix(ERC20RecurringPaymentProxy): update error message to specify netw…
aimensahnoun Jun 23, 2025
ad40443
chore(ERC20RecurringPaymentProxy): remove unused overrides parameter …
aimensahnoun Jun 23, 2025
67dd8e5
refactor(ERC20RecurringPaymentProxy): simplify _hashSchedule function…
aimensahnoun Jun 23, 2025
3f56cc4
docs(ERC20RecurringPaymentProxy): update documentation to reflect cha…
aimensahnoun Jun 23, 2025
ac33544
refactor(ERC20RecurringPaymentProxy): rename gasFee to executorFee in…
aimensahnoun Jun 24, 2025
4597b8d
feat(ERC20RecurringPaymentProxy): implement USDT-specific approval an…
aimensahnoun Jun 24, 2025
012578a
refactor(ERC20RecurringPaymentProxy): consolidate approval methods in…
aimensahnoun Jun 25, 2025
7a9c2a2
test(ERC20RecurringPaymentProxy): add afterEach hook to restore mocks…
aimensahnoun Jun 25, 2025
e8f35fd
Merge branch 'master' into feat/ERC20-recurring-payment-proxy
aimensahnoun Jun 29, 2025
187b0f1
Merge branch 'master' of github.com:RequestNetwork/requestNetwork int…
aimensahnoun Jul 1, 2025
8863dce
Merge branch 'feat/ERC20-recurring-payment-proxy' of github.com:Reque…
aimensahnoun Jul 1, 2025
360de5f
refactor(constructor-args): extract environment variable retrieval in…
aimensahnoun Jul 2, 2025
1e259e4
feat(ERC20RecurringPaymentProxy): add strictOrder parameter to schedu…
aimensahnoun Jul 2, 2025
3f11e0b
feat(payment-types): add strictOrder property to SchedulePermit inter…
aimensahnoun Jul 2, 2025
a2a8e66
test(erc-20-recurring-payment): add strictOrder property to ScheduleP…
aimensahnoun Jul 2, 2025
c066310
fix(ERC20RecurringPaymentProxy): correct Solidity version declaration
aimensahnoun Jul 2, 2025
9d45f29
test(ERC20RecurringPaymentProxy): comment out out-of-order execution …
aimensahnoun Jul 2, 2025
f6ed717
refactor(ERC20RecurringPaymentProxy): rename execution functions and …
aimensahnoun Jul 3, 2025
098c985
test(ERC20RecurringPaymentProxy): update test cases to use BigNumber …
aimensahnoun Jul 3, 2025
6b390ae
refactor(ERC20RecurringPaymentProxy): reorganize signer variable decl…
aimensahnoun Jul 3, 2025
02c0f27
test(ERC20RecurringPaymentProxy): update tests to expect generic reve…
aimensahnoun Jul 3, 2025
f676170
refactor(ERC20RecurringPaymentProxy): adjust signing logic to improve…
aimensahnoun Jul 3, 2025
799ea21
refactor(ERC20RecurringPaymentProxy): rename firstExec to firstPaymen…
aimensahnoun Jul 3, 2025
ef71174
refactor(ERC20RecurringPaymentProxy): update SchedulePermit to use Bi…
aimensahnoun Jul 3, 2025
7efe903
refactor(ERC20RecurringPaymentProxy): rename triggerRecurringPayment …
aimensahnoun Jul 3, 2025
905fd0f
refactor(ERC20RecurringPaymentProxy): rename executor-related terms t…
aimensahnoun Jul 3, 2025
55f9e8b
refactor(ERC20RecurringPaymentProxy): rename firstExec to firstPaymen…
aimensahnoun Jul 3, 2025
cd19cae
feat(ERC20RecurringPaymentProxy): add new recurring payment proxy fun…
aimensahnoun Jul 3, 2025
c5b0e1a
fix(ERC20RecurringPaymentProxy): change return type of triggerRecurri…
aimensahnoun Jul 4, 2025
96984d8
chore: update dependencies and configuration for hardhat-verify integ…
aimensahnoun Jul 4, 2025
37f106e
chore: pin hardhat-verify dependency version to 2.0.14 for consistency
aimensahnoun Jul 4, 2025
3fa1f5c
chore: update typescript version to 4.8.4 and adjust dependencies in …
aimensahnoun Jul 4, 2025
69a41b0
feat(ERC20RecurringPaymentProxy): implement EIP-712 signature generat…
aimensahnoun Jul 4, 2025
fc87fd2
feat(ERC20RecurringPaymentProxy): add base contract address and creat…
aimensahnoun Jul 4, 2025
9c3dfa6
test(ERC20RecurringPayment): skip recurring payment test for further …
aimensahnoun Jul 5, 2025
a641515
test(ERC20RecurringPayment): implement and enhance recurring payment …
aimensahnoun Jul 5, 2025
0a8eb3a
fix(ERC20RecurringPaymentProxy): update documentation for triggerRecu…
aimensahnoun Jul 5, 2025
0bea365
test(ERC20RecurringPaymentProxy): re-enable out of order execution te…
aimensahnoun Jul 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(ERC20RecurringPaymentProxy): add new recurring payment proxy fun…
…ctionality and update ABI for consistency
  • Loading branch information
aimensahnoun committed Jul 3, 2025
commit cd19cae1e38538cc6aef10310d5346e65cf9c88c
1 change: 1 addition & 0 deletions packages/payment-processor/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export * as Escrow from './payment/erc20-escrow-payment';
export * from './payment/prepared-transaction';
export * from './payment/utils-near';
export * from './payment/single-request-forwarder';
export * from './payment/erc20-recurring-payment-proxy';

import * as utils from './payment/utils';

Expand Down
Loading