75 Commits

Author SHA1 Message Date
Richard Ramos
9e67fe4d49 Added fallback support 2018-04-02 13:42:43 -04:00
Richard Ramos
2b8a18f382 Fix - Contract wasn't being added to window 2018-04-02 10:07:59 -04:00
Richard Ramos
8e3deb98e7 Show events on UI and extracted code to independent file 2018-04-02 10:02:54 -04:00
Richard Ramos
666edd1ca8 Added loading gif, and show instances created thru deploy 2018-04-01 16:38:35 -04:00
Richard Ramos
aa8dbab1ed Shows errors on screen and allows arrays as input params 2018-03-31 18:16:52 -04:00
Richard Ramos
417c04aff1 Function calling and cleaning up code
- User can deploy contracts
- User can call send() functions
- User can call overloaded functions
- Contract code extracted to function
2018-03-30 23:56:01 -04:00
Richard Ramos
14f674c66b Autogenerating method calling forms.
- Can call constant/view/pure functions
- Shows form fields for send methods
- Shows parameters for contract functions
- Able to see contract sourcecode
- Able to see accounts
2018-03-29 19:26:33 -04:00
Richard Ramos
d342aa5789 UpdatedIdentityKernel creation thru UI 2018-03-28 17:17:30 -04:00
Richard Ramos
af6ef345ca Identities can be created from UI 2018-03-28 16:43:15 -04:00
Richard Ramos
1982b0a60e Changing configuration of contracts.json 2018-03-28 10:16:06 -04:00
Richard Ramos
fa33b59d94 Initial commit of UI 2018-03-28 08:36:08 -04:00
Richard Ramos
69dd4fd55d Removed unneeded package 2018-03-26 17:32:50 -04:00
Richard Ramos
da576d6293 Removed chains.json 2018-03-15 13:22:14 -04:00
Richard Ramos
f980fdb7ea Added chains.json to .gitignore 2018-03-15 13:21:13 -04:00
Richard Ramos
4952666049 Updated friendsRecovery.js to work with embark 2018-03-15 10:41:05 -04:00
Richard Ramos
05ba698166 Updating factory.js to web3 1.0 2018-03-14 22:06:38 -04:00
Richard Ramos
aea52b8497 Updating test units 2018-03-14 16:02:44 -04:00
Richard Ramos
b8dae415f0 Updating tests 2018-03-14 15:42:04 -04:00
Richard Ramos
25e8fac60b Migrating additional test cases 2018-03-14 10:31:12 -04:00
Richard Ramos
562b93b47b Added .embark to .gitignore file and updated identity.js test unit. 2018-03-13 19:35:30 -04:00
Richard Ramos
5e1c37048c Commenting tests while they're updated for Embark and Web3 1.0.0 2018-03-13 10:13:31 -04:00
Richard Ramos
38e1d712e3 Updating to embark 2.7.0 2018-03-13 09:22:50 -04:00
Richard Ramos
fba9b7549d Removed truffle config file 2018-03-12 11:32:58 -04:00
Richard Ramos
4db12728d3 Adding Embark Support 2018-03-12 11:31:17 -04:00
Ricardo Guilherme Schmidt
b715a0245e updates delayed in 30 days to prevent takeover 2018-03-04 03:31:07 -03:00
Ricardo Guilherme Schmidt
d97be16c56 constructor logic encapsulated to prevent programming errors 2018-03-03 17:16:32 -03:00
Ricardo Guilherme Schmidt
78c1b97a1e fix compile error in IdentityKernel 2018-03-03 17:05:50 -03:00
Ricardo Guilherme Schmidt
341c0ae442 fix front running vulnerability 2018-03-03 00:55:40 -03:00
Ricardo Guilherme Schmidt
93150ce174 linting and reorder 2018-03-03 00:00:11 -03:00
Ricardo Guilherme Schmidt
f12dead0b8 reoder functions: {external,public,internal,private} 2018-03-02 23:54:36 -03:00
Ricardo Guilherme Schmidt
65936f8347 standarize internal method signature 2018-03-02 23:48:15 -03:00
Richard Ramos
42bebae3c8 Added extra verification when deleting management keys 2018-03-02 17:27:08 -04:00
Richard Ramos
a011e905b8 Updated approval process
- Managers can only execute actions on identity
- Actors can execute actions outside identity
- Validated minimum approvals to not exceed available keyTypes
- Updated identity test unit to reflect changes
2018-03-02 15:00:46 -04:00
Ricardo Guilherme Schmidt
b6c64d97c4 replace key, recovery manager reset, remove unnecessary storage, lint 2018-03-02 11:32:00 -03:00
Ricardo Guilherme Schmidt
181a926ddc allow withdraw funds sent by other contract selfdestruct 2018-03-02 10:34:20 -03:00
Ricardo Guilherme Schmidt
b56119bde3 setup delay, signature security, execution, events and linting. 2018-03-02 10:21:52 -03:00
Ricardo Guilherme Schmidt
106e98c52d more clear code and functions, simplier process 2018-03-02 07:14:45 -03:00
Ricardo Guilherme Schmidt
aea0106e3c add public visibility modifier 2018-03-02 02:25:46 -03:00
Richard Ramos
9233c6bd7a Identity can receive ether
- Added payable fallback function
- Added unit test for sending/receiving ether
2018-03-01 16:07:32 -04:00
Richard Ramos
9f61696ad8 - Fixing typo in Identity.sol
- Reorganizing javascript files used in tests
- Cleaned up unit tests
- Created identityUtils.js to encode function calls sent in execute();
2018-03-01 11:42:44 -04:00
Richard Ramos
be10d3ba95 Linting to reduce problems in IDE 2018-02-28 14:52:32 -04:00
Richard Ramos
7560ac8328 Removing unused function 2018-02-28 14:39:22 -04:00
Richard Ramos
e92c6b7867 Added unit test to verify identity upgrades 2018-02-28 14:35:15 -04:00
Richard Ramos
ab16457075 Added Approved and Executed events to Identity contract 2018-02-28 14:22:06 -04:00
Richard Ramos
2824b8039a - Added event to inform of an identity instance upgrade
- Added test units for Identity factory and its kernel upgrading
2018-02-28 11:47:59 -04:00
Richard Ramos
a9d1a6e04b - Merge of recovery branch 2018-02-28 10:33:56 -04:00
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