-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make Vec method reference absolute to fix #1014 Signed-off-by: Thane Thomson <connect@thanethomson.com> * Regenerate protos with proto-compiler Signed-off-by: Thane Thomson <connect@thanethomson.com> * Add experimental CI job to test that generated protos compile Signed-off-by: Thane Thomson <connect@thanethomson.com> * Try alternative approach to `uses` with `working-directory` Signed-off-by: Thane Thomson <connect@thanethomson.com> * Add changelog entry Signed-off-by: Thane Thomson <connect@thanethomson.com>
- Loading branch information
1 parent
858b577
commit 60e1a0a
Showing
5 changed files
with
22 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- `[tools/proto-compiler]` Fixed our proto-compiler, which was producing | ||
protos that did not compile due to an incorrect Prost field annotation | ||
([#1014](https://github.com/informalsystems/tendermint-rs/issues/1014)) |
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 |
---|---|---|
|
@@ -53,7 +53,6 @@ pub mod p2p { | |
} | ||
|
||
pub mod abci { | ||
use crate::prelude::*; | ||
include!("prost/tendermint.abci.rs"); | ||
} | ||
|
||
|
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