-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.2.0
- Prajna Testnet Release
#384
Commits on Oct 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3fdeade - Browse repository at this point
Copy the full SHA 3fdeadeView commit details
Commits on Oct 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d14323b - Browse repository at this point
Copy the full SHA d14323bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36e06b6 - Browse repository at this point
Copy the full SHA 36e06b6View commit details
Commits on Jan 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 36d7cd2 - Browse repository at this point
Copy the full SHA 36d7cd2View commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f240043 - Browse repository at this point
Copy the full SHA f240043View commit details
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c7ef717 - Browse repository at this point
Copy the full SHA c7ef717View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a8fca3b - Browse repository at this point
Copy the full SHA a8fca3bView commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a734c4c - Browse repository at this point
Copy the full SHA a734c4cView commit details
Commits on Aug 5, 2023
-
refactor: removed x/identityfee module and moved the fixed fee functi…
…onality under x/ssi module
Configuration menu - View commit details
-
Copy full SHA for a7a44b7 - Browse repository at this point
Copy the full SHA a7a44b7View commit details
Commits on Aug 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e4d8ad1 - Browse repository at this point
Copy the full SHA e4d8ad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c50170 - Browse repository at this point
Copy the full SHA 3c50170View commit details
Commits on Sep 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 230cee1 - Browse repository at this point
Copy the full SHA 230cee1View commit details
Commits on Sep 6, 2023
-
added 'BabyJubJubSignature2023' in verificationMethodSignatureMap to …
…allow Credential Status and Schema to be registered for its corresponding verification method type
Configuration menu - View commit details
-
Copy full SHA for e3d6404 - Browse repository at this point
Copy the full SHA e3d6404View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d082c - Browse repository at this point
Copy the full SHA 98d082cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e08f1 - Browse repository at this point
Copy the full SHA 82e08f1View commit details
Commits on Sep 19, 2023
-
refactor: ed25519 signature verification has been aligned in accordan…
…ce with EdDsaCryptoSuite2020 W3C specification; this includes canonizing the document using RDF dataset normalization and expecting publicKeyMutibase of verification method type Ed25519VerificationKey2020 to carry a 2-byte prefix as described in the said specification
Configuration menu - View commit details
-
Copy full SHA for 2fde2fe - Browse repository at this point
Copy the full SHA 2fde2feView commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 07d115b - Browse repository at this point
Copy the full SHA 07d115bView commit details
Commits on Sep 22, 2023
-
fix: normalized rdf string came empty even after passing correct Json…
…LD struct. This issue was solved by converting the jsonLd struct to an interface{} object and fed to the normalize function
Configuration menu - View commit details
-
Copy full SHA for f0d4995 - Browse repository at this point
Copy the full SHA f0d4995View commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c4f2a40 - Browse repository at this point
Copy the full SHA c4f2a40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f27e4 - Browse repository at this point
Copy the full SHA 00f27e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7f86b5 - Browse repository at this point
Copy the full SHA e7f86b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8f53b - Browse repository at this point
Copy the full SHA 5c8f53bView commit details
Commits on Oct 10, 2023
-
Merge pull request #372 from hypersign-protocol/babyjubjub-signature-…
…support feat: `BabyJubJub` signature verification support
Configuration menu - View commit details
-
Copy full SHA for 608bc44 - Browse repository at this point
Copy the full SHA 608bc44View commit details
Commits on Oct 19, 2023
-
- SSI proto package name has been renamed from hypersignprotocol.hidnode.ssi to hypersign.ssi.v1 - Client Spec has been reduced to an enum type. ADR036Signer address is infered from the blockchainAccountId - A common Proof message is introduced for DID, Credential Schema and Credential Status documents. It also replaces the existing Schema Proof, Credential Status Proof and DID SignInfo messages. Proof message is only stored on-chain for Credential Schema and Credential Status - Credential Status message has been revamped by eliminating statuses such as Live and Expired. Only Revocation and Suspension is tracked. Claim message has been discarded, making fields such as id, remarks part of the main Credential Status message. The attribute credentialHash has been renamed to merkleRootHash to indicate that the Hash represents the Merkle Root Hash of the VC - CreateDID RPC has been renamed to RegisterDID. Updates of any CredentialStatus document will done through a seperate RPC: UpdateCredentialStatus. Updates of any CredentialStatus document will done through a seperate RPC: UpdateCredentialSchema. - json_name proto tag has been added to context attribute of DidDocument to support @context field in generated TS client - protocgen-ts.sh script has been added to generate TS client files. This approach provides more flexibility in terms of generation options compared to using ignite CLI tool
Configuration menu - View commit details
-
Copy full SHA for 4ce52b2 - Browse repository at this point
Copy the full SHA 4ce52b2View commit details
Commits on Oct 30, 2023
-
fix: fixed the canonization process of JSON-LD documents by canonizin…
…g proof object as well
Configuration menu - View commit details
-
Copy full SHA for 5e3fb53 - Browse repository at this point
Copy the full SHA 5e3fb53View commit details -
added clients proto package to define supported constants by protocol…
… for external clients
Configuration menu - View commit details
-
Copy full SHA for 4bcbe4e - Browse repository at this point
Copy the full SHA 4bcbe4eView commit details
Commits on Oct 31, 2023
-
added check to ensure credentialMerkleRootHash is not changed while u…
…pdating credential status
Configuration menu - View commit details
-
Copy full SHA for 1ebd392 - Browse repository at this point
Copy the full SHA 1ebd392View commit details -
added check in updateCredentialStatus rpc to ensure that update only …
…happens when incoming vc status document has changes
Configuration menu - View commit details
-
Copy full SHA for a019cfb - Browse repository at this point
Copy the full SHA a019cfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 256968c - Browse repository at this point
Copy the full SHA 256968cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b5e0e - Browse repository at this point
Copy the full SHA f9b5e0eView commit details
Commits on Nov 1, 2023
-
store related ssiKeeper methods are not exposed to prevent any usage …
…outside of the package
Configuration menu - View commit details
-
Copy full SHA for 91ae4a1 - Browse repository at this point
Copy the full SHA 91ae4a1View commit details -
updateDidDocumentInStore and registerDidDocumentInStore methods are r…
…eplaced by setDidDocumentInStore since both methods had similar interaction with store, with the exception that in case of latter the did doc count was incremented by 1, which is seperated in a different method
Configuration menu - View commit details
-
Copy full SHA for 3e63994 - Browse repository at this point
Copy the full SHA 3e63994View commit details
Commits on Nov 6, 2023
-
moved HypersignCredentialStatus2023.jsonld to a seperate github repo;…
… added context for X25519KeyAgreementKeyEIP5630 type
Configuration menu - View commit details
-
Copy full SHA for e818923 - Browse repository at this point
Copy the full SHA e818923View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36416aa - Browse repository at this point
Copy the full SHA 36416aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 915af78 - Browse repository at this point
Copy the full SHA 915af78View commit details
Commits on Nov 8, 2023
-
refactor: grouped the logic for document json-ld canonization under a…
… common function
Configuration menu - View commit details
-
Copy full SHA for ce0091b - Browse repository at this point
Copy the full SHA ce0091bView commit details
Commits on Nov 9, 2023
-
Merge pull request #373 from hypersign-protocol/w3c-signature-suite-r…
…ectification refactor: Add JSON-LD support for DID Documents
Configuration menu - View commit details
-
Copy full SHA for 05d2d40 - Browse repository at this point
Copy the full SHA 05d2d40View commit details -
Merge pull request #374 from hypersign-protocol/pre-testnet-factor
Pre-TestnetV2 Refactor
Configuration menu - View commit details
-
Copy full SHA for c0928a1 - Browse repository at this point
Copy the full SHA c0928a1View commit details -
Merge pull request #376 from hypersign-protocol/ld-json-fix
fixed JSON-LD canonization; added `client` proto package to define governed constants for external clients
Configuration menu - View commit details
-
Copy full SHA for ad004f4 - Browse repository at this point
Copy the full SHA ad004f4View commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 89e82e7 - Browse repository at this point
Copy the full SHA 89e82e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c4abb1 - Browse repository at this point
Copy the full SHA 0c4abb1View commit details -
modified clientSpec check to do JSON-singing only for BabyJubJubSigna…
…ture2023 signed document
Configuration menu - View commit details
-
Copy full SHA for d10e2ae - Browse repository at this point
Copy the full SHA d10e2aeView commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f3abe4f - Browse repository at this point
Copy the full SHA f3abe4fView commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9ffbb3a - Browse repository at this point
Copy the full SHA 9ffbb3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d22b51 - Browse repository at this point
Copy the full SHA 1d22b51View commit details
Commits on Nov 21, 2023
-
fixed ssi genesis param chainNamespace in docker script; removed loca…
…lnet-single-node dir as the job was done by localnetsetup.sh script already
Configuration menu - View commit details
-
Copy full SHA for 4f1021e - Browse repository at this point
Copy the full SHA 4f1021eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e75cd1a - Browse repository at this point
Copy the full SHA e75cd1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9a92a8 - Browse repository at this point
Copy the full SHA f9a92a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9ebd34 - Browse repository at this point
Copy the full SHA a9ebd34View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1a65ca - Browse repository at this point
Copy the full SHA f1a65caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b7383e - Browse repository at this point
Copy the full SHA 2b7383eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0352a1 - Browse repository at this point
Copy the full SHA d0352a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c642a4 - Browse repository at this point
Copy the full SHA 7c642a4View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d3e7aaa - Browse repository at this point
Copy the full SHA d3e7aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5700a1 - Browse repository at this point
Copy the full SHA d5700a1View commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 82ebd3b - Browse repository at this point
Copy the full SHA 82ebd3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1597bce - Browse repository at this point
Copy the full SHA 1597bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d970fe - Browse repository at this point
Copy the full SHA 2d970feView commit details -
Merge branch 'testnetv2-housekeeping' of https://github.com/hypersign…
…-protocol/hid-node into bjj-jsonld-context-support
Configuration menu - View commit details
-
Copy full SHA for 26238be - Browse repository at this point
Copy the full SHA 26238beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67fcc8a - Browse repository at this point
Copy the full SHA 67fcc8aView commit details
Commits on Nov 24, 2023
-
VerificationMethod being added in their respective VM relationships w…
…ill have the vm relationship string name appended to their verification method id
Configuration menu - View commit details
-
Copy full SHA for b31cf65 - Browse repository at this point
Copy the full SHA b31cf65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d8533 - Browse repository at this point
Copy the full SHA 81d8533View commit details -
Configuration menu - View commit details
-
Copy full SHA for 380f171 - Browse repository at this point
Copy the full SHA 380f171View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e1273 - Browse repository at this point
Copy the full SHA d6e1273View commit details -
added validation to look for 'type' and 'format' sub-attributes in sc…
…hema property field
Configuration menu - View commit details
-
Copy full SHA for 8bf73b6 - Browse repository at this point
Copy the full SHA 8bf73b6View commit details
Commits on Nov 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a87f940 - Browse repository at this point
Copy the full SHA a87f940View commit details -
Merge pull request #377 from hypersign-protocol/vc-status-context
feat: added support for JSON-LD signing for VC status
Configuration menu - View commit details
-
Copy full SHA for feca14a - Browse repository at this point
Copy the full SHA feca14aView commit details -
Merge pull request #378 from hypersign-protocol/credential-schema-vc-…
…support JSON-LD signing support for Credential Schema
Configuration menu - View commit details
-
Copy full SHA for dfd19c8 - Browse repository at this point
Copy the full SHA dfd19c8View commit details -
Merge pull request #365 from hypersign-protocol/ssi-fixed-fee
feat: Incur fixed cost for each `x/ssi` message
Configuration menu - View commit details
-
Copy full SHA for e821c4d - Browse repository at this point
Copy the full SHA e821c4dView commit details -
Merge pull request #330 from hypersign-protocol/wasm-integration
CosmWasm Integration
Configuration menu - View commit details
-
Copy full SHA for 74f15b7 - Browse repository at this point
Copy the full SHA 74f15b7View commit details -
Merge pull request #379 from hypersign-protocol/testnetv2-housekeeping
Chore: Minor housekeeping work before Testnet V2 launch
Configuration menu - View commit details
-
Copy full SHA for 5e44dc2 - Browse repository at this point
Copy the full SHA 5e44dc2View commit details -
Merge pull request #380 from hypersign-protocol/bjj-jsonld-context-su…
…pport feat: Add JSON-LD support for BJJSignature2021
Configuration menu - View commit details
-
Copy full SHA for a6d2c8c - Browse repository at this point
Copy the full SHA a6d2c8cView commit details -
Merge pull request #381 from hypersign-protocol/credential-schema-val…
…idation feat: `name` and `properties` validation for Credential Schema
Configuration menu - View commit details
-
Copy full SHA for 700703b - Browse repository at this point
Copy the full SHA 700703bView commit details -
Merge pull request #382 from hypersign-protocol/fix-dependency-vulner…
…abilities chore: updated vulnerable dependencies
Configuration menu - View commit details
-
Copy full SHA for ba6e487 - Browse repository at this point
Copy the full SHA ba6e487View commit details -
Configuration menu - View commit details
-
Copy full SHA for c863a58 - Browse repository at this point
Copy the full SHA c863a58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7197f3c - Browse repository at this point
Copy the full SHA 7197f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5d6baa - Browse repository at this point
Copy the full SHA f5d6baaView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc22f5 - Browse repository at this point
Copy the full SHA dcc22f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c205b6e - Browse repository at this point
Copy the full SHA c205b6eView commit details -
Merge pull request #298 from hypersign-protocol/add-gosec-git-workflow
Add gosec git workflow
Configuration menu - View commit details
-
Copy full SHA for bbe698d - Browse repository at this point
Copy the full SHA bbe698dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 291a7ce - Browse repository at this point
Copy the full SHA 291a7ceView commit details -
Merge pull request #300 from hypersign-protocol/294-add-vesting-module
Add vesting module
Configuration menu - View commit details
-
Copy full SHA for 03eeb13 - Browse repository at this point
Copy the full SHA 03eeb13View commit details
Commits on Dec 10, 2023
-
feat: upgraded cosmos-sdk to v0.47 and IBC to v7; switched from proto…
…c to buf for protobuf generation
Configuration menu - View commit details
-
Copy full SHA for 4deb695 - Browse repository at this point
Copy the full SHA 4deb695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73e0279 - Browse repository at this point
Copy the full SHA 73e0279View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0508c2 - Browse repository at this point
Copy the full SHA c0508c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c9d60 - Browse repository at this point
Copy the full SHA 20c9d60View commit details -
Configuration menu - View commit details
-
Copy full SHA for b53647a - Browse repository at this point
Copy the full SHA b53647aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c0faa - Browse repository at this point
Copy the full SHA 51c0faaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f3481 - Browse repository at this point
Copy the full SHA 14f3481View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f592f - Browse repository at this point
Copy the full SHA a7f592fView commit details -
Merge pull request #383 from hypersign-protocol/prajna-cosmos-sdk-upg…
…rade feat: Cosmos SDK and IBC Upgrade for Testnet V2
Configuration menu - View commit details
-
Copy full SHA for 8b01cb0 - Browse repository at this point
Copy the full SHA 8b01cb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa89f17 - Browse repository at this point
Copy the full SHA aa89f17View commit details