Skip to content

Commit

Permalink
Update versions to 0.4.0 with cargo-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Jun 29, 2023
1 parent 24e09fa commit 59a4742
Show file tree
Hide file tree
Showing 18 changed files with 59 additions and 59 deletions.
4 changes: 2 additions & 2 deletions chains/astar/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "rosetta-config-astar"
version = "0.2.5"
version = "0.4.0"
edition = "2021"
description = "Polkadot configuration."
repository = "https://github.com/analog-labs/chain-connectors"
license = "MIT"

[dependencies]
anyhow = "1.0.69"
rosetta-core = { version = "0.2.5", path = "../../../rosetta-core" }
rosetta-core = { version = "0.4.0", path = "../../../rosetta-core" }
16 changes: 8 additions & 8 deletions chains/astar/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosetta-server-astar"
version = "0.2.5"
version = "0.4.0"
edition = "2021"
description = "Astar rosetta server."
repository = "https://github.com/analog-labs/chain-connectors"
Expand All @@ -12,10 +12,10 @@ async-std = { version = "1.12.0", features = ["tokio1"] }
async-trait = "0.1.66"
ethers = "2.0.7"
parity-scale-codec = "3.4.0"
rosetta-config-astar = { version = "0.2.5", path = "../config" }
rosetta-config-ethereum = { version = "0.2.5", path = "../../ethereum/config" }
rosetta-server = { version = "0.2.5", path = "../../../rosetta-server" }
rosetta-server-ethereum = { version = "0.2.5", path = "../../ethereum/server" }
rosetta-config-astar = { version = "0.4.0", path = "../config" }
rosetta-config-ethereum = { version = "0.4.0", path = "../../ethereum/config" }
rosetta-server = { version = "0.4.0", path = "../../../rosetta-server" }
rosetta-server-ethereum = { version = "0.4.0", path = "../../ethereum/server" }
serde_json = "1.0.94"
sp-core = { version = "16.0.0", default-features = false, features = ["blake2", "std"] }
sp-keyring = "18.0.0"
Expand All @@ -25,9 +25,9 @@ tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros"] }
[dev-dependencies]
ethers-solc = "2.0.1"
hex = "0.4.3"
rosetta-client = { version = "0.2.5", path = "../../../rosetta-client" }
rosetta-docker = { version = "0.2.5", path = "../../../rosetta-docker" }
rosetta-server = { version = "0.2.5", path = "../../../rosetta-server", features = [
rosetta-client = { version = "0.4.0", path = "../../../rosetta-client" }
rosetta-docker = { version = "0.4.0", path = "../../../rosetta-docker" }
rosetta-server = { version = "0.4.0", path = "../../../rosetta-server", features = [
"tests",
] }
sha3 = "0.10.6"
4 changes: 2 additions & 2 deletions chains/bitcoin/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "rosetta-config-bitcoin"
version = "0.2.5"
version = "0.4.0"
edition = "2021"
description = "Bitcoin configuration."
repository = "https://github.com/analog-labs/chain-connectors"
license = "MIT"

[dependencies]
anyhow = "1.0.69"
rosetta-core = { version = "0.2.5", path = "../../../rosetta-core" }
rosetta-core = { version = "0.4.0", path = "../../../rosetta-core" }
8 changes: 4 additions & 4 deletions chains/bitcoin/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosetta-server-bitcoin"
version = "0.2.5"
version = "0.4.0"
edition = "2021"
description = "Bitcoin rosetta server."
repository = "https://github.com/analog-labs/chain-connectors"
Expand All @@ -12,10 +12,10 @@ async-std = { version = "1.12.0", features = ["tokio1"] }
async-trait = "0.1.66"
bitcoincore-rpc-async = "3.0.1"
hex = "0.4.3"
rosetta-config-bitcoin = { version = "0.2.5", path = "../config" }
rosetta-server = { version = "0.2.5", path = "../../../rosetta-server" }
rosetta-config-bitcoin = { version = "0.4.0", path = "../config" }
rosetta-server = { version = "0.4.0", path = "../../../rosetta-server" }
serde_json = "1.0.94"
tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros"] }

[dev-dependencies]
rosetta-server = { version = "0.2.5", path = "../../../rosetta-server", features = ["tests"] }
rosetta-server = { version = "0.4.0", path = "../../../rosetta-server", features = ["tests"] }
4 changes: 2 additions & 2 deletions chains/ethereum/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "rosetta-config-ethereum"
version = "0.2.5"
version = "0.4.0"
edition = "2021"
description = "Ethereum configuration."
repository = "https://github.com/analog-labs/chain-connectors"
license = "MIT"

[dependencies]
anyhow = "1.0.69"
rosetta-core = { version = "0.2.5", path = "../../../rosetta-core" }
rosetta-core = { version = "0.4.0", path = "../../../rosetta-core" }
serde = { version = "1.0.153", features = ["derive"] }
12 changes: 6 additions & 6 deletions chains/ethereum/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosetta-server-ethereum"
version = "0.2.5"
version = "0.4.0"
edition = "2021"
description = "Ethereum rosetta server."
repository = "https://github.com/analog-labs/chain-connectors"
Expand All @@ -13,17 +13,17 @@ async-trait = "0.1.66"
ethabi = "18.0.0"
ethers = "2.0.2"
hex = "0.4.3"
rosetta-config-ethereum = { version = "0.2.5", path = "../config" }
rosetta-server = { version = "0.2.5", path = "../../../rosetta-server" }
rosetta-config-ethereum = { version = "0.4.0", path = "../config" }
rosetta-server = { version = "0.4.0", path = "../../../rosetta-server" }
serde = "1.0.153"
serde_json = "1.0.94"
tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros"] }

[dev-dependencies]
ethers-solc = "2.0.1"
rosetta-client = { version = "0.2.5", path = "../../../rosetta-client" }
rosetta-docker = { version = "0.2.5", path = "../../../rosetta-docker" }
rosetta-server = { version = "0.2.5", path = "../../../rosetta-server", features = [
rosetta-client = { version = "0.4.0", path = "../../../rosetta-client" }
rosetta-docker = { version = "0.4.0", path = "../../../rosetta-docker" }
rosetta-server = { version = "0.4.0", path = "../../../rosetta-server", features = [
"tests",
] }
sha3 = "0.10.6"
6 changes: 3 additions & 3 deletions chains/ethereum/tx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosetta-tx-ethereum"
version = "0.2.5"
version = "0.4.0"
edition = "2021"
description = "Ethereum transaction builder."
repository = "https://github.com/analog-labs/chain-connectors"
Expand All @@ -10,7 +10,7 @@ license = "MIT"
anyhow = "1.0.69"
ethabi = "18.0.0"
ethers-core = "2.0.0"
rosetta-config-ethereum = { version = "0.2.5", path = "../config" }
rosetta-core = { version = "0.2.5", path = "../../../rosetta-core" }
rosetta-config-ethereum = { version = "0.4.0", path = "../config" }
rosetta-core = { version = "0.4.0", path = "../../../rosetta-core" }
serde_json = "1.0.94"
sha3 = "0.10.6"
4 changes: 2 additions & 2 deletions chains/polkadot/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "rosetta-config-polkadot"
version = "0.2.5"
version = "0.4.0"
edition = "2021"
description = "Polkadot configuration."
repository = "https://github.com/analog-labs/chain-connectors"
license = "MIT"

[dependencies]
anyhow = "1.0.69"
rosetta-core = { version = "0.2.5", path = "../../../rosetta-core" }
rosetta-core = { version = "0.4.0", path = "../../../rosetta-core" }
serde = { version = "1.0.153", features = ["derive"] }
8 changes: 4 additions & 4 deletions chains/polkadot/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosetta-server-polkadot"
version = "0.2.5"
version = "0.4.0"
edition = "2021"
description = "Polkadot rosetta server."
repository = "https://github.com/analog-labs/chain-connectors"
Expand All @@ -12,8 +12,8 @@ async-std = { version = "1.12.0", features = ["tokio1"] }
async-trait = "0.1.66"
hex = "0.4.3"
parity-scale-codec = "3.4.0"
rosetta-config-polkadot = { version = "0.2.5", path = "../config" }
rosetta-server = { version = "0.2.5", path = "../../../rosetta-server" }
rosetta-config-polkadot = { version = "0.4.0", path = "../config" }
rosetta-server = { version = "0.4.0", path = "../../../rosetta-server" }
scale-info = "2.3.1"
serde = { version = "1.0.153", features = ["derive"] }
serde_json = "1.0.94"
Expand All @@ -22,4 +22,4 @@ subxt = "0.27.1"
tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros"] }

[dev-dependencies]
rosetta-server = { version = "0.2.5", path = "../../../rosetta-server", features = ["tests"] }
rosetta-server = { version = "0.4.0", path = "../../../rosetta-server", features = ["tests"] }
6 changes: 3 additions & 3 deletions chains/polkadot/tx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosetta-tx-polkadot"
version = "0.2.5"
version = "0.4.0"
edition = "2021"
description = "Polkadot transaction builder."
repository = "https://github.com/analog-labs/chain-connectors"
Expand All @@ -11,6 +11,6 @@ anyhow = "1.0.69"
blake2-rfc = "0.2.18"
bs58 = "0.4.0"
parity-scale-codec = { version = "3.4.0", features = ["derive"] }
rosetta-config-polkadot = { version = "0.2.5", path = "../config" }
rosetta-core = { version = "0.2.5", path = "../../../rosetta-core" }
rosetta-config-polkadot = { version = "0.4.0", path = "../config" }
rosetta-core = { version = "0.4.0", path = "../../../rosetta-core" }
serde_json = "1.0.94"
4 changes: 2 additions & 2 deletions rosetta-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosetta-cli"
version = "0.2.5"
version = "0.4.0"
edition = "2021"
description = "Rosetta CLI tool for interacting with connectors."
repository = "https://github.com/analog-labs/chain-connectors"
Expand All @@ -11,5 +11,5 @@ anyhow = "1.0.69"
async-std = { version = "1.12.0", features = ["attributes"] }
clap = { version = "4.1.8", features = ["derive"] }
env_logger = "0.10.0"
rosetta-client = { version = "0.2.5", path = "../rosetta-client" }
rosetta-client = { version = "0.4.0", path = "../rosetta-client" }
surf = { version = "2.3.2", features = ["h1-client-rustls"], default-features = false }
16 changes: 8 additions & 8 deletions rosetta-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosetta-client"
version = "0.2.5"
version = "0.4.0"
edition = "2021"
description = "Client library for interacting with connectors."
repository = "https://github.com/analog-labs/chain-connectors"
Expand All @@ -14,13 +14,13 @@ futures = "0.3.26"
getrandom = "0.2.8"
hex = "0.4.3"
log = "0.4.17"
rosetta-config-astar = { version = "0.2.5", path = "../chains/astar/config" }
rosetta-config-bitcoin = { version = "0.2.5", path = "../chains/bitcoin/config" }
rosetta-config-ethereum = { version = "0.2.5", path = "../chains/ethereum/config" }
rosetta-config-polkadot = { version = "0.2.5", path = "../chains/polkadot/config" }
rosetta-core = { version = "0.2.5", path = "../rosetta-core" }
rosetta-tx-ethereum = { version = "0.2.5", path = "../chains/ethereum/tx" }
rosetta-tx-polkadot = { version = "0.2.5", path = "../chains/polkadot/tx" }
rosetta-config-astar = { version = "0.4.0", path = "../chains/astar/config" }
rosetta-config-bitcoin = { version = "0.4.0", path = "../chains/bitcoin/config" }
rosetta-config-ethereum = { version = "0.4.0", path = "../chains/ethereum/config" }
rosetta-config-polkadot = { version = "0.4.0", path = "../chains/polkadot/config" }
rosetta-core = { version = "0.4.0", path = "../rosetta-core" }
rosetta-tx-ethereum = { version = "0.4.0", path = "../chains/ethereum/tx" }
rosetta-tx-polkadot = { version = "0.4.0", path = "../chains/polkadot/tx" }
serde = "1.0.153"
serde_json = "1.0.94"
surf = { version = "2.3.2", default-features = false }
Expand Down
6 changes: 3 additions & 3 deletions rosetta-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosetta-core"
version = "0.2.5"
version = "0.4.0"
edition = "2021"
description = "Provides traits and definitions shared by the server and client crates."
repository = "https://github.com/analog-labs/chain-connectors"
Expand All @@ -9,7 +9,7 @@ license = "MIT"
[dependencies]
anyhow = "1.0.69"
async-trait = "0.1.66"
rosetta-crypto = { version = "0.1.0", path = "../rosetta-crypto" }
rosetta-types = { version = "0.1.0", path = "../rosetta-types" }
rosetta-crypto = { version = "0.4.0", path = "../rosetta-crypto" }
rosetta-types = { version = "0.4.0", path = "../rosetta-types" }
serde = "1.0.153"
serde_json = "1.0.94"
2 changes: 1 addition & 1 deletion rosetta-crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosetta-crypto"
version = "0.1.0"
version = "0.4.0"
edition = "2021"
description = "Cryptographic primitives used by the rosetta client."
repository = "https://github.com/analog-labs/chain-connectors"
Expand Down
6 changes: 3 additions & 3 deletions rosetta-docker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosetta-docker"
version = "0.2.5"
version = "0.4.0"
edition = "2021"
description = "Generic rosetta server testing infrastructure based on docker."
repository = "https://github.com/analog-labs/chain-connectors"
Expand All @@ -13,8 +13,8 @@ env_logger = "0.10.0"
futures = "0.3.26"
getrandom = "0.2.8"
log = "0.4.17"
rosetta-client = { version = "0.2.5", path = "../rosetta-client" }
rosetta-core = { version = "0.2.5", path = "../rosetta-core" }
rosetta-client = { version = "0.4.0", path = "../rosetta-client" }
rosetta-core = { version = "0.4.0", path = "../rosetta-core" }
surf = { version = "2.3.2", default-features = false, features = ["h1-client-no-tls"] }
tokio = "1.26.0"

Expand Down
6 changes: 3 additions & 3 deletions rosetta-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosetta-server"
version = "0.2.5"
version = "0.4.0"
edition = "2021"
description = "Generic rosetta server implementation."
repository = "https://github.com/analog-labs/chain-connectors"
Expand All @@ -17,8 +17,8 @@ femme = "2.2.1"
futures = { version = "0.3.26", optional = true }
hex = "0.4.3"
log = "0.4.17"
rosetta-core = { version = "0.2.5", path = "../rosetta-core" }
rosetta-docker = { version = "0.2.5", path = "../rosetta-docker", optional = true }
rosetta-core = { version = "0.4.0", path = "../rosetta-core" }
rosetta-docker = { version = "0.4.0", path = "../rosetta-docker", optional = true }
serde = "1.0.153"
serde_json = "1.0.94"
sled = "0.34.7"
Expand Down
2 changes: 1 addition & 1 deletion rosetta-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosetta-types"
version = "0.1.0"
version = "0.4.0"
edition = "2021"
description = "Rosetta API request and response structs."
repository = "https://github.com/analog-labs/chain-connectors"
Expand Down
4 changes: 2 additions & 2 deletions rosetta-wallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rosetta-wallet"
version = "0.2.5"
version = "0.4.0"
edition = "2021"
description = "Command line wallet implemented using the rosetta client."
repository = "https://github.com/analog-labs/chain-connectors"
Expand All @@ -11,6 +11,6 @@ anyhow = "1.0.69"
async-std = { version = "1.12.0", features = ["attributes"] }
clap = { version = "4.1.8", features = ["derive"] }
futures = "0.3.26"
rosetta-client = { version = "0.2.5", path = "../rosetta-client" }
rosetta-client = { version = "0.4.0", path = "../rosetta-client" }
surf = { version = "2.3.2", default-features = false, features = ["h1-client-rustls"] }
tracing-subscriber = "0.3.16"

0 comments on commit 59a4742

Please sign in to comment.