Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

imp: re-export Timestamp & Duration from ibc_proto::google::protobuf #1054

Merged
merged 3 commits into from
Jan 24, 2024

Conversation

Farhad-Shabani
Copy link
Member

@Farhad-Shabani Farhad-Shabani commented Jan 23, 2024

Description

This requirement emerged while implementing the sov-celestia light client, eliminating the need to import the same types from tendermint_proto::google::protobuf.


PR author checklist:

  • Added changelog entry, using unclog.
  • Added tests.
  • Linked to GitHub issue.
  • Updated code comments and documentation (e.g., docs/).
  • Tagged one reviewer who will be the one responsible for shepherding this PR.

Copy link

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ee92645) 71.30% compared to head (6190dda) 71.30%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1054   +/-   ##
=======================================
  Coverage   71.30%   71.30%           
=======================================
  Files         187      187           
  Lines       18507    18507           
=======================================
  Hits        13196    13196           
  Misses       5311     5311           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Farhad-Shabani Farhad-Shabani requested a review from rnbguy January 23, 2024 21:04
@Farhad-Shabani Farhad-Shabani marked this pull request as ready for review January 23, 2024 21:05
Copy link
Member

@rnbguy rnbguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Asked a question to confirm if we need to re-export everything.

Copy link

codecov bot commented Jan 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1710735) 67.05% compared to head (5c0febd) 67.04%.

❗ Current head 5c0febd differs from pull request most recent head 4981cd8. Consider uploading reports for the commit 4981cd8 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1054      +/-   ##
==========================================
- Coverage   67.05%   67.04%   -0.02%     
==========================================
  Files         204      205       +1     
  Lines       20552    20567      +15     
==========================================
+ Hits        13782    13789       +7     
- Misses       6770     6778       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@rnbguy rnbguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great ! Thanks 🙏

@Farhad-Shabani Farhad-Shabani changed the title imp: re-export additional google proto types under the ibc_proto::google::protobuf imp: re-export Timestamp & Duration from ibc_proto::google::protobuf Jan 24, 2024
Signed-off-by: Farhad Shabani <Farhad.Shabani@gmail.com>
@Farhad-Shabani Farhad-Shabani merged commit 3577c90 into main Jan 24, 2024
@Farhad-Shabani Farhad-Shabani deleted the farhad/re-export-timestamp-and-duration branch January 24, 2024 15:26
Farhad-Shabani added a commit that referenced this pull request Sep 9, 2024
…obuf` (#1054)

* imp: re-export all the proto type under ibc_proto::google::protobuf

* fix: re-export a few necessary types

---------

Signed-off-by: Farhad Shabani <Farhad.Shabani@gmail.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants