Richard Ramos
|
dd2fc2daec
|
Placeholder for IdentityFactory test
|
2018-02-28 10:18:00 -04:00 |
|
Ricardo Guilherme Schmidt
|
5cee99ad85
|
add upgradable instance factory and needed architecture
|
2018-02-28 01:36:48 -03:00 |
|
Richard Ramos
|
3724b3addc
|
- Test case to illustrate how the recovery process works
|
2018-02-27 17:11:22 -04:00 |
|
Richard Ramos
|
d17265ed63
|
- Modified Identity to setup recovery contract address
- Added initial version of test unit for recovery contract
|
2018-02-27 13:23:00 -04:00 |
|
Ricardo Guilherme Schmidt
|
64c595e7c8
|
message signing verifications, use same storage, abstracted modifiers
|
2018-02-26 19:22:04 -03:00 |
|
Richard Ramos
|
8e611aaae4
|
Added execute and approve function for ECDSA keys.
|
2018-02-26 17:26:14 -04:00 |
|
Ricardo Guilherme Schmidt
|
260c20561a
|
unique signing secret for new owner (hash tied) & fix too long stack
|
2018-02-25 19:11:31 -03:00 |
|
Ricardo Guilherme Schmidt
|
1cf6aef92d
|
FriendsRecovery new version
|
2018-02-25 02:18:40 -03:00 |
|
Richard Ramos
|
00fb3394c1
|
Initial version of possible recovery contract (hasn't been tested yet)
|
2018-02-23 15:01:35 -04:00 |
|
Ricardo Guilherme Schmidt
|
2a4fbf85ac
|
manager should use execute method
|
2018-02-23 14:17:57 -03:00 |
|
Ricardo Guilherme Schmidt
|
a3577d01d0
|
remove leftover code
|
2018-02-23 14:14:59 -03:00 |
|
Ricardo Guilherme Schmidt
|
648e160067
|
other option of claim approval
|
2018-02-23 14:02:53 -03:00 |
|
Richard Ramos
|
4136965d53
|
- Added logic for handling approvals of claims
|
2018-02-22 14:58:25 -04:00 |
|
Ricardo Guilherme Schmidt
|
1a4b64539c
|
auto-approve
|
2018-02-22 05:19:38 -03:00 |
|
Ricardo Guilherme Schmidt
|
0bb74e589d
|
manager should call only by execute
|
2018-02-22 05:16:06 -03:00 |
|
Ricardo Guilherme Schmidt
|
f7ecc879c7
|
linting
|
2018-02-22 05:05:10 -03:00 |
|
Ricardo Guilherme Schmidt
|
b2264b060e
|
encapsulate reusable code
|
2018-02-21 19:45:25 -03:00 |
|
Ricardo Guilherme Schmidt
|
fe50ca0540
|
remove self from modifier
|
2018-02-21 19:23:41 -03:00 |
|
Richard Ramos
|
06628093bc
|
- Updated logic on Identity.sol to reflect changes on EIPs
- Added migration to deploy Identity contract
- Updated existing test cases to reflect changes on contract interface
|
2018-02-21 17:17:38 -04:00 |
|
Ricardo Guilherme Schmidt
|
14832d927f
|
update to new solc + lint
|
2018-01-24 02:25:40 +00:00 |
|
Ricardo Guilherme Schmidt
|
2cabc58ed7
|
current maineth contracts
|
2018-01-24 02:09:50 +00:00 |
|
Ricardo Guilherme Schmidt
|
6fe0adf3d0
|
reorder, natspec, require transfer complete
|
2018-01-22 22:39:02 +00:00 |
|
Ricardo Guilherme Schmidt
|
7fef42a9d9
|
changed txHash with precalculed method signatures
|
2018-01-22 22:23:30 +00:00 |
|
Ricardo Guilherme Schmidt
|
272f90ce61
|
approveAndCall + changed fee to gasPrice
|
2018-01-22 21:21:38 +00:00 |
|
Ricardo Guilherme Schmidt
|
4f0ced1f06
|
minimetoken presigned transferrable
|
2018-01-22 16:45:48 +00:00 |
|
Ricardo Guilherme Schmidt
|
90bce10c2b
|
compile fix
|
2018-01-22 16:45:14 +00:00 |
|
Ricardo Guilherme Schmidt
|
28f635f0ba
|
update folder structure
|
2018-01-08 19:00:07 -06:00 |
|
James Childs-Maidment
|
12341008b8
|
adds solidity-coverage
|
2017-12-21 12:30:41 +11:00 |
|
Ricardo Guilherme Schmidt
|
db5c00f403
|
proposal manager executes to its controller
|
2017-12-19 23:06:19 -02:00 |
|
Ricardo Guilherme Schmidt
|
241047951a
|
recovery alpha + ens based recoverer
|
2017-12-01 04:45:26 -02:00 |
|
Ricardo Guilherme Schmidt
|
ef4580ab55
|
Merge remote-tracking branch 'master' into republic-status
|
2017-11-29 12:53:58 -02:00 |
|
Ricardo Guilherme Schmidt
|
9e6a01a665
|
missing file
|
2017-11-29 12:42:10 -02:00 |
|
Ricardo Guilherme Schmidt
|
762e8bd3af
|
base structure of upgradable republic
|
2017-11-28 01:33:25 -02:00 |
|
Ricardo Guilherme Schmidt
|
a0728da632
|
Unit tests (#2)
* identity first draft
* truffle + identity tests
|
2017-11-15 05:24:10 -02:00 |
|
Ricardo Guilherme Schmidt
|
9e88b6d425
|
identity first draft (#1)
|
2017-10-23 09:05:19 -02:00 |
|
Ricardo Guilherme Schmidt
|
31a9532084
|
identity first draft
|
2017-10-23 09:01:55 -02:00 |
|
Jacques Wagener
|
c06968407a
|
Adds addClaim and getClaim methods to erc725 example.
|
2017-10-20 17:35:38 +02:00 |
|
Jacques Wagener
|
46b95636d6
|
Split contracts into 2 for the time being.
|
2017-10-19 19:55:04 +02:00 |
|
Jacques Wagener
|
e574f0ccec
|
Adds test for addClaim function.
|
2017-10-19 01:01:11 +02:00 |
|
Jacques Wagener
|
5d78ed513e
|
Adds addClaim function to erc725 example contract.
|
2017-10-19 01:00:45 +02:00 |
|
Jacques Wagener
|
60f638a350
|
Basic .gitignore
|
2017-10-18 23:03:39 +02:00 |
|
Jacques Wagener
|
5dae7874ff
|
Adds basic key management for erc725 viper example.
|
2017-10-12 17:15:21 +02:00 |
|
Jacques Wagener
|
00a90a279f
|
Initial commit.
|
2017-10-12 12:25:44 +02:00 |
|