Markus Sabadello

Results 90 issues of Markus Sabadello

Hello @pelle, @mirceanis.. Your repositories [did-resolver](https://github.com/decentralized-identity/did-resolver), [ethr-did-resolver](https://github.com/decentralized-identity/did-resolver), [web-did-resolver](https://github.com/decentralized-identity/did-resolver) are one of the [work items](https://github.com/decentralized-identity/identifiers-discovery#work-items) in the DIF Identifiers and Discovery Working Group (I&D WG). We haven't heard from you about...

Hello @csuwildcat, @OR13.. Your repository [.well-known](https://github.com/decentralized-identity/.well-known) is one of the [work items](https://github.com/decentralized-identity/identifiers-discovery#work-items) in the DIF Identifiers and Discovery Working Group (I&D WG). We haven't heard from you about this in...

Hello @peacekeeper (=myself).. The repository [universal-registrar](https://github.com/decentralized-identity/universal-resolver) is one of the [work items](https://github.com/decentralized-identity/identifiers-discovery#work-items) in the DIF Identifiers and Discovery Working Group (I&D WG). 1. I should write a short summary here...

Hello @peacekeeper (=myself).. The repository [universal-resolver](https://github.com/decentralized-identity/universal-resolver) is one of the [work items](https://github.com/decentralized-identity/identifiers-discovery#work-items) in the DIF Identifiers and Discovery Working Group (I&D WG). 1. I should write a short summary here...

Hello @peacekeeper (=myself).. The repository [did-common-java](https://github.com/decentralized-identity/did-common-java) is one of the [work items](https://github.com/decentralized-identity/identifiers-discovery#work-items) in the DIF Identifiers and Discovery Working Group (I&D WG). 1. I should write a short summary here...

Hello @peacekeeper (=myself).. The repository [did-spec-extensions](https://github.com/decentralized-identity/did-spec-extensions) is one of the [work items](https://github.com/decentralized-identity/identifiers-discovery#work-items) in the DIF Identifiers and Discovery Working Group (I&D WG). 1. I should write a short summary here...

Hello @tmarkovski.. Your repository [did-key.rs](https://github.com/decentralized-identity/did-key.rs) is one of the [work items](https://github.com/decentralized-identity/identifiers-discovery#work-items) in the DIF Identifiers and Discovery Working Group (I&D WG). We haven't heard from you about this in a...

Hello @OR13.. Your repository [jsonld-document-loader](https://github.com/decentralized-identity/jsonld-document-loader) is one of the [work items](https://github.com/decentralized-identity/identifiers-discovery#work-items) in the DIF Identifiers and Discovery Working Group (I&D WG). We haven't heard from you about this in a...

Hello @TomCJones, @csuwildcat, @johncallahan.. Your repositories [secret-recover-methods](https://github.com/decentralized-identity/secret-recovery-methods), [fuzzy-encryption](https://github.com/decentralized-identity/fuzzy-encryption), [horcrux](https://github.com/decentralized-identity/horcrux) are one of the [work items](https://github.com/decentralized-identity/identifiers-discovery#work-items) in the DIF Identifiers and Discovery Working Group (I&D WG). We haven't heard from you...

in serialize_sign_and_broadcast() in transactions/network.py, sign_transaction() is only called on the first input (index 0): ``` def serialize_sign_and_broadcast(inputs, outputs, private_key, blockchain_client=BlockchainInfoClient()): # extract the private key object private_key_obj = get_private_key_obj(private_key) #...