File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,17 @@ Below are references for this project:
115
115
So, about 3,7 GB for 1 year.
116
116
117
117
- ** Recovery Path(s):**
118
+ The decision has been made to not store operator fee parameters in the
119
+ receipts if their values hasn't been set. So updated database growth rate is the following:
120
+
121
+ ```
122
+ (12 bytes / 2 seconds) x 365 days × 24 hours × 60 minutes × 60 seconds = 189,216,000 bytes in 1 year.
123
+ ```
124
+
125
+ So, about 180 GB for 1 year. Therefore, we don't think the following recovery paths are necessary anymore:
126
+
118
127
- Use archive nodes to maintain historical data.
119
- - Consider implementing receipt compression retroactively if needed .
128
+ - Consider implementing receipt compression retroactively.
120
129
121
130
### FM5: EVM incorrectly charges operator fee
122
131
@@ -192,7 +201,7 @@ Below is what needs to be done before launch to reduce the chances of the above
192
201
** Initial review**
193
202
194
203
- [ ] (NON-BLOCKING): Coordinate with wallet providers to update their fee estimation logic (assignee: TBD).
195
- - [ ] (NON-BLOCKING): Implement automated monitoring on database growth rate (assignee: TBD).
204
+ - [x ] (NON-BLOCKING): Implement automated monitoring on database growth rate (assignee: TBD).
196
205
197
206
** Testing**
198
207
You can’t perform that action at this time.
0 commit comments