-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Telepathy ism #3149
feat: Telepathy ism #3149
Conversation
|
excited for this! |
hey @ltyu saw you requested my review. is this ready for yorke to take a look? |
solidity/contracts/isms/ccip-read/telepathy/TelepathyCcipReadIsm.sol
Dismissed
Show dismissed
Hide dismissed
### Description Gateway Server and Proof Services to create proofs to be consumed by LightClient ISM. See README for more details ### Drive-by changes <!-- Are there any minor or drive-by changes also included? --> ### Related issues Used in #3149 ### Backward compatibility Yes ### Testing Manual/Unit Tests
…from lib. Update tests and contracts
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3149 +/- ##
==========================================
- Coverage 67.65% 65.77% -1.88%
==========================================
Files 99 102 +3
Lines 1014 1046 +32
Branches 106 110 +4
==========================================
+ Hits 686 688 +2
- Misses 284 314 +30
Partials 44 44
|
…umber instead of bigint, Fix unit test to use mocks
Mailbox _sourceMailbox, | ||
Mailbox _destinationMailbox, | ||
TelepathyCcipReadHook _telepathyCcipReadHook, | ||
address _lightClient, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@param
for this param is missing.
closed for #4334 |
Description
dispatched
mapping to allow storage proofsDrive-by changes
No
Related issues
Backward compatibility
Yes
Testing
Manual/Unit Tests