every DID method, measured
Iden3 identity states, read straight from the on-chain State contract.
New driver under the verification guarantee: ThisDID resolutions are double-checked in parallel against an independent upstream — for did:iden3, archon and godiddy — until the live match-rate earns graduation.
did:iden3 has an approved and merged resolver docker container in the DIF Universal Resolver repository.
Three eth_calls against the State contract replace a 21 MB SDK path. Every encoding rule was validated live before implementation — iden3 IDs convert to uint256 little-endian, and state hashes render little-endian too (an apparent upstream mismatch during the build turned out to be byte order). The probation comparator compares the actual identity state, GIST root, contract, and proof — not just key sets.