-
Notifications
You must be signed in to change notification settings - Fork 100
imp(types): refactor Default implementations with concrete names #1099
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
Merged
rnbguy
merged 40 commits into
informalsystems:main
from
notional-labs:tuan/refactor-default
Mar 12, 2024
Merged
Changes from 35 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
4f68431
use concrete channel order enum
catconcat 59df516
Merge branch 'main' into tuan/refactor-default
catconcat f194383
refactor(ics04): remove Version::default()
catconcat de47605
refactor(ics04): remove TimeoutHeight::default()
catconcat e384dca
refactor: remove channelId::default()
catconcat 526acde
fix: Version::default() to Version::empty()
catconcat f4f0dae
remove derive default from Timestamp
catconcat 000959e
refactor default builder
catconcat 2cb0808
remove Sequence::default()
catconcat 6a31d85
remove Memo::default()
catconcat bab6785
refactor: add ChannelId::zero()
catconcat 332e9e6
Merge branch 'main' into tuan/refactor-default
catconcat e800ea8
add From<&str> implmentation
catconcat c957bd9
refactor(ibccore): remove ClientId::default()
catconcat 36fba96
refactor(ibccore): remove version::Default()
catconcat 48656b7
refactor(ibccore): remove ConnectionEnd::default()
catconcat f1c1f13
refactor(ibc-apps): remove TracePath::default()
catconcat 436703f
refactor(ibc-core): remove ProofSpecs::default()
catconcat 6d41e93
fix(ibc-app): remove upgrade path default
catconcat 04ae141
remove trust threshold default
catconcat d0562e0
refactor(ibc-testkit): remove Default from client_state initialization
catconcat 8aea66d
refactor(ibc-testkit): remove Default() of ClientId, ConnectionId,...
catconcat 37ce288
chore: add unclog
catconcat 3572e3b
Merge branch 'main' into tuan/refactor-default
catconcat cd2addd
refactor: add Connection::zero()
catconcat ec84de5
use into() instead of ::from()
catconcat 7750afd
refactor: add Version::compatibles()
catconcat f279965
Merge branch 'tuan/refactor-default' of github.com:notional-labs/ibc-…
catconcat a860979
refactor(ics24-host): make 07-tendermint-0 a constant in tests
catconcat a206527
chore: remove commented out impl Default
catconcat 596eccb
add dummy ClientId
catconcat 6aba54f
refactor(ics24-host): remove From<&str> to avoid panic on host
catconcat 9f4bd71
remove get_compatible_versions
catconcat 91dedf1
fix syntax error when import Version
catconcat c7e86e8
chore: run cargo fmt
catconcat 4fd5dca
revert markdown format
catconcat cd22fb2
Merge branch 'main' into tuan/refactor-default
catconcat fabc36c
Merge branch 'tuan/refactor-default' of github.com:notional-labs/ibc-…
catconcat fdf2a7c
various refactor
catconcat 46910f3
chore: update unclog
catconcat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/1074-refactor-default-implemetation.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- [types] Refactor Default implementations with concrete names | ||
([\#1074](https://github.com/cosmos/ibc-rs/issues/1074)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.