Jack Grigg
Jack Grigg
A couple of DIDs configured the `atproto_pds` entry of their `services` data with the incorrect capitalization `atprotoPersonalDataServer`: - `did:plc:7zm5342qmbbedf44v7w3vq3j` - `did:plc:tjrvc7dfsjcoolkgxxo3jprg` - `did:plc:5dtau6dqgspc37x4ou53457h` [Section 5.4 of the DID-core spec](https://www.w3.org/TR/did-core/#services) specifies...
plc.directory stores the PLC operation for a given log entry directly as JSON in its database: https://github.com/did-method-plc/did-method-plc/blob/8132e197b7c55421aac923de11a934f8d36d7387/packages/server/src/migrations/20230223T215019669Z-refactor.ts#L7 However, the JSON is not validated to only contain expected fields. This means...
This enables the method to be used with bundles that have spend auth signatures and proofs, but not yet binding signatures.
The public APIs that produced `esk` all used the `EphemeralSecretKey` type, but that could only be converted to a `jubjub::Scalar` inside the crate. We now use the type-safe wrapper consistently.
This corresponds to the `age-plugin` specification change in https://github.com/C2SP/C2SP/pull/80.
The Settings option is last, which means if a user's browser window is too short, it won't show on screen. Depending on the exact height, there's no partial entry to...
### What happened? `zcashd`'s `getrawtransaction` API is inherited from Bitcoin Core, and thus its behaviour around general transaction properties (as opposed to Zcash-specific properties) is likely ossified within the wider...
Found in the `wallet_orchard_change` RPC test while migrating it to ZIP 317. The `null` gets re-calculated as a 3-logical-action fee, but the actually-created transaction has 4 logical actions.