This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from prosopo/develop
Updated GitHub URLs and v0.1.8 of packages
- Loading branch information
Showing
30 changed files
with
146 additions
and
770 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@prosopo/contract", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"author": "PROSOPO LIMITED <[email protected]>", | ||
"license": "Apache-2.0", | ||
"scripts": { | ||
|
@@ -35,6 +35,7 @@ | |
"@polkadot/types-create": "^8.13.1", | ||
"@polkadot/util": "^10.0.2", | ||
"@polkadot/util-crypto": "^10.0.2", | ||
"@prosopo/i18n": "^0.0.1", | ||
"bn.js": "^5.2.1", | ||
"consola": "^2.15.3", | ||
"zod": "^3.17.9" | ||
|
@@ -47,12 +48,12 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/prosopo-io/contract.git" | ||
"url": "git+https://github.com/prosopo/contract.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/prosopo-io/contract/issues" | ||
"url": "https://github.com/prosopo/contract/issues" | ||
}, | ||
"homepage": "https://github.com/prosopo-io/contract#readme", | ||
"homepage": "https://github.com/prosopo/contract#readme", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"source": { | ||
"hash": "0x3511098063daf604c1849ea9765cdd17175b288c184a4d1a816d20a300956dac", | ||
"language": "ink! 3.0.1", | ||
"compiler": "rustc 1.63.0-nightly" | ||
"hash": "0x1fb33aa2110a3f5bf7e809b03ab1a85e62a7dfe4d1969e183940af2025aeea7c", | ||
"language": "ink! 3.3.1", | ||
"compiler": "rustc 1.64.0-nightly" | ||
}, | ||
"contract": { | ||
"name": "prosopo", | ||
"version": "3.0.0-rc9", | ||
"version": "3.3.0", | ||
"authors": [ | ||
"Chris Taylor [email protected]" | ||
] | ||
|
@@ -140,7 +140,18 @@ | |
{ | ||
"docs": [], | ||
"indexed": false, | ||
"label": "merkle_tree_root", | ||
"label": "dataset_id", | ||
"type": { | ||
"displayName": [ | ||
"Hash" | ||
], | ||
"type": 9 | ||
} | ||
}, | ||
{ | ||
"docs": [], | ||
"indexed": false, | ||
"label": "dataset_id_content", | ||
"type": { | ||
"displayName": [ | ||
"Hash" | ||
|
@@ -408,7 +419,7 @@ | |
{ | ||
"docs": [], | ||
"indexed": false, | ||
"label": "captcha_dataset_id", | ||
"label": "dataset_id", | ||
"type": { | ||
"displayName": [ | ||
"Hash" | ||
|
@@ -589,7 +600,16 @@ | |
{ | ||
"args": [ | ||
{ | ||
"label": "merkle_tree_root", | ||
"label": "dataset_id", | ||
"type": { | ||
"displayName": [ | ||
"Hash" | ||
], | ||
"type": 9 | ||
} | ||
}, | ||
{ | ||
"label": "dataset_id_content", | ||
"type": { | ||
"displayName": [ | ||
"Hash" | ||
|
@@ -710,7 +730,7 @@ | |
} | ||
}, | ||
{ | ||
"label": "captcha_dataset_id", | ||
"label": "dataset_id", | ||
"type": { | ||
"displayName": [ | ||
"Hash" | ||
|
@@ -896,7 +916,7 @@ | |
{ | ||
"args": [ | ||
{ | ||
"label": "captcha_dataset_id", | ||
"label": "dataset_id", | ||
"type": { | ||
"displayName": [ | ||
"Hash" | ||
|
@@ -1457,7 +1477,12 @@ | |
"typeName": "Hash" | ||
}, | ||
{ | ||
"name": "captcha_dataset_id", | ||
"name": "dataset_id", | ||
"type": 9, | ||
"typeName": "Hash" | ||
}, | ||
{ | ||
"name": "dataset_id_content", | ||
"type": 9, | ||
"typeName": "Hash" | ||
} | ||
|
@@ -1731,7 +1756,7 @@ | |
"typeName": "AccountId" | ||
}, | ||
{ | ||
"name": "merkle_tree_root", | ||
"name": "dataset_id", | ||
"type": 9, | ||
"typeName": "Hash" | ||
}, | ||
|
@@ -1802,7 +1827,7 @@ | |
"typeName": "AccountId" | ||
}, | ||
{ | ||
"name": "captcha_dataset_id", | ||
"name": "dataset_id", | ||
"type": 9, | ||
"typeName": "Hash" | ||
}, | ||
|
@@ -2185,6 +2210,10 @@ | |
{ | ||
"index": 17, | ||
"name": "NoActiveProviders" | ||
}, | ||
{ | ||
"index": 18, | ||
"name": "DatasetIdSolutionsSame" | ||
} | ||
] | ||
} | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.