Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
Release v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oed committed Jul 17, 2019
1 parent 468f1cb commit 3c194d6
Show file tree
Hide file tree
Showing 5 changed files with 1,067 additions and 1,137 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ Creates a proof that links an ethereum address to the 3Box account of the user.
| --- | --- | --- | --- |
| [link] | <code>Object</code> | | Optional link object with type or proof |
| [link.type] | <code>String</code> | <code>&#x27;ethereum-eoa&#x27;</code> | The type of link (default 'ethereum') |
| [link.proof] | <code>Object</code> | | URL of graphQL 3Box profile service |
| [link.proof] | <code>Object</code> | | Proof object, should follow [spec](https://github.com/3box/3box/blob/master/3IPs/3ip-5.md) |
<a name="Box+removeAddressLink"></a>
Expand Down Expand Up @@ -1103,3 +1103,4 @@ Throws an error if the verification fails.
| Param | Type | Description |
| --- | --- | --- |
| claim | <code>String</code> | A did-JWT claim ownership of an email username |
7 changes: 7 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## v1.10.0 - 2019-07-17
* feat: added ability to link multiple ethereum addresses to a 3Box
* feat: added ability to add a link proof manually
* feat: address links are now stored in the rootstore instead of the public profile
* feat: added getter for DID
* fix: support web3 1.0 providers

## v1.9.1 - 2019-06-19
* feat: allow joinThread, addModerator, addMember to take both ethereum addresses or DIDs as function argument
* ref: await linkProfile, throw error if not completed
Expand Down
Loading

0 comments on commit 3c194d6

Please sign in to comment.