feat(sdk): implement message wait time estimation#2127
feat(sdk): implement message wait time estimation#2127smartcontracts merged 1 commit intodevelopfrom
Conversation
|
bd43b5d to
a11f8da
Compare
Codecov Report
@@ Coverage Diff @@
## develop #2127 +/- ##
===========================================
- Coverage 82.83% 72.96% -9.88%
===========================================
Files 48 85 +37
Lines 1445 2918 +1473
Branches 216 496 +280
===========================================
+ Hits 1197 2129 +932
- Misses 248 789 +541
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
a11f8da to
cb81c4c
Compare
…vationStorageReader::derived_to_source` (#2127) Add note to docs for `DerivationStorageReader::derived_to_source` about L1 source block of local unsafe block, possibly not yet being written to db.
Description
Implements the SDK's
estimateMessageWaitTimefunction + tests.Metadata