-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump version to 0.3.3 * Add license headers to contract files --------- Co-authored-by: Chris Taylor <[email protected]>
- Loading branch information
1 parent
8f4ad15
commit 764e3a9
Showing
54 changed files
with
808 additions
and
3,250 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
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 @@ | ||
{ | ||
"source": { | ||
"hash": "0x6dfaae2fc554c3b0c8eb6658b02e99728d4c58fd402acf50a11994fce8b2aa2e", | ||
"hash": "0x642ed8055bb4f2e5d29466d68dc448013f105721272bef122183186746c6f8a1", | ||
"language": "ink! 4.3.0", | ||
"compiler": "rustc 1.69.0", | ||
"build_info": { | ||
|
@@ -15,7 +15,7 @@ | |
}, | ||
"contract": { | ||
"name": "captcha", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"authors": [ | ||
"Chris Taylor <[email protected]>", | ||
"George Oastler <[email protected]>", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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,6 +1,6 @@ | ||
{ | ||
"source": { | ||
"hash": "0xc8c595955e7cbd5a6ce4f4ac9f419085e6d02429dfac5629941c794bb1e182d2", | ||
"hash": "0xe98d5d7408a25246c3a2aa1e26c473fcb70c9152d37277251756bb620aba4fb3", | ||
"language": "ink! 4.3.0", | ||
"compiler": "rustc 1.69.0", | ||
"build_info": { | ||
|
@@ -15,7 +15,7 @@ | |
}, | ||
"contract": { | ||
"name": "common", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"authors": [ | ||
"Chris Taylor <[email protected]>", | ||
"George Oastler <[email protected]>", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
{ | ||
"source": { | ||
"hash": "0xd5b219f2325240fd3035dc6158216c6b9b88856b5c8c8e082e49803520b9dec7", | ||
"hash": "0xde55e178249f964a73f348c96259e4076aced90ac8802e89e9f883d1102dc685", | ||
"language": "ink! 4.3.0", | ||
"compiler": "rustc 1.69.0", | ||
"build_info": { | ||
|
@@ -15,7 +15,7 @@ | |
}, | ||
"contract": { | ||
"name": "proxy", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"authors": ["Chris Taylor <[email protected]>", "George Oastler <[email protected]>"] | ||
}, | ||
"spec": { | ||
|
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
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
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
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 @@ | ||
[package] | ||
name = "dapp" | ||
version = "0.3.2" | ||
version = "0.3.3" | ||
authors = [ "Chris Taylor [email protected]" ] | ||
edition = "2021" | ||
|
||
|
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/provider-mock", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"author": "PROSOPO LIMITED <[email protected]>", | ||
"license": "Apache-2.0", | ||
"main": "./dist/index.js", | ||
|
@@ -20,9 +20,9 @@ | |
"lint:fix": "npm run eslint:fix && npm run prettier:fix" | ||
}, | ||
"dependencies": { | ||
"@prosopo/cli": "0.3.2", | ||
"@prosopo/common": "0.3.2", | ||
"@prosopo/types": "0.3.2", | ||
"@prosopo/cli": "0.3.3", | ||
"@prosopo/common": "0.3.3", | ||
"@prosopo/types": "0.3.3", | ||
"es-main": "^1.3.0", | ||
"express": "^4.18.1" | ||
}, | ||
|
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
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
Oops, something went wrong.