v10.0.0-rc.4
Pre-release
Pre-release
·
2975 commits
to main
since this release
Hotfix on top of v10.0.0-rc.3. Restores random-sampling proof submission for v9-style <owner>/<slug> context graphs on testnet and brings the deployed Base Sepolia Profile contract into line with what the post-PR-#366 daemon expects, so op[1] / op[2] ACK signer auto-registration finally lands on-chain. No chainResetMarker change — per-node state (oxigraph store, RS WAL, publish journals) is preserved across the operator update.
Fixed
- V9-style
<owner>/<slug>context graph names no longer failextractV10KCFromStore(#377): the kc-extractor'sresolveContextGraphNameFromOnChainIdpreviously rejected any CG name containing/, so finalized KCs surfaced asKCNotFoundErrorin[rs.tick.kc-not-synced]and silently dropped every random-sampling proof submission for slash-named CGs (which is the v9 namespacing convention<owner_address>/<slug>). Validation now usesassertSafeIrion the derived meta-graph URI — the actual SPARQL injection surface — instead of an over-tight name-level allowlist that was conflating namespacing with safety. Reproduced first as a unit test inkc-extractor.test.tsand then end-to-end ine2e-hardhat-chain.test.ts; both regression-tested by reverting the resolver fix and confirming the new tests fail. scripts/devnet.shno longer crashes withSyntaxError: Unexpected end of inputon startup (#377): three JavaScript comments insidenode -e ...blocks contained unescaped inner double-quotes that bash interpreted as string delimiters, truncating the script. Comments rephrased to avoid embedded double-quotes — necessary precondition for validating the kc-extractor fix on a local devnet.
Changed
- Base Sepolia (chainId 84532):
Profileupgradedv1.0.0→v1.1.0,Identityre-deployed (v1.0.0, source-only zero-address-check tightening) so it stays in lockstep with the Profile that calls into it (#372). The new Profile carries theaddOperationalWallets(uint72, address[])external function the post-PR-#366ensureProfileflow expects when registering the operational ACK wallet trio; without this upgrade the daemon failed silently withOperational wallet auto-registration failed: missing revert data ... to: 0x4Ad9B99C…0493Aand onlyop[0]ever made it on-chain. Both contracts are pure logic (zero per-identity state) so no migration is required — existing identities 1-14, including freshly-recreated beacon-01 with 50,000 v9TRAC stake on identity 14, are unaffected. Hub mappings updated atomically viaHub.setAndReinitializeContracts(tx0xf7c8dfe2…1914).
What's Changed
- Fix Telegram chat turn persistence by @Jurij89 in #362
- chore(ci): cut Codex review cost via path filters, hash skip, draft skip by @zsculac in #345
- fix(random-sampling): resolve CG names with "/" so v9-style / CGs sync by @branarakic in #377
- chore(deploy): upgrade Profile + Identity on Base Sepolia (enable 3-op-wallet ACK flow) by @branarakic in #372
- chore: release v10.0.0-rc.4 (depends on #377 + #372) by @branarakic in #378
Full Changelog: v10.0.0-rc.3...v10.0.0-rc.4