Skip to content

Commit

Permalink
Merge branch 'mwe/hotfix' into 'master'
Browse files Browse the repository at this point in the history
fix: [VER-2664] [VER-2649] [VER-2613] NNS subnet id can be inconsistent across subnets

- https://forum.dfinity.org/t/testing-creation-of-canister-on-a-subnet-using-cycle-minting-canister-with-pocketic/26906
- make assumption about local vs remote file paths clear in documentation
- complete the OpenApi /api.json endpoint

This will be released as PocketIC server version 3.0.0, together with PocketIC rust library version 2.1.0. 

See merge request dfinity-lab/public/ic!17501
  • Loading branch information
michael-weigelt committed Feb 6, 2024
2 parents e489fae + 4fa945a commit 6b7b236
Show file tree
Hide file tree
Showing 19 changed files with 723 additions and 277 deletions.
194 changes: 164 additions & 30 deletions Cargo.Bazel.Fuzzing.json.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "5ca3112bafe578aada98c754c4fa878fe0c87f0b2c6ab368dbdd1c1e33bb7d5f",
"checksum": "ba5ac8c2fbbe178491dc5746f5855665613e9459be08dfad1248c96da01f6e85",
"crates": {
"abnf 0.12.0": {
"name": "abnf",
Expand Down Expand Up @@ -1371,13 +1371,13 @@
},
"license": "Unlicense OR MIT"
},
"aide 0.12.0": {
"aide 0.13.2": {
"name": "aide",
"version": "0.12.0",
"version": "0.13.2",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/aide/0.12.0/download",
"sha256": "f0b9ab2c8531a5ac6bcc579cc4c308d1b4bd5b9910a0f08bf4e65b3452407400"
"url": "https://crates.io/api/v1/crates/aide/0.13.2/download",
"sha256": "98d2c16bfa7d1755d5a6a20a6decdb7303843c6fee13f4cff039c568291b5872"
}
},
"targets": [
Expand Down Expand Up @@ -1407,7 +1407,7 @@
"deps": {
"common": [
{
"id": "axum 0.6.20",
"id": "axum 0.7.3",
"target": "axum"
},
{
Expand All @@ -1419,11 +1419,11 @@
"target": "cfg_if"
},
{
"id": "http 0.2.9",
"id": "http 1.0.0",
"target": "http"
},
{
"id": "indexmap 1.9.3",
"id": "indexmap 2.1.0",
"target": "indexmap"
},
{
Expand Down Expand Up @@ -1467,7 +1467,7 @@
],
"selects": {}
},
"version": "0.12.0"
"version": "0.13.2"
},
"license": "MIT OR Apache-2.0"
},
Expand Down Expand Up @@ -4784,7 +4784,8 @@
],
"crate_features": {
"common": [
"default"
"default",
"typed-header"
],
"selects": {}
},
Expand All @@ -4806,6 +4807,10 @@
"id": "futures-util 0.3.30",
"target": "futures_util"
},
{
"id": "headers 0.4.0",
"target": "headers"
},
{
"id": "http 1.0.0",
"target": "http"
Expand Down Expand Up @@ -15050,7 +15055,7 @@
"target": "addr"
},
{
"id": "aide 0.12.0",
"id": "aide 0.13.2",
"target": "aide"
},
{
Expand Down Expand Up @@ -16180,6 +16185,11 @@
"id": "tower-http 0.4.4",
"target": "tower_http"
},
{
"id": "tower-http 0.5.1",
"target": "tower_http",
"alias": "tower_http_0_5_1"
},
{
"id": "tower-request-id 0.2.1",
"target": "tower_request_id"
Expand Down Expand Up @@ -22100,6 +22110,69 @@
},
"license": "MIT"
},
"headers 0.4.0": {
"name": "headers",
"version": "0.4.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/headers/0.4.0/download",
"sha256": "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9"
}
},
"targets": [
{
"Library": {
"crate_name": "headers",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "headers",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "base64 0.21.4",
"target": "base64"
},
{
"id": "bytes 1.5.0",
"target": "bytes"
},
{
"id": "headers-core 0.3.0",
"target": "headers_core"
},
{
"id": "http 1.0.0",
"target": "http"
},
{
"id": "httpdate 1.0.3",
"target": "httpdate"
},
{
"id": "mime 0.3.17",
"target": "mime"
},
{
"id": "sha1 0.10.6",
"target": "sha1"
}
],
"selects": {}
},
"edition": "2015",
"version": "0.4.0"
},
"license": "MIT"
},
"headers-core 0.2.0": {
"name": "headers-core",
"version": "0.2.0",
Expand Down Expand Up @@ -22139,6 +22212,45 @@
},
"license": "MIT"
},
"headers-core 0.3.0": {
"name": "headers-core",
"version": "0.3.0",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/headers-core/0.3.0/download",
"sha256": "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
}
},
"targets": [
{
"Library": {
"crate_name": "headers_core",
"crate_root": "src/lib.rs",
"srcs": [
"**/*.rs"
]
}
}
],
"library_target_name": "headers_core",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "http 1.0.0",
"target": "http"
}
],
"selects": {}
},
"edition": "2015",
"version": "0.3.0"
},
"license": "MIT"
},
"heck 0.3.3": {
"name": "heck",
"version": "0.3.3",
Expand Down Expand Up @@ -26563,8 +26675,6 @@
],
"crate_features": {
"common": [
"serde",
"serde-1",
"std"
],
"selects": {}
Expand All @@ -26578,10 +26688,6 @@
{
"id": "indexmap 1.9.3",
"target": "build_script_build"
},
{
"id": "serde 1.0.195",
"target": "serde"
}
],
"selects": {}
Expand Down Expand Up @@ -32558,7 +32664,7 @@
"target": "tower"
},
{
"id": "tower-http 0.5.0",
"id": "tower-http 0.5.1",
"target": "tower_http"
},
{
Expand Down Expand Up @@ -47771,7 +47877,7 @@
"default",
"derive",
"impl_json_schema",
"indexmap",
"indexmap2",
"schemars_derive"
],
"selects": {}
Expand All @@ -47783,8 +47889,9 @@
"target": "dyn_clone"
},
{
"id": "indexmap 1.9.3",
"target": "indexmap"
"id": "indexmap 2.1.0",
"target": "indexmap",
"alias": "indexmap2"
},
{
"id": "schemars 0.8.16",
Expand Down Expand Up @@ -56166,13 +56273,13 @@
},
"license": "MIT"
},
"tower-http 0.5.0": {
"tower-http 0.5.1": {
"name": "tower-http",
"version": "0.5.0",
"version": "0.5.1",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/tower-http/0.5.0/download",
"sha256": "09e12e6351354851911bdf8c2b8f2ab15050c567d70a8b9a37ae7b8301a4080d"
"url": "https://crates.io/api/v1/crates/tower-http/0.5.1/download",
"sha256": "0da193277a4e2c33e59e09b5861580c33dd0a637c3883d0fa74ba40c0374af2e"
}
},
"targets": [
Expand All @@ -56193,17 +56300,32 @@
],
"crate_features": {
"common": [
"async-compression",
"compression-br",
"compression-deflate",
"compression-full",
"compression-gzip",
"compression-zstd",
"default",
"futures-util",
"futures-core",
"request-id",
"timeout",
"tokio",
"tokio-util",
"tower",
"trace",
"tracing"
"tracing",
"util",
"uuid"
],
"selects": {}
},
"deps": {
"common": [
{
"id": "async-compression 0.4.4",
"target": "async_compression"
},
{
"id": "bitflags 2.4.1",
"target": "bitflags"
Expand All @@ -56213,8 +56335,8 @@
"target": "bytes"
},
{
"id": "futures-util 0.3.30",
"target": "futures_util"
"id": "futures-core 0.3.30",
"target": "futures_core"
},
{
"id": "http 1.0.0",
Expand All @@ -56236,6 +56358,14 @@
"id": "tokio 1.35.1",
"target": "tokio"
},
{
"id": "tokio-util 0.7.10",
"target": "tokio_util"
},
{
"id": "tower 0.4.13",
"target": "tower"
},
{
"id": "tower-layer 0.3.2",
"target": "tower_layer"
Expand All @@ -56247,12 +56377,16 @@
{
"id": "tracing 0.1.39",
"target": "tracing"
},
{
"id": "uuid 1.5.0",
"target": "uuid"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.5.0"
"version": "0.5.1"
},
"license": "MIT"
},
Expand Down

0 comments on commit 6b7b236

Please sign in to comment.