upgrade to process_lib 0.9.4

This commit is contained in:
dr-frmr 2024-10-22 15:44:11 -04:00
parent d577abed9c
commit 9fc8724dee
No known key found for this signature in database
39 changed files with 80 additions and 80 deletions

68
Cargo.lock generated
View File

@ -78,7 +78,7 @@ name = "alias"
version = "0.1.0"
dependencies = [
"anyhow",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"serde",
"serde_json",
"wit-bindgen",
@ -1012,7 +1012,7 @@ dependencies = [
"alloy-sol-types",
"anyhow",
"bincode",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"process_macros",
"rand 0.8.5",
"serde",
@ -1383,7 +1383,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"bincode",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"serde",
"serde_json",
"url",
@ -1592,7 +1592,7 @@ name = "cat"
version = "0.1.0"
dependencies = [
"anyhow",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"serde",
"serde_json",
"wit-bindgen",
@ -1656,7 +1656,7 @@ dependencies = [
"alloy-sol-types",
"anyhow",
"bincode",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"process_macros",
"rand 0.8.5",
"serde",
@ -1675,7 +1675,7 @@ version = "0.2.1"
dependencies = [
"anyhow",
"bincode",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"pleco",
"serde",
"serde_json",
@ -2433,7 +2433,7 @@ name = "download"
version = "0.1.0"
dependencies = [
"anyhow",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"process_macros",
"serde",
"serde_json",
@ -2445,7 +2445,7 @@ name = "downloads"
version = "0.5.0"
dependencies = [
"anyhow",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"process_macros",
"rand 0.8.5",
"serde",
@ -2482,7 +2482,7 @@ dependencies = [
name = "echo"
version = "0.1.0"
dependencies = [
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"wit-bindgen",
]
@ -2721,7 +2721,7 @@ version = "0.2.0"
dependencies = [
"anyhow",
"bincode",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"process_macros",
"rand 0.8.5",
"serde",
@ -2875,7 +2875,7 @@ dependencies = [
name = "get_block"
version = "0.1.0"
dependencies = [
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"serde",
"serde_json",
"wit-bindgen",
@ -2940,7 +2940,7 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
name = "globe"
version = "0.1.0"
dependencies = [
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"serde",
"serde_json",
"url",
@ -3067,7 +3067,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
name = "help"
version = "0.1.0"
dependencies = [
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"wit-bindgen",
]
@ -3096,7 +3096,7 @@ checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
name = "hi"
version = "0.1.0"
dependencies = [
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"serde",
"serde_json",
"wit-bindgen",
@ -3129,7 +3129,7 @@ version = "0.1.1"
dependencies = [
"anyhow",
"bincode",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"serde",
"serde_json",
"wit-bindgen",
@ -3444,7 +3444,7 @@ name = "install"
version = "0.1.0"
dependencies = [
"anyhow",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"process_macros",
"serde",
"serde_json",
@ -3621,7 +3621,7 @@ name = "kfetch"
version = "0.1.0"
dependencies = [
"anyhow",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"rmp-serde",
"serde",
"serde_json",
@ -3633,7 +3633,7 @@ name = "kill"
version = "0.1.0"
dependencies = [
"anyhow",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"serde",
"serde_json",
"wit-bindgen",
@ -3706,9 +3706,8 @@ dependencies = [
[[package]]
name = "kinode_process_lib"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76c5b69ac1fc0cb457c7714ceb8c0a5bdbee4ee00b837f9f16ea711e902bdfe8"
version = "0.9.2"
source = "git+https://github.com/kinode-dao/process_lib.git?rev=9ac9e51#9ac9e513c0228f2dcfe8999ed4ca2c38246ee3db"
dependencies = [
"alloy 0.1.4",
"alloy-primitives",
@ -3729,8 +3728,9 @@ dependencies = [
[[package]]
name = "kinode_process_lib"
version = "0.9.2"
source = "git+https://github.com/kinode-dao/process_lib.git?rev=9ac9e51#9ac9e513c0228f2dcfe8999ed4ca2c38246ee3db"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c257733fdc158b8223e43d92baeac02fe3d6a06b62953dbaea36e989f861b138"
dependencies = [
"alloy 0.1.4",
"alloy-primitives",
@ -3794,7 +3794,7 @@ dependencies = [
"alloy-sol-types",
"anyhow",
"hex",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"rmp-serde",
"serde",
"serde_json",
@ -4023,7 +4023,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"regex",
"serde",
"serde_json",
@ -4193,7 +4193,7 @@ dependencies = [
name = "net_diagnostics"
version = "0.1.0"
dependencies = [
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"rmp-serde",
"serde",
"wit-bindgen",
@ -4519,7 +4519,7 @@ dependencies = [
name = "peer"
version = "0.1.0"
dependencies = [
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"rmp-serde",
"serde",
"wit-bindgen",
@ -4529,7 +4529,7 @@ dependencies = [
name = "peers"
version = "0.1.0"
dependencies = [
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"rmp-serde",
"serde",
"wit-bindgen",
@ -5570,7 +5570,7 @@ dependencies = [
"anyhow",
"base64 0.22.1",
"bincode",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"rmp-serde",
"serde",
"serde_json",
@ -5788,7 +5788,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
name = "state"
version = "0.1.0"
dependencies = [
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"serde",
"serde_json",
"wit-bindgen",
@ -5965,7 +5965,7 @@ version = "0.1.1"
dependencies = [
"anyhow",
"bincode",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"rand 0.8.5",
"regex",
"serde",
@ -5979,7 +5979,7 @@ version = "0.1.1"
dependencies = [
"anyhow",
"bincode",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"process_macros",
"serde",
"serde_json",
@ -6236,7 +6236,7 @@ version = "0.2.0"
dependencies = [
"anyhow",
"clap",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"serde",
"serde_json",
"wit-bindgen",
@ -6567,7 +6567,7 @@ name = "uninstall"
version = "0.1.0"
dependencies = [
"anyhow",
"kinode_process_lib 0.9.1",
"kinode_process_lib 0.9.4",
"process_macros",
"serde",
"serde_json",

View File

@ -1617,9 +1617,9 @@ dependencies = [
[[package]]
name = "kinode_process_lib"
version = "0.9.1"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76c5b69ac1fc0cb457c7714ceb8c0a5bdbee4ee00b837f9f16ea711e902bdfe8"
checksum = "c257733fdc158b8223e43d92baeac02fe3d6a06b62953dbaea36e989f861b138"
dependencies = [
"alloy",
"alloy-primitives",

View File

@ -11,7 +11,7 @@ alloy-primitives = "0.7.6"
alloy-sol-types = "0.7.6"
anyhow = "1.0"
bincode = "1.3.3"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
process_macros = { git = "https://github.com/kinode-dao/process_macros", rev = "626e501" }
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }

View File

@ -22,7 +22,7 @@ const ICON: &str = include_str!("icon");
/// Bind static and dynamic HTTP paths for the app store,
/// bind to our WS updates path, and add icon and widget to homepage.
pub fn init_frontend(our: &Address, http_server: &mut server::HttpServer) {
let config = server::HttpBindingConfig::default();
let config = server::HttpBindingConfig::default().secure_subdomain(true);
for path in [
"/apps", // all on-chain apps

View File

@ -11,7 +11,7 @@ alloy-primitives = "0.7.6"
alloy-sol-types = "0.7.6"
anyhow = "1.0"
bincode = "1.3.3"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
process_macros = { git = "https://github.com/kinode-dao/process_macros", rev = "626e501" }
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }

View File

@ -8,7 +8,7 @@ simulation-mode = []
[dependencies]
anyhow = "1.0"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
process_macros = { git = "https://github.com/kinode-dao/process_macros", rev = "626e501" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

View File

@ -8,7 +8,7 @@ simulation-mode = []
[dependencies]
anyhow = "1.0"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
process_macros = { git = "https://github.com/kinode-dao/process_macros", rev = "626e501" }
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }

View File

@ -9,7 +9,7 @@ simulation-mode = []
[dependencies]
anyhow = "1.0"
bincode = "1.3.3"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
process_macros = { git = "https://github.com/kinode-dao/process_macros", rev = "626e501" }
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }

View File

@ -8,7 +8,7 @@ simulation-mode = []
[dependencies]
anyhow = "1.0"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
process_macros = { git = "https://github.com/kinode-dao/process_macros", rev = "626e501" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

View File

@ -8,7 +8,7 @@ simulation-mode = []
[dependencies]
anyhow = "1.0"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
process_macros = { git = "https://github.com/kinode-dao/process_macros", rev = "626e501" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

View File

@ -1520,9 +1520,9 @@ dependencies = [
[[package]]
name = "kinode_process_lib"
version = "0.9.1"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76c5b69ac1fc0cb457c7714ceb8c0a5bdbee4ee00b837f9f16ea711e902bdfe8"
checksum = "c257733fdc158b8223e43d92baeac02fe3d6a06b62953dbaea36e989f861b138"
dependencies = [
"alloy",
"alloy-primitives",

View File

@ -9,7 +9,7 @@ simulation-mode = []
[dependencies]
anyhow = "1.0"
bincode = "1.3.3"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
pleco = "0.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

View File

@ -1464,9 +1464,9 @@ dependencies = [
[[package]]
name = "kinode_process_lib"
version = "0.9.1"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76c5b69ac1fc0cb457c7714ceb8c0a5bdbee4ee00b837f9f16ea711e902bdfe8"
checksum = "c257733fdc158b8223e43d92baeac02fe3d6a06b62953dbaea36e989f861b138"
dependencies = [
"alloy",
"alloy-primitives",

View File

@ -9,7 +9,7 @@ simulation-mode = []
[dependencies]
anyhow = "1.0"
bincode = "1.3.3"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wit-bindgen = "0.24.0"

View File

@ -1476,9 +1476,9 @@ dependencies = [
[[package]]
name = "kinode_process_lib"
version = "0.9.1"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76c5b69ac1fc0cb457c7714ceb8c0a5bdbee4ee00b837f9f16ea711e902bdfe8"
checksum = "c257733fdc158b8223e43d92baeac02fe3d6a06b62953dbaea36e989f861b138"
dependencies = [
"alloy",
"alloy-primitives",

View File

@ -9,7 +9,7 @@ simulation-mode = []
[dependencies]
anyhow = "1.0"
bincode = "1.3.3"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
url = "2.5.0"

View File

@ -7,7 +7,7 @@ edition = "2021"
simulation-mode = []
[dependencies]
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
url = "2.5.0"

View File

@ -1462,9 +1462,9 @@ dependencies = [
[[package]]
name = "kinode_process_lib"
version = "0.9.1"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76c5b69ac1fc0cb457c7714ceb8c0a5bdbee4ee00b837f9f16ea711e902bdfe8"
checksum = "c257733fdc158b8223e43d92baeac02fe3d6a06b62953dbaea36e989f861b138"
dependencies = [
"alloy",
"alloy-primitives",

View File

@ -7,7 +7,7 @@ edition = "2021"
simulation-mode = []
[dependencies]
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wit-bindgen = "0.24.0"

View File

@ -11,7 +11,7 @@ anyhow = "1.0"
alloy-primitives = "0.7.0"
alloy-sol-types = "0.7.0"
hex = "0.4.3"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
rmp-serde = "1.1.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

View File

@ -7,7 +7,7 @@ edition = "2021"
simulation-mode = []
[dependencies]
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wit-bindgen = "0.24.0"

View File

@ -1452,9 +1452,9 @@ dependencies = [
[[package]]
name = "kinode_process_lib"
version = "0.9.1"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76c5b69ac1fc0cb457c7714ceb8c0a5bdbee4ee00b837f9f16ea711e902bdfe8"
checksum = "c257733fdc158b8223e43d92baeac02fe3d6a06b62953dbaea36e989f861b138"
dependencies = [
"alloy",
"alloy-primitives",

View File

@ -10,7 +10,7 @@ simulation-mode = []
anyhow = "1.0"
base64 = "0.22.0"
bincode = "1.3.3"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
rmp-serde = "1.2.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

View File

@ -1620,9 +1620,9 @@ dependencies = [
[[package]]
name = "kinode_process_lib"
version = "0.9.1"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76c5b69ac1fc0cb457c7714ceb8c0a5bdbee4ee00b837f9f16ea711e902bdfe8"
checksum = "c257733fdc158b8223e43d92baeac02fe3d6a06b62953dbaea36e989f861b138"
dependencies = [
"alloy",
"alloy-primitives",

View File

@ -8,7 +8,7 @@ simulation-mode = []
[dependencies]
anyhow = "1.0"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wit-bindgen = "0.24.0"

View File

@ -8,7 +8,7 @@ simulation-mode = []
[dependencies]
anyhow = "1.0"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wit-bindgen = "0.24.0"

View File

@ -7,7 +7,7 @@ edition = "2021"
simulation-mode = []
[dependencies]
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
wit-bindgen = "0.24.0"
[lib]

View File

@ -7,7 +7,7 @@ edition = "2021"
simulation-mode = []
[dependencies]
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
wit-bindgen = "0.24.0"
[lib]

View File

@ -7,7 +7,7 @@ edition = "2021"
simulation-mode = []
[dependencies]
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wit-bindgen = "0.24.0"

View File

@ -8,7 +8,7 @@ simulation-mode = []
[dependencies]
anyhow = "1.0"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
rmp-serde = "1.1.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

View File

@ -8,7 +8,7 @@ simulation-mode = []
[dependencies]
anyhow = "1.0"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wit-bindgen = "0.24.0"

View File

@ -9,7 +9,7 @@ simulation-mode = []
[dependencies]
anyhow = "1.0"
clap = "4.4"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
regex = "1.10.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

View File

@ -7,7 +7,7 @@ edition = "2021"
simulation-mode = []
[dependencies]
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
rmp-serde = "1.1.2"
serde = { version = "1.0", features = ["derive"] }
wit-bindgen = "0.24.0"

View File

@ -7,7 +7,7 @@ edition = "2021"
simulation-mode = []
[dependencies]
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
rmp-serde = "1.1.2"
serde = { version = "1.0", features = ["derive"] }
wit-bindgen = "0.24.0"

View File

@ -7,7 +7,7 @@ edition = "2021"
simulation-mode = []
[dependencies]
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
rmp-serde = "1.1.2"
serde = { version = "1.0", features = ["derive"] }
wit-bindgen = "0.24.0"

View File

@ -9,7 +9,7 @@ simulation-mode = []
[dependencies]
anyhow = "1.0"
bincode = "1.3.3"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
rand = "0.8"
regex = "1.10.3"
serde = { version = "1.0", features = ["derive"] }

View File

@ -9,7 +9,7 @@ simulation-mode = []
[dependencies]
anyhow = "1.0"
clap = "4.4"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wit-bindgen = "0.24.0"

View File

@ -1452,9 +1452,9 @@ dependencies = [
[[package]]
name = "kinode_process_lib"
version = "0.9.1"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76c5b69ac1fc0cb457c7714ceb8c0a5bdbee4ee00b837f9f16ea711e902bdfe8"
checksum = "c257733fdc158b8223e43d92baeac02fe3d6a06b62953dbaea36e989f861b138"
dependencies = [
"alloy",
"alloy-primitives",

View File

@ -9,7 +9,7 @@ simulation-mode = []
[dependencies]
anyhow = "1.0"
bincode = "1.3.3"
kinode_process_lib = "0.9.1"
kinode_process_lib = "0.9.4"
process_macros = { git = "https://github.com/kinode-dao/process_macros", rev = "626e501" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"