@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 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 OLAS rails smoke gate (`yarn release:olas-rails-smoke`), 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).
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:olas-rails-smoke` | Dry-run by default: writes a prediction.v1 smoke spec and evidence plan; pass `--execute` for live Base Sepolia OLAS rails proof |
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`) |
@@ -1,6 +1,6 @@
1
1
  {
2
- "clientGitSha": "e4bcc9b2b3d3ee2981a1386a143c31adc44dd47c",
2
+ "clientGitSha": "e4e1d0a11b09d0a99e04aa1edf7098fc15a472d3",
3
3
  "codeDigest": "sha256:cfd37647ffcc9f98add6751ce2025f46e5bdd2604757bd6bf886457ae2f6c480",
4
- "builtAt": "2026-07-07T17:08:26.676Z",
5
- "implVersion": "0.1.9-canary.e4bcc9b2"
4
+ "builtAt": "2026-07-07T17:07:43.223Z",
5
+ "implVersion": "0.1.9-canary.e4e1d0a1"
6
6
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "e4bcc9b2b3d3ee2981a1386a143c31adc44dd47c"
2
+ "commit": "e4e1d0a11b09d0a99e04aa1edf7098fc15a472d3"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jinn-network/client",
3
- "version": "0.1.9-canary.e4bcc9b2",
3
+ "version": "0.1.9-canary.e4e1d0a1",
4
4
  "description": "Jinn protocol client — headless daemon for the restoration training loop",
5
5
  "type": "module",
6
6
  "packageManager": "yarn@4.13.0",