Skip to content

Commit 3254798

Browse files
author
jjfluid
committed
updated todo list
1 parent a7d9110 commit 3254798

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: TODO.md

+12
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,16 @@
2020
-[x] deploy to external network
2121
-[ ] use env for args
2222
-[ ] add tests for hre
23+
- [x] BaseRelayRecipient.test.ts
24+
- [x] Forwarder.test.ts
25+
- [ ] AbandonedRelayFlow.test.ts
26+
- [ ] PaymasterCommitment.test.ts
27+
- [ ] RelayHub.test.ts
28+
- [ ] RelayHubConfiguration.test.ts
29+
- [ ] RelayHubGasCalculations.test.ts
30+
- [ ] RelayHubPenalizations.test.ts
31+
- [ ] RelayHubValidator.test.ts
32+
- [ ] SampleRecipient.test.ts
33+
- [ ] StakeManager.test.ts
34+
- [ ] Penalizer
2335
-[ ] add tests for deployed contracts

Diff for: test/Forwarder.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ describe('Forwarder', async () => {
640640
success,
641641
error,
642642
] = getLastEvent(events).args;
643-
643+
644644
expect(error).eql('')
645645
expect(success).eql(true)
646646
expect((await ethers.provider.getBalance(senderAddress)).toString()).eql(extraFunds.toString())

0 commit comments

Comments
 (0)