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 #34 from prosopo/develop
Browse files Browse the repository at this point in the history
Updated GitHub URLs and v0.1.8 of packages
  • Loading branch information
forgetso authored Oct 11, 2022
2 parents 907d79c + 90ef15d commit 827bbb5
Show file tree
Hide file tree
Showing 30 changed files with 146 additions and 770 deletions.
9 changes: 5 additions & 4 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,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"
Expand All @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion src/abi/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (C) 2021-2022 Prosopo (UK) Ltd.
// This file is part of contract <https://github.com/prosopo-io/contract>.
// This file is part of contract <https://github.com/prosopo/contract>.
//
// contract is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
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
230 changes: 0 additions & 230 deletions src/captcha/captcha.ts

This file was deleted.

Loading

0 comments on commit 827bbb5

Please sign in to comment.