-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Repo split (informalsystems/hermes#2639)
Add Cargo.lock to .gitignore Update all GitHub workflows Update Cargo.tomls to point to upstream ibc-proto Add root level README.md Add CONTRIBUTING.md Rename branch master -> main in CONTRIBUTING.md Add ADR dir Fix links to point to cosmos/ibc-rs Add license file Fix workflow triggers to use main branch Fix links Fix workflow trigger paths Remove references to hermes in docs Update README.md Removed Requirements section. I don't think it adds much value, and it would always fall behind (e.g. it was saying the latest Rust version is 1.60). Update README.md Remove the term "IBC module" Update README.md Update README.md Update README.md Fix dependabot.yml ibc crate directory Bump tendermint-rs dependencies to v0.25.0
- Loading branch information
Showing
20 changed files
with
679 additions
and
140 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,5 @@ mc.log | |
|
||
# Ignore OSX .DS_Store file | ||
.DS_Store | ||
|
||
Cargo.lock |
Oops, something went wrong.