Skip to content

Commit

Permalink
Merge pull request #5030 from elsirion/2024-04-v0.3.1-rc.1
Browse files Browse the repository at this point in the history
chore: bump to v0.3.1-rc.1
  • Loading branch information
elsirion committed Apr 23, 2024
2 parents ab81d91 + 080e389 commit a12af37
Show file tree
Hide file tree
Showing 52 changed files with 269 additions and 269 deletions.
100 changes: 50 additions & 50 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ resolver = "2"

[workspace.package]
name = "fedimint"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"

[workspace.metadata]
name = "fedimint"
Expand Down
2 changes: 1 addition & 1 deletion crypto/aead/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-aead"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "aead utilities on top of ring"
Expand Down
8 changes: 4 additions & 4 deletions crypto/derive-secret/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-derive-secret"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "Fedimint derivable secret implementation"
Expand All @@ -19,8 +19,8 @@ path = "src/lib.rs"

[dependencies]
anyhow = "1.0.81"
fedimint-core = { version = "=0.3.1-rc.0", path = "../../fedimint-core" }
hkdf = { package = "fedimint-hkdf", version = "=0.3.1-rc.0", path = "../../crypto/hkdf" }
fedimint-core = { version = "=0.3.1-rc.1", path = "../../fedimint-core" }
hkdf = { package = "fedimint-hkdf", version = "=0.3.1-rc.1", path = "../../crypto/hkdf" }
ring = "0.17.8"
secp256k1-zkp = { version = "0.7.0", features = [ "serde", "bitcoin_hashes" ] }
tbs = { package = "fedimint-tbs", version = "=0.3.1-rc.0", path = "../../crypto/tbs" }
tbs = { package = "fedimint-tbs", version = "=0.3.1-rc.1", path = "../../crypto/tbs" }
2 changes: 1 addition & 1 deletion crypto/hkdf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-hkdf"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "RFC5869 HKDF implementation on top of bitcoin_hashes"
Expand Down
2 changes: 1 addition & 1 deletion crypto/tbs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-tbs"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "tbs is a helper cryptography library for threshold blind signatures"
Expand Down
4 changes: 2 additions & 2 deletions devimint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devimint"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"
edition = "2021"
license = "MIT"
publish = false
Expand Down Expand Up @@ -51,4 +51,4 @@ fedimint-portalloc = { path = "../utils/portalloc" }
fs-lock = "0.1.3"

[build-dependencies]
fedimint-build = { version = "=0.3.1-rc.0", path = "../fedimint-build" }
fedimint-build = { version = "=0.3.1-rc.1", path = "../fedimint-build" }
6 changes: 3 additions & 3 deletions fedimint-bip39/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-bip39"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand All @@ -18,6 +18,6 @@ path = "./src/lib.rs"

[dependencies]
bip39 = { version = "2.0.0", features = ["rand"] }
fedimint-client = { version = "=0.3.1-rc.0", path = "../fedimint-client" }
fedimint-core = { version = "=0.3.1-rc.0", path = "../fedimint-core" }
fedimint-client = { version = "=0.3.1-rc.1", path = "../fedimint-client" }
fedimint-core = { version = "=0.3.1-rc.1", path = "../fedimint-core" }
rand = "0.8.5"
6 changes: 3 additions & 3 deletions fedimint-bitcoind/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-bitcoind"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "Bitcoin Core connectivity used by Fedimint"
Expand All @@ -25,8 +25,8 @@ bitcoincore-rpc = { version = "0.16.0", optional = true }
electrum-client = {version = "0.12.1", optional = true }
esplora-client = { version = "0.5.0", default-features = false, features = ["async", "async-https-rustls"], optional = true }
lazy_static = "1.4.0"
fedimint-core = { version = "=0.3.1-rc.0", path = "../fedimint-core" }
fedimint-logging = { version = "=0.3.1-rc.0", path = "../fedimint-logging" }
fedimint-core = { version = "=0.3.1-rc.1", path = "../fedimint-core" }
fedimint-logging = { version = "=0.3.1-rc.1", path = "../fedimint-logging" }
rand = "0.8"
serde = { version = "1.0.197", features = [ "derive" ] }
serde_json = "1.0.114"
Expand Down
2 changes: 1 addition & 1 deletion fedimint-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-build"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "Fedimint build script utilities for including git version information in builds"
Expand Down
32 changes: 16 additions & 16 deletions fedimint-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-cli"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "fedimint-cli is a command line interface wrapper for the client library."
Expand Down Expand Up @@ -32,20 +32,20 @@ clap = { version = "4.5.2", features = ["derive", "std", "help", "usage", "error
futures = "0.3.30"
itertools = "0.12.1"
lightning-invoice = { version = "0.26.0", features = [ "serde" ] }
fedimint-aead = { version = "=0.3.1-rc.0", path = "../crypto/aead" }
fedimint-bip39 = { version = "=0.3.1-rc.0", path = "../fedimint-bip39" }
fedimint-client = { version = "=0.3.1-rc.0", path = "../fedimint-client" }
fedimint-core = { version = "=0.3.1-rc.0", path = "../fedimint-core" }
fedimint-rocksdb = { version = "=0.3.1-rc.0", path = "../fedimint-rocksdb" }
fedimint-mint-client = { version = "=0.3.1-rc.0", path = "../modules/fedimint-mint-client" }
fedimint-mint-common = { version = "=0.3.1-rc.0", path = "../modules/fedimint-mint-common" }
fedimint-ln-client = { version = "=0.3.1-rc.0", path = "../modules/fedimint-ln-client" }
fedimint-ln-common = { version = "=0.3.1-rc.0", path = "../modules/fedimint-ln-common" }
fedimint-wallet-client = { version = "=0.3.1-rc.0", path = "../modules/fedimint-wallet-client" }
fedimint-logging = { version = "=0.3.1-rc.0", path = "../fedimint-logging" }
fedimint-server = { version = "=0.3.1-rc.0", path = "../fedimint-server" }
fedimint-meta-client = { version = "=0.3.1-rc.0", path = "../modules/fedimint-meta-client", features = [ "cli" ] }
fedimint-meta-common = { version = "=0.3.1-rc.0", path = "../modules/fedimint-meta-common" }
fedimint-aead = { version = "=0.3.1-rc.1", path = "../crypto/aead" }
fedimint-bip39 = { version = "=0.3.1-rc.1", path = "../fedimint-bip39" }
fedimint-client = { version = "=0.3.1-rc.1", path = "../fedimint-client" }
fedimint-core = { version = "=0.3.1-rc.1", path = "../fedimint-core" }
fedimint-rocksdb = { version = "=0.3.1-rc.1", path = "../fedimint-rocksdb" }
fedimint-mint-client = { version = "=0.3.1-rc.1", path = "../modules/fedimint-mint-client" }
fedimint-mint-common = { version = "=0.3.1-rc.1", path = "../modules/fedimint-mint-common" }
fedimint-ln-client = { version = "=0.3.1-rc.1", path = "../modules/fedimint-ln-client" }
fedimint-ln-common = { version = "=0.3.1-rc.1", path = "../modules/fedimint-ln-common" }
fedimint-wallet-client = { version = "=0.3.1-rc.1", path = "../modules/fedimint-wallet-client" }
fedimint-logging = { version = "=0.3.1-rc.1", path = "../fedimint-logging" }
fedimint-server = { version = "=0.3.1-rc.1", path = "../fedimint-server" }
fedimint-meta-client = { version = "=0.3.1-rc.1", path = "../modules/fedimint-meta-client", features = [ "cli" ] }
fedimint-meta-common = { version = "=0.3.1-rc.1", path = "../modules/fedimint-meta-common" }
fs-lock = "0.1.3"
rand = "0.8"
serde = { version = "1.0.197", features = [ "derive" ] }
Expand All @@ -60,4 +60,4 @@ lnurl-rs = { version = "0.4.1", features = ["async"], default-features = false }
reqwest = { version = "0.11.26", features = [ "json", "rustls-tls" ], default-features = false }

[build-dependencies]
fedimint-build = { version = "=0.3.1-rc.0", path = "../fedimint-build" }
fedimint-build = { version = "=0.3.1-rc.1", path = "../fedimint-build" }
12 changes: 6 additions & 6 deletions fedimint-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-client"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "fedimint-client provides a library for sending transactions to the federation."
Expand All @@ -26,10 +26,10 @@ async-stream = "0.3.5"
async-trait = "0.1.77"
bitcoin = "0.29.2"
bitcoin_hashes = "0.11.0"
fedimint-core = { version = "=0.3.1-rc.0", path = "../fedimint-core/" }
fedimint-derive-secret = { version = "=0.3.1-rc.0", path = "../crypto/derive-secret" }
fedimint-aead = { version = "=0.3.1-rc.0", path = "../crypto/aead" }
fedimint-logging = { version = "=0.3.1-rc.0", path = "../fedimint-logging" }
fedimint-core = { version = "=0.3.1-rc.1", path = "../fedimint-core/" }
fedimint-derive-secret = { version = "=0.3.1-rc.1", path = "../crypto/derive-secret" }
fedimint-aead = { version = "=0.3.1-rc.1", path = "../crypto/aead" }
fedimint-logging = { version = "=0.3.1-rc.1", path = "../fedimint-logging" }
futures = "0.3.30"
itertools = "0.12.1"
rand = "0.8.5"
Expand All @@ -51,4 +51,4 @@ ring = { version = "0.17.8", features = ["wasm32_unknown_unknown_js"] }
tracing-test = "0.2.4"

[build-dependencies]
fedimint-build = { version = "=0.3.1-rc.0", path = "../fedimint-build" }
fedimint-build = { version = "=0.3.1-rc.1", path = "../fedimint-build" }
8 changes: 4 additions & 4 deletions fedimint-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-core"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "fedimint-core provides common code used by both client and server."
Expand Down Expand Up @@ -33,7 +33,7 @@ strum = "0.26"
strum_macros = "0.26"
hex = { version = "0.4.3", features = [ "serde"] }
sha3 = "0.10.8"
tbs = { package = "fedimint-tbs", version = "=0.3.1-rc.0", path = "../crypto/tbs" }
tbs = { package = "fedimint-tbs", version = "=0.3.1-rc.1", path = "../crypto/tbs" }
tokio = { version = "1.36.0", features = ["sync", "io-util"] }
thiserror = "1.0.58"
tracing ="0.1.40"
Expand All @@ -45,8 +45,8 @@ bitcoin_hashes = { version = "0.11", features = ["serde"] }
erased-serde = "0.4"
lightning = "0.0.118"
lightning-invoice = "0.26.0"
fedimint-derive = { version = "=0.3.1-rc.0", path = "../fedimint-derive" }
fedimint-logging = { version = "=0.3.1-rc.0", path = "../fedimint-logging" }
fedimint-derive = { version = "=0.3.1-rc.1", path = "../fedimint-derive" }
fedimint-logging = { version = "=0.3.1-rc.1", path = "../fedimint-logging" }
rand = "0.8.5"
miniscript = { version = "10.0.0", features = [ "compiler", "serde" ] }
secp256k1-zkp = { version = "0.7.0", features = [ "use-serde", "bitcoin_hashes", "global-context" ] }
Expand Down
30 changes: 15 additions & 15 deletions fedimint-dbtool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-dbtool"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand All @@ -18,25 +18,25 @@ name = "fedimint-dbtool"

[dependencies]
anyhow = "1.0.81"
fedimint-aead = { version = "=0.3.1-rc.0", path = "../crypto/aead" }
fedimint-aead = { version = "=0.3.1-rc.1", path = "../crypto/aead" }
bitcoin_hashes = "0.11.0"
bytes = "1.5.0"
clap = { version = "4.5.2", features = ["derive", "env"] }
fedimint-core = { version = "=0.3.1-rc.0", path = "../fedimint-core" }
fedimint-client = { version = "=0.3.1-rc.0", path = "../fedimint-client" }
fedimint-server = { version = "=0.3.1-rc.0", path = "../fedimint-server" }
fedimint-rocksdb = { version = "=0.3.1-rc.0", path = "../fedimint-rocksdb" }
fedimint-mint-server = { version = "=0.3.1-rc.0", path = "../modules/fedimint-mint-server" }
fedimint-mint-client = { version = "=0.3.1-rc.0", path = "../modules/fedimint-mint-client" }
fedimint-ln-server = { version = "=0.3.1-rc.0", path = "../modules/fedimint-ln-server" }
fedimint-ln-client = { version = "=0.3.1-rc.0", path = "../modules/fedimint-ln-client" }
fedimint-logging = { version = "=0.3.1-rc.0", path = "../fedimint-logging" }
fedimint-wallet-server = { version = "=0.3.1-rc.0", path = "../modules/fedimint-wallet-server" }
fedimint-wallet-client = { version = "=0.3.1-rc.0", path = "../modules/fedimint-wallet-client" }
fedimint-core = { version = "=0.3.1-rc.1", path = "../fedimint-core" }
fedimint-client = { version = "=0.3.1-rc.1", path = "../fedimint-client" }
fedimint-server = { version = "=0.3.1-rc.1", path = "../fedimint-server" }
fedimint-rocksdb = { version = "=0.3.1-rc.1", path = "../fedimint-rocksdb" }
fedimint-mint-server = { version = "=0.3.1-rc.1", path = "../modules/fedimint-mint-server" }
fedimint-mint-client = { version = "=0.3.1-rc.1", path = "../modules/fedimint-mint-client" }
fedimint-ln-server = { version = "=0.3.1-rc.1", path = "../modules/fedimint-ln-server" }
fedimint-ln-client = { version = "=0.3.1-rc.1", path = "../modules/fedimint-ln-client" }
fedimint-logging = { version = "=0.3.1-rc.1", path = "../fedimint-logging" }
fedimint-wallet-server = { version = "=0.3.1-rc.1", path = "../modules/fedimint-wallet-server" }
fedimint-wallet-client = { version = "=0.3.1-rc.1", path = "../modules/fedimint-wallet-client" }
futures = "0.3.30"
erased-serde = "0.4"
hex = { version = "0.4.3", features = ["serde"] }
ln-gateway = { package = "fedimint-ln-gateway", version = "=0.3.1-rc.0", path = "../gateway/ln-gateway" }
ln-gateway = { package = "fedimint-ln-gateway", version = "=0.3.1-rc.1", path = "../gateway/ln-gateway" }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
strum = "0.26"
Expand All @@ -45,4 +45,4 @@ tokio = "1.36.0"
tracing = "0.1.40"

[build-dependencies]
fedimint-build = { version = "=0.3.1-rc.0", path = "../fedimint-build" }
fedimint-build = { version = "=0.3.1-rc.1", path = "../fedimint-build" }
2 changes: 1 addition & 1 deletion fedimint-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-derive"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "fedimint-derive provides helper macros for serialization."
Expand Down
20 changes: 10 additions & 10 deletions fedimint-load-test-tool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-load-test-tool"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "fedimint-load-test-tool is a tool to load test the fedimint server and gateway."
Expand All @@ -16,15 +16,15 @@ anyhow = "1"
base64 = "0.22.0"
bitcoin = "0.29.2"
clap = { version = "4.5.2", features = ["derive", "std", "help", "usage", "error-context", "suggestions", "env" ], default-features = false }
devimint = { version = "0.3.1-rc.0", path = "../devimint" }
fedimint-client = { version = "=0.3.1-rc.0", path = "../fedimint-client" }
fedimint-core = { version = "=0.3.1-rc.0", path = "../fedimint-core" }
fedimint-ln-client = { version = "=0.3.1-rc.0", path = "../modules/fedimint-ln-client" }
devimint = { version = "=0.3.1-rc.1", path = "../devimint" }
fedimint-client = { version = "=0.3.1-rc.1", path = "../fedimint-client" }
fedimint-core = { version = "=0.3.1-rc.1", path = "../fedimint-core" }
fedimint-ln-client = { version = "=0.3.1-rc.1", path = "../modules/fedimint-ln-client" }
fedimint-ln-common = { path = "../modules/fedimint-ln-common" }
fedimint-logging = { version = "=0.3.1-rc.0", path = "../fedimint-logging" }
fedimint-mint-client = { version = "=0.3.1-rc.0", path = "../modules/fedimint-mint-client" }
fedimint-rocksdb = { version = "=0.3.1-rc.0", path = "../fedimint-rocksdb" }
fedimint-wallet-client = { version = "=0.3.1-rc.0", path = "../modules/fedimint-wallet-client" }
fedimint-logging = { version = "=0.3.1-rc.1", path = "../fedimint-logging" }
fedimint-mint-client = { version = "=0.3.1-rc.1", path = "../modules/fedimint-mint-client" }
fedimint-rocksdb = { version = "=0.3.1-rc.1", path = "../fedimint-rocksdb" }
fedimint-wallet-client = { version = "=0.3.1-rc.1", path = "../modules/fedimint-wallet-client" }
futures = "0.3"
jsonrpsee-core = { version = "0.22.2", features = [ "client" ] }
jsonrpsee-types = { version = "0.22.2" }
Expand All @@ -40,4 +40,4 @@ url = { version = "2.5.0", features = ["serde"] }
jsonrpsee-ws-client = { version = "0.22.2", features = ["webpki-tls"], default-features = false }

[build-dependencies]
fedimint-build = { version = "=0.3.1-rc.0", path = "../fedimint-build" }
fedimint-build = { version = "=0.3.1-rc.1", path = "../fedimint-build" }
2 changes: 1 addition & 1 deletion fedimint-logging/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-logging"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "contains some utilities for logging and tracing"
Expand Down
4 changes: 2 additions & 2 deletions fedimint-metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-metrics"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand All @@ -17,7 +17,7 @@ path = "./src/lib.rs"
[dependencies]
anyhow = { version = "1.0.81", features = ["backtrace"] }
axum = "0.7.4"
fedimint-core = { version = "=0.3.1-rc.0", path = "../fedimint-core" }
fedimint-core = { version = "=0.3.1-rc.1", path = "../fedimint-core" }
lazy_static = "1.4.0"
prometheus = "0.13.3"
tokio = "1"
Expand Down
4 changes: 2 additions & 2 deletions fedimint-rocksdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fedimint-rocksdb"
version = "0.3.1-rc.0"
version = "0.3.1-rc.1"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "fedimint-rocksdb provides a rocksdb-backed database implementation for Fedimint."
Expand All @@ -20,7 +20,7 @@ path = "src/lib.rs"
[dependencies]
anyhow = "1.0.81"
async-trait = "0.1.77"
fedimint-core = { version = "=0.3.1-rc.0", path = "../fedimint-core" }
fedimint-core = { version = "=0.3.1-rc.1", path = "../fedimint-core" }
futures = "0.3.30"
rocksdb = { version = "0.22.0" }
tracing = "0.1.40"
Expand Down

0 comments on commit a12af37

Please sign in to comment.