Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #33 from prosopo/datasets_npm_package
Browse files Browse the repository at this point in the history
Datasets npm package
  • Loading branch information
forgetso authored Oct 11, 2022
2 parents d1afbdd + 6cc027f commit 6390402
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 633 deletions.
4 changes: 2 additions & 2 deletions package.json
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": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@polkadot/types-create": "^8.13.1",
"@polkadot/util": "^10.0.2",
"@polkadot/util-crypto": "^10.0.2",
"@prosopo/i18n": "0.0.1",
"@prosopo/i18n": "^0.0.1",
"bn.js": "^5.2.1",
"consola": "^2.15.3",
"zod": "^3.17.9"
Expand Down
53 changes: 41 additions & 12 deletions src/abi/prosopo.json
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]"
]
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -408,7 +419,7 @@
{
"docs": [],
"indexed": false,
"label": "captcha_dataset_id",
"label": "dataset_id",
"type": {
"displayName": [
"Hash"
Expand Down Expand Up @@ -589,7 +600,16 @@
{
"args": [
{
"label": "merkle_tree_root",
"label": "dataset_id",
"type": {
"displayName": [
"Hash"
],
"type": 9
}
},
{
"label": "dataset_id_content",
"type": {
"displayName": [
"Hash"
Expand Down Expand Up @@ -710,7 +730,7 @@
}
},
{
"label": "captcha_dataset_id",
"label": "dataset_id",
"type": {
"displayName": [
"Hash"
Expand Down Expand Up @@ -896,7 +916,7 @@
{
"args": [
{
"label": "captcha_dataset_id",
"label": "dataset_id",
"type": {
"displayName": [
"Hash"
Expand Down Expand Up @@ -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"
}
Expand Down Expand Up @@ -1731,7 +1756,7 @@
"typeName": "AccountId"
},
{
"name": "merkle_tree_root",
"name": "dataset_id",
"type": 9,
"typeName": "Hash"
},
Expand Down Expand Up @@ -1802,7 +1827,7 @@
"typeName": "AccountId"
},
{
"name": "captcha_dataset_id",
"name": "dataset_id",
"type": 9,
"typeName": "Hash"
},
Expand Down Expand Up @@ -2185,6 +2210,10 @@
{
"index": 17,
"name": "NoActiveProviders"
},
{
"index": 18,
"name": "DatasetIdSolutionsSame"
}
]
}
Expand Down
227 changes: 0 additions & 227 deletions src/captcha/captcha.ts

This file was deleted.

18 changes: 0 additions & 18 deletions src/captcha/index.ts

This file was deleted.

Loading

0 comments on commit 6390402

Please sign in to comment.