Skip to content

Commit 8ebc3fc

Browse files
committed
feat: add request analysis for fdc
1 parent f71d000 commit 8ebc3fc

File tree

8 files changed

+998
-193
lines changed

8 files changed

+998
-193
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ currently we support push notification over:
1212
- telegram bot sendMessage method
1313
- generic url post
1414

15-
All of these can be configured via env variables. All of these have `NOTIFICATION` and
15+
All of these can be configured via env variables. All of these have a `NOTIFICATION` prefix and
1616
aren't a required value for the observer to start. All example values below
1717

1818
```bash
@@ -49,7 +49,7 @@ todos:
4949
- [x] check submit signatures signature against finalization
5050
- fdc:
5151
- [ ] sample minimal conditions
52-
- [ ] correct bitvote length (submit2 fdc)
52+
- [x] correct bitvote length (submit2 fdc)
5353
- [x] check submit signatures signature against finalization
5454
- fast updates:
5555
- [ ] recover signature from fast updates and check if updates are being made

0 commit comments

Comments
 (0)