Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #17 from uport-project/feature/identity-manager
Browse files Browse the repository at this point in the history
IdentityManager - Identity factory with multiple devices and singleton controller support
  • Loading branch information
pelle committed Jul 28, 2017
2 parents f41b224 + f5ff249 commit c2cfd94
Show file tree
Hide file tree
Showing 26 changed files with 1,528 additions and 287 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ Please read our [Whitepaper](http://whitepaper.uport.me) for information on what
|ArrayLib|[0xb8a00506e12d39522cd1787389ae8f83db536e46](https://rinkeby.etherscan.io/address/0xb8a00506e12d39522cd1787389ae8f83db536e46)|
|IdentityFactory|[0x6a841ba0ea1a88cfbc085220fc6b65973afca431](https://rinkeby.etherscan.io/address/0x6a841ba0ea1a88cfbc085220fc6b65973afca431)|
|IdentityFactoryWithRecoveryKey|[0xd7dc3926bc6089a5be4815215ceaa6e707591023](https://rinkeby.etherscan.io/address/0xd7dc3926bc6089a5be4815215ceaa6e707591023)|
|IdentityManager|[0x02147e6dc09eb90ed508d99274aaafa9c4ab0d72](https://rinkeby.etherscan.io/address/0x02147e6dc09eb90ed508d99274aaafa9c4ab0d72)|


### Kovan testnet (id: 42)
|Contract|Address|
| --|--|
|ArrayLib|[0x6a841ba0ea1a88cfbc085220fc6b65973afca431](https://kovan.etherscan.io/address/0x6a841ba0ea1a88cfbc085220fc6b65973afca431)|
|IdentityFactory|[0xd7dc3926bc6089a5be4815215ceaa6e707591023](https://kovan.etherscan.io/address/0xd7dc3926bc6089a5be4815215ceaa6e707591023)|
|IdentityFactoryWithRecoveryKey|[0xdc420f5d89ef5c729c63cf05b0ceda364d5a8b1d](https://kovan.etherscan.io/address/0xdc420f5d89ef5c729c63cf05b0ceda364d5a8b1d)|
|IdentityManager|[0xfccae2f34600e3d34155815ed21818feb69a31c7](https://rinkeby.etherscan.io/address/0xfccae2f34600e3d34155815ed21818feb69a31c7)|


## Using the contracts
Expand Down
4 changes: 2 additions & 2 deletions build/contracts/ArrayLib.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"type": "function"
}
],
"unlinked_binary": "0x606060405234610000575b6101e4806100196000396000f300606060405263ffffffff60e060020a600035041663c6f31521811461002f578063f14717c71461003f575b610000565b61003d600435602435610068565b005b610056600160a060020a0360043516602435610149565b60408051918252519081900360200190f35b80546000198101908290829081101561000057906000526020600020900160005b9054906101000a9004600160a060020a03168284815481101561000057906000526020600020900160005b6101000a815481600160a060020a030219169083600160a060020a031602179055508181815481101561000057906000526020600020900160005b6101000a815490600160a060020a03021916905580828181548183558181151161013e5760008381526020902061013e9181019083015b8082111561013a5760008155600101610126565b5090565b5b505050505b505050565b6000805b82548110156101ab5783600160a060020a03168382815481101561000057906000526020600020900160005b9054906101000a9004600160a060020a0316600160a060020a031614156101a2578091506101b1565b5b60010161014d565b60001991505b50929150505600a165627a7a72305820716584b2fde1c641931f4cef74554e539ea0c151c6826cf73959f21c6e3019850029",
"unlinked_binary": "0x6060604052341561000c57fe5b5b6102048061001c6000396000f300606060405263ffffffff60e060020a600035041663c6f31521811461002c578063f14717c71461003c575bfe5b61003a600435602435610065565b005b610053600160a060020a036004351660243561011b565b60408051918252519081900360200190f35b805460001981019082908290811061007957fe5b906000526020600020900160005b9054906101000a9004600160a060020a031682848154811015156100a757fe5b906000526020600020900160005b6101000a815481600160a060020a030219169083600160a060020a0316021790555081818154811015156100e557fe5b906000526020600020900160005b6101000a815490600160a060020a030219169055808281610114919061018d565b505b505050565b6000805b82548110156101805783600160a060020a0316838281548110151561014057fe5b906000526020600020900160005b9054906101000a9004600160a060020a0316600160a060020a0316141561017757809150610186565b5b60010161011f565b60001991505b5092915050565b815481835581811511610116576000838152602090206101169181019083016101b7565b5b505050565b6101d591905b808211156101d157600081556001016101bd565b5090565b905600a165627a7a723058200b64891ae791ce3a3396f24738820c06a1a3813439c92adac1c82b4a595006be0029",
"networks": {
"1": {
"events": {},
Expand Down Expand Up @@ -81,5 +81,5 @@
}
},
"schema_version": "0.0.5",
"updated_at": 1494766483133
"updated_at": 1501018354944
}
4 changes: 2 additions & 2 deletions build/contracts/IdentityFactory.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/contracts/IdentityFactoryWithRecoveryKey.json

Large diffs are not rendered by default.

Loading

0 comments on commit c2cfd94

Please sign in to comment.