Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude = ["crates/digstore-prover/guest", "crates/dig-client-wasm"]

[workspace.package]
edition = "2021"
version = "0.19.0"
version = "0.19.1"
license = "GPL-2.0-only"

[workspace.dependencies]
Expand Down
4 changes: 4 additions & 0 deletions crates/digstore-remote/tests/fixtures/golden/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Golden read fixtures are byte-exact §5.1 anchors — git must NEVER touch their
# bytes (no CRLF/LF normalization on checkout, or the byte-stability test fails
# on Windows). Treat every file here as binary.
* -text
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c/rwPPZhjGnQ4ldkhnwl7TCrdqA83BcstwLxhg2fdboAAAAAc/rwPPZhjGnQ4ldkhnwl7TCrdqA83BcstwLxhg2fdbo=
13 changes: 13 additions & 0 deletions crates/digstore-remote/tests/fixtures/golden/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"canonical_urn_pinned": "urn:dig:chia:d9c8ae4b6006b5d2d82ecf53f84d74e4bfe7ec4e9fde2a0d71f058b14216ff9a:73faf03cf6618c69d0e25764867c25ed30ab76a03cdc172cb702f1860d9f75ba/index.html",
"canonical_urn_rootless": "urn:dig:chia:d9c8ae4b6006b5d2d82ecf53f84d74e4bfe7ec4e9fde2a0d71f058b14216ff9a/index.html",
"ciphertext_len": 270,
"description": "DIG Network #843 golden read fixture — one index.html capsule, derived deterministically from digstore_core. Shared by #843 (rpc read proof) and #1062 (P2P e2e). Do not fork a second copy.",
"live_at_rpc_dig_net": false,
"plaintext_len": 254,
"publish_followup": "Publish a real store under a captured launcher id, re-point GOLDEN_STORE_ID_HEX, then un-gate rpc_tier_read_proof (set DIG_RPC_LIVE).",
"resource_key": "index.html",
"retrieval_key": "49bfbe2f53ebdfab55d03062bef63f0f004ee83a342cb721f42df6c20883840e",
"root": "73faf03cf6618c69d0e25764867c25ed30ab76a03cdc172cb702f1860d9f75ba",
"store_id": "d9c8ae4b6006b5d2d82ecf53f84d74e4bfe7ec4e9fde2a0d71f058b14216ff9a"
}
4 changes: 4 additions & 0 deletions crates/digstore-remote/tests/fixtures/golden/plaintext.bin
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!doctype html>
<title>DIG golden read fixture</title>
<h1>hello from the DIG Network</h1>
<p>This is the #843 golden capsule: a single index.html resource whose ciphertext, inclusion proof, and root are derived deterministically from digstore_core.</p>
Loading
Loading