Skip to content

Commit

Permalink
chore: release rs-tenderdash-abci v1.0.0-dev.1 (#80)
Browse files Browse the repository at this point in the history
* chore: release rs-tenderdash-abci v1.0.0-dev.1

* build: set tenderdash to v1.0.0-dev.2

* test(abci): ignore ipv6 grpc test
  • Loading branch information
lklimek authored Jun 26, 2024
1 parent 3048c2e commit cfb6ae4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion abci/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "0.14.0-dev.12"
version = "1.0.0-dev.1"
name = "tenderdash-abci"
edition = "2021"
license = "Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions abci/tests/grpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ async fn test_ipv4_server() {

#[cfg(feature = "docker-tests")]
#[tokio::test]
#[ignore = "IPv6 does not work for gRPC, most likely bug on Tenderdash side"]
/// Test server listening on ipv6 address.
///
/// See [tcp_server_test()].
Expand Down
2 changes: 1 addition & 1 deletion proto-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "0.14.0-dev.12"
version = "1.0.0-dev.1"
name = "tenderdash-proto-compiler"
authors = ["Informal Systems <[email protected]>", "Dash Core Group"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "0.14.0-dev.12"
version = "1.0.0-dev.1"
name = "tenderdash-proto"
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion proto/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use tenderdash_proto_compiler::GenerationMode;

fn main() {
// default Tenderdash version to use if TENDERDASH_COMMITISH is not set
const DEFAULT_VERSION: &str = "v0.14.0-dev.5";
const DEFAULT_VERSION: &str = "v1.0.0-dev.2";

// check if TENDERDASH_COMMITISH is already set; if not, set it to the current
// version
Expand Down

0 comments on commit cfb6ae4

Please sign in to comment.