@jinn-network/client 0.1.9-canary.e4bcc9b2 → 0.1.9-canary.e4e1d0a1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CONTRIBUTING.md +2 -2
- package/dist/build-info.json +3 -3
- package/dist/build-meta.json +1 -1
- package/package.json +1 -1
package/CONTRIBUTING.md
CHANGED
|
@@ -74,7 +74,7 @@ The `files` field in `package.json` ensures only `dist/`, `deployments/`, `READM
|
|
|
74
74
|
|
|
75
75
|
## Releases
|
|
76
76
|
|
|
77
|
-
Use [RELEASING.md](./RELEASING.md) for the package bootstrap publish, npm trusted-publishing setup, canary/stable release flow, the fork-based operator gate (`yarn release:operator-gate`), the
|
|
77
|
+
Use [RELEASING.md](./RELEASING.md) for the package bootstrap publish, npm trusted-publishing setup, canary/stable release flow, the fork-based operator gate (`yarn release:operator-gate`), the cross-operator donation consumption gate (`yarn release:donation-consumption`), the contracts release gate (`cd ../contracts && yarn test && forge install foundry-rs/forge-std --no-git && forge test --match-contract Invariant`), and the manual Docker-first real testnet acceptance gate (`yarn release:testnet-acceptance`) that must pass on the exact stable release commit. The dedicated Docker acceptance environment and evidence expectations are documented in [TESTNET_ACCEPTANCE.md](./TESTNET_ACCEPTANCE.md).
|
|
78
78
|
|
|
79
79
|
## Updating deployment artifacts
|
|
80
80
|
|
|
@@ -98,7 +98,7 @@ This copies the 4 deployment JSON files from `contracts/` into `client/deploymen
|
|
|
98
98
|
| `yarn staking` | Earning bootstrap validation on Anvil fork |
|
|
99
99
|
| `yarn pack:smoke` | Pack tarball and run smoke tests |
|
|
100
100
|
| `yarn release:operator-gate` | Run the stable-release operator gate (`staking` then `e2e`) |
|
|
101
|
-
| `yarn release:
|
|
101
|
+
| `yarn release:donation-consumption` | Prove two isolated operators can consume donated SWE execution data through real testnet on-chain/IPFS/MCP paths |
|
|
102
102
|
| `cd ../contracts && yarn test && forge install foundry-rs/forge-std --no-git && forge test --match-contract Invariant` | Run the contracts release gate |
|
|
103
103
|
| `yarn release:testnet-acceptance` | Run the manual Docker-first real testnet acceptance harness |
|
|
104
104
|
| `yarn setup:testnet-acceptance-operator` | First-time Docker acceptance setup + bootstrap/funding helper (`TESTNET_ACCEPTANCE.md`) |
|
package/dist/build-info.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"clientGitSha": "
|
|
2
|
+
"clientGitSha": "e4e1d0a11b09d0a99e04aa1edf7098fc15a472d3",
|
|
3
3
|
"codeDigest": "sha256:cfd37647ffcc9f98add6751ce2025f46e5bdd2604757bd6bf886457ae2f6c480",
|
|
4
|
-
"builtAt": "2026-07-07T17:
|
|
5
|
-
"implVersion": "0.1.9-canary.
|
|
4
|
+
"builtAt": "2026-07-07T17:07:43.223Z",
|
|
5
|
+
"implVersion": "0.1.9-canary.e4e1d0a1"
|
|
6
6
|
}
|
package/dist/build-meta.json
CHANGED
package/package.json
CHANGED