mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
Release v0.4.0
This commit is contained in:
34
Cargo.lock
generated
34
Cargo.lock
generated
@@ -1107,7 +1107,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "darkfi"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"async-std",
|
||||
"async-trait",
|
||||
@@ -1162,7 +1162,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "darkfi-dao-contract"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"async-std",
|
||||
"bs58",
|
||||
@@ -1182,7 +1182,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "darkfi-derive"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"darkfi-derive-internal",
|
||||
"proc-macro-crate",
|
||||
@@ -1192,7 +1192,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "darkfi-derive-internal"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@@ -1201,7 +1201,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "darkfi-money-contract"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"async-std",
|
||||
"chacha20poly1305",
|
||||
@@ -1219,7 +1219,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "darkfi-sdk"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"blake2b_simd",
|
||||
"blake3",
|
||||
@@ -1241,7 +1241,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "darkfi-serial"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"blake3",
|
||||
"darkfi-derive",
|
||||
@@ -1253,7 +1253,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "darkfid"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"async-std",
|
||||
"async-trait",
|
||||
@@ -1397,7 +1397,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dchat"
|
||||
version = "0.1.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"async-std",
|
||||
"async-trait",
|
||||
@@ -1491,7 +1491,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dnetview"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"async-channel",
|
||||
"async-std",
|
||||
@@ -1724,7 +1724,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "faucetd"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"async-std",
|
||||
"async-trait",
|
||||
@@ -1876,7 +1876,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "fu"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"async-std",
|
||||
"clap 4.1.4",
|
||||
@@ -1889,7 +1889,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "fud"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"async-std",
|
||||
"async-trait",
|
||||
@@ -2500,7 +2500,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lilith"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"async-std",
|
||||
"async-trait",
|
||||
@@ -4487,7 +4487,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "vanityaddr"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"bs58",
|
||||
"clap 4.1.4",
|
||||
@@ -5116,7 +5116,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "zkas"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"clap 4.1.4",
|
||||
"darkfi",
|
||||
@@ -5124,7 +5124,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "zktool"
|
||||
version = "0.1.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"clap 4.1.4",
|
||||
"darkfi",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "darkfi"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
homepage = "https://dark.fi"
|
||||
description = "Anonymous. Uncensored. Sovereign."
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "cashierd"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
homepage = "https://dark.fi"
|
||||
description = "cashier daemon for DarkFi"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "darkfid"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
homepage = "https://dark.fi"
|
||||
description = "DarkFi node daemon"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "dnetview"
|
||||
description = "P2P network monitoring TUI utility"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
license = "AGPL-3.0-only"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "faucetd"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
homepage = "https://dark.fi"
|
||||
description = "DarkFi faucet daemon"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "fu"
|
||||
description = "Command-line client for fud"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
license = "AGPL-3.0-only"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "fud"
|
||||
description = "File-sharing Utility Daemon, using DHT for records discovery."
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
license = "AGPL-3.0-only"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "lilith"
|
||||
description = "Daemon that spawns P2P seeds"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
license = "AGPL-3.0-only"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vanityaddr"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
homepage = "https://dark.fi"
|
||||
description = "Vanity address generation tool for DarkFi keypairs and token IDs"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "zkas"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
homepage = "https://dark.fi"
|
||||
description = "Compiler for the Halo2 zkVM language used in DarkFi."
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "zktool"
|
||||
version = "0.1.0"
|
||||
version = "0.4.0"
|
||||
homepage = "https://dark.fi"
|
||||
description = "ZK multitool program"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "dao-example"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
license = "AGPL-3.0-only"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "dao"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
license = "AGPL-3.0-only"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "dao-contract"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
license = "AGPL-3.0-only"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "money-contract"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
license = "AGPL-3.0-only"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "dchat"
|
||||
version = "0.1.0"
|
||||
version = "0.4.0"
|
||||
homepage = "https://dark.fi"
|
||||
description = "Demo chat app used to document DarkFi networking code"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "p2pdebug"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
homepage = "https://dark.fi"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
repository = "https://github.com/darkrenaissance/darkfi"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "dhtd"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
license = "AGPL-3.0-only"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "last_man_standing"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
license = "AGPL-3.0-only"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nodes-tool"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
license = "AGPL-3.0-only"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "raft-diag"
|
||||
version = "0.1.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
edition = "2021"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rln"
|
||||
version = "0.1.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
license = "AGPL-3.0-only"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sss"
|
||||
version = "0.1.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
license = "AGPL-3.0-only"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "x3dh"
|
||||
version = "0.1.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
license = "AGPL-3.0-only"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "darkfi-dao-contract"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
license = "AGPL-3.0-only"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "darkfi-money-contract"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
license = "AGPL-3.0-only"
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "darkfi-sdk"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
homepage = "https://dark.fi"
|
||||
description = "SDK used for developing smart contracts on DarkFi"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "darkfi-serial"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
homepage = "https://dark.fi"
|
||||
description = "DarkFi serialization library"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
@@ -9,7 +9,7 @@ license = "AGPL-3.0-only"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
darkfi-derive = {version = "0.3.0", path = "./derive", optional = true}
|
||||
darkfi-derive = {version = "0.4.0", path = "./derive", optional = true}
|
||||
futures-lite = {version = "1.12.0", optional = true}
|
||||
|
||||
# Supported types for encoding
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "darkfi-derive-internal"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
homepage = "https://dark.fi"
|
||||
description = "Internal crate for serialization derive macros"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "darkfi-derive"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
homepage = "https://dark.fi"
|
||||
description = "Crate for serialization derive macros"
|
||||
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
||||
@@ -16,4 +16,4 @@ proc-macro-crate = "1.3.0"
|
||||
proc-macro2 = "1.0.50"
|
||||
syn = {version = "1.0.107", features = ["full", "fold"]}
|
||||
|
||||
darkfi-derive-internal = {version = "0.3.0", path = "../derive-internal"}
|
||||
darkfi-derive-internal = {version = "0.4.0", path = "../derive-internal"}
|
||||
|
||||
Reference in New Issue
Block a user