-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release patch for config ergonomics (#744)
- Loading branch information
Showing
16 changed files
with
54 additions
and
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fuel-block-executor" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Fuel Labs <[email protected]>"] | ||
edition = "2021" | ||
homepage = "https://fuel.network/" | ||
|
@@ -11,5 +11,5 @@ description = "Fuel Block Executor" | |
|
||
[dependencies] | ||
anyhow = "1.0" | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.1" } | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.2" } | ||
tokio = { version = "1.21", features = ["full"] } |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fuel-block-importer" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Fuel Labs <[email protected]>"] | ||
edition = "2021" | ||
homepage = "https://fuel.network/" | ||
|
@@ -11,6 +11,6 @@ description = "Fuel Block Importer" | |
|
||
[dependencies] | ||
anyhow = "1.0" | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.1" } | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.2" } | ||
parking_lot = "0.12" | ||
tokio = { version = "1.21", features = ["full"] } |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fuel-block-producer" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Fuel Labs <[email protected]>"] | ||
edition = "2021" | ||
homepage = "https://fuel.network/" | ||
|
@@ -13,7 +13,7 @@ description = "Fuel Block Producer" | |
anyhow = "1.0" | ||
async-trait = "0.1" | ||
chrono = "0.4" | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.1" } | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.2" } | ||
parking_lot = "0.12" | ||
tokio = { version = "1.21", features = ["full"] } | ||
tracing = { version = "0.1" } | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fuel-chain-config" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Fuel Labs <[email protected]>"] | ||
categories = ["cryptography::cryptocurrencies"] | ||
edition = "2021" | ||
|
@@ -12,10 +12,10 @@ description = "Fuel Chain config types" | |
|
||
[dependencies] | ||
anyhow = "1.0" | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.1", features = [ | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.2", features = [ | ||
"serde", | ||
] } | ||
fuel-poa-coordinator = { path = "../fuel-poa-coordinator", version = "0.13.1" } | ||
fuel-poa-coordinator = { path = "../fuel-poa-coordinator", version = "0.13.2" } | ||
hex = { version = "0.4", features = ["serde"] } | ||
itertools = "0.10" | ||
rand = "0.8" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fuel-gql-client" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Fuel Labs <[email protected]>"] | ||
categories = ["concurrency", "cryptography::cryptocurrencies", "emulators"] | ||
edition = "2021" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fuel-core-bft" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Fuel Labs <[email protected]>"] | ||
edition = "2021" | ||
homepage = "https://fuel.network/" | ||
|
@@ -11,6 +11,6 @@ description = "Fuel Core BFT" | |
|
||
[dependencies] | ||
anyhow = "1.0" | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.1" } | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.2" } | ||
parking_lot = "0.12" | ||
tokio = { version = "1.21", features = ["full"] } |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fuel-core-interfaces" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Fuel Labs <[email protected]>"] | ||
categories = ["cryptography::cryptocurrencies"] | ||
edition = "2021" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fuel-core" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Fuel Labs <[email protected]>"] | ||
categories = ["concurrency", "cryptography::cryptocurrencies", "emulators"] | ||
edition = "2021" | ||
|
@@ -35,20 +35,20 @@ derive_more = { version = "0.99" } | |
dirs = "4.0" | ||
enum-iterator = "1.2" | ||
env_logger = "0.9" | ||
fuel-block-executor = { path = "../fuel-block-executor", version = "0.13.1" } | ||
fuel-block-importer = { path = "../fuel-block-importer", version = "0.13.1" } | ||
fuel-block-producer = { path = "../fuel-block-producer", version = "0.13.1" } | ||
fuel-chain-config = { path = "../fuel-chain-config", version = "0.13.1" } | ||
fuel-core-bft = { path = "../fuel-core-bft", version = "0.13.1" } | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.1", features = [ | ||
fuel-block-executor = { path = "../fuel-block-executor", version = "0.13.2" } | ||
fuel-block-importer = { path = "../fuel-block-importer", version = "0.13.2" } | ||
fuel-block-producer = { path = "../fuel-block-producer", version = "0.13.2" } | ||
fuel-chain-config = { path = "../fuel-chain-config", version = "0.13.2" } | ||
fuel-core-bft = { path = "../fuel-core-bft", version = "0.13.2" } | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.2", features = [ | ||
"serde", | ||
] } | ||
fuel-metrics = { path = "../fuel-metrics", version = "0.13.1", optional = true } | ||
fuel-p2p = { path = "../fuel-p2p", version = "0.13.1", optional = true } | ||
fuel-poa-coordinator = { path = "../fuel-poa-coordinator", version = "0.13.1" } | ||
fuel-relayer = { path = "../fuel-relayer", version = "0.13.1", optional = true } | ||
fuel-sync = { path = "../fuel-sync", version = "0.13.1" } | ||
fuel-txpool = { path = "../fuel-txpool", version = "0.13.1" } | ||
fuel-metrics = { path = "../fuel-metrics", version = "0.13.2", optional = true } | ||
fuel-p2p = { path = "../fuel-p2p", version = "0.13.2", optional = true } | ||
fuel-poa-coordinator = { path = "../fuel-poa-coordinator", version = "0.13.2" } | ||
fuel-relayer = { path = "../fuel-relayer", version = "0.13.2", optional = true } | ||
fuel-sync = { path = "../fuel-sync", version = "0.13.2" } | ||
fuel-txpool = { path = "../fuel-txpool", version = "0.13.2" } | ||
futures = "0.3" | ||
hex = { version = "0.4", features = ["serde"] } | ||
itertools = "0.10" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fuel-metrics" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Fuel Labs <[email protected]>"] | ||
categories = ["cryptography::cryptocurrencies"] | ||
edition = "2021" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fuel-p2p" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Fuel Labs <[email protected]>"] | ||
categories = ["cryptography::cryptocurrencies", "network-programming"] | ||
edition = "2021" | ||
|
@@ -14,7 +14,7 @@ description = "Fuel client networking" | |
anyhow = "1.0" | ||
async-trait = "0.1" | ||
bincode = "1.3" | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", features = ["serde"], version = "0.13.1" } | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", features = ["serde"], version = "0.13.2" } | ||
futures = "0.3" | ||
futures-timer = "3.0" | ||
ip_network = "0.4" | ||
|
@@ -30,7 +30,7 @@ tracing = "0.1" | |
|
||
[dev-dependencies] | ||
ctor = "0.1" | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", features = ["serde", "test-helpers"], version = "0.13.1" } | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", features = ["serde", "test-helpers"], version = "0.13.2" } | ||
rand = "0.8" | ||
tokio = { version = "1.21", features = ["full"] } | ||
tracing-appender = "0.2" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fuel-poa-coordinator" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Fuel Labs <[email protected]>"] | ||
edition = "2021" | ||
homepage = "https://fuel.network/" | ||
|
@@ -11,7 +11,7 @@ description = "Fuel Core PoA Coordinator" | |
|
||
[dependencies] | ||
anyhow = "1.0" | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.1" } | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.2" } | ||
humantime-serde = "1.1.1" | ||
parking_lot = "0.12" | ||
serde = { version = "1.0", features = ["derive"] } | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fuel-relayer" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Fuel Labs <[email protected]>"] | ||
edition = "2021" | ||
homepage = "https://fuel.network/" | ||
|
@@ -26,7 +26,7 @@ ethers-providers = { version = "0.17", default-features = false, features = [ | |
] } | ||
ethers-signers = { version = "0.17", default-features = false } | ||
features = "0.10" | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", package = "fuel-core-interfaces", version = "0.13.1" } | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", package = "fuel-core-interfaces", version = "0.13.2" } | ||
futures = "0.3" | ||
hex = "0.4" | ||
once_cell = "1.4" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fuel-sync" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Fuel Labs <[email protected]>"] | ||
edition = "2021" | ||
homepage = "https://fuel.network/" | ||
|
@@ -11,6 +11,6 @@ description = "Fuel Synchronizer" | |
|
||
[dependencies] | ||
anyhow = "1.0" | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.1" } | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.2" } | ||
parking_lot = "0.12" | ||
tokio = { version = "1.21", features = ["full"] } |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fuel-txpool" | ||
version = "0.13.1" | ||
version = "0.13.2" | ||
authors = ["Fuel Labs <[email protected]>"] | ||
categories = ["cryptography::cryptocurrencies"] | ||
edition = "2021" | ||
|
@@ -14,8 +14,8 @@ description = "Transaction pool" | |
anyhow = "1.0" | ||
async-trait = "0.1" | ||
chrono = "0.4" | ||
fuel-chain-config = { path = "../fuel-chain-config", version = "0.13.1" } | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.1" } | ||
fuel-chain-config = { path = "../fuel-chain-config", version = "0.13.2" } | ||
fuel-core-interfaces = { path = "../fuel-core-interfaces", version = "0.13.2" } | ||
futures = "0.3" | ||
parking_lot = "0.11" | ||
thiserror = "1.0" | ||
|