-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use marker trait pattern to simplify component delegation (#76)
* Use auto trait delegation using marker traits for LegacyCosmosSdkBootstrapComponents * Use marker traits for auto component delegation * Use new marker trait syntax in delegate_components! macro * Use auto component delegation for relay components * Use auto component delegation for relay components * Use auto component delegation for builder context * Slightly reorganize build modules * Use auto component delegation for birelay components * Use auto component delegation for tx components * Use auto component delegation for chain components * Use struct-like syntax and put components mapping inside curly brace * Use delegate_all! macro to auto delegate components * Use new syntax for all calls to delegate_components! * Fix Cargo.toml patch * Use back cgp main branch * Update cgp version
- Loading branch information
1 parent
bb03882
commit 291b0ab
Showing
61 changed files
with
1,031 additions
and
1,445 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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
75 changes: 0 additions & 75 deletions
75
crates/cosmos-test-components/src/bootstrap/components/closures/cosmos_sdk.rs
This file was deleted.
Oops, something went wrong.
75 changes: 0 additions & 75 deletions
75
crates/cosmos-test-components/src/bootstrap/components/closures/cosmos_sdk_legacy.rs
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
crates/cosmos-test-components/src/bootstrap/components/closures/mod.rs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.