Commit Graph

117 Commits

Author SHA1 Message Date
Jordi Baylina 3205f89710 Remove Minime.sol from root directory. The valid is in contracts 2017-05-08 11:59:39 +02:00
Jordi Baylina 878b412664 Merge pull request #14 from Giveth/KeepParentHistory
Keep the parent history when you clone a token
2017-05-03 15:24:30 +02:00
Jordi Baylina 4c367d1ba4 Keep the parent history when you clone a token 2017-05-03 15:22:42 +02:00
Jordi Baylina 81233b8c15 Merge pull request #6 from ameten/apostrophe
Replaced apostrophe with a more traditional one
2017-05-03 14:51:33 +02:00
Jordi Baylina a3204ab85a Merge pull request #12 from Giveth/approveAndCallFix
Approve and call fix
2017-05-03 14:50:48 +02:00
Jordi Baylina 5c82c0b125 Merge pull request #13 from Giveth/fixOverflows
Fix some possible overflows
2017-05-02 15:23:52 +02:00
Jordi Baylina 95adb311c9 Fix some possible overflows 2017-05-02 15:22:19 +02:00
Jordi Baylina 41e87ca01f Approve and call use the approve function to be coherent with all the logic 2017-05-01 18:27:03 +02:00
Jordi Baylina 38b64110cc Compiled and tests passed 2017-05-01 17:36:04 +02:00
Jordi Baylina 282380156e Approve and call fix of the data param construction 2017-05-01 17:32:33 +02:00
Danil Nemirovsky 9fd455a4b6 - replaced apostrophe with a more traditional one. 2017-02-23 02:55:28 +03:00
Danil Nemirovsky 1489f7d90a - removed unnecessary apostrophe. 2017-02-23 02:20:22 +03:00
Jordi Baylina 31bce217fb deps 2017-02-12 14:00:40 +01:00
Jordi Baylina f3f886c0d5 index 2017-02-10 09:21:46 +01:00
Jordi Baylina 22c3b57598 version 2017-02-10 08:39:43 +01:00
Jordi Baylina 3a7b72a50b Fix missed edition of the contract 2017-02-10 08:38:42 +01:00
Jordi Baylina 72437eabc6 test 2017-02-10 08:33:42 +01:00
Jordi Baylina 81a606675c name 2017-02-10 07:26:29 +01:00
Jordi Baylina c86e6db09b Refactor to ECMA6 (babel) and JS class added 2017-02-10 07:24:56 +01:00
Jordi Baylina 7cdae6b451 Updated to new solc version 2017-02-09 07:35:01 +01:00
Jordi Baylina 05cb0a5e10 Bad comma in the constructor params of TokenController 2017-01-20 17:56:06 +01:00
Jordi Baylina 8825042939 Simplification 2017-01-11 16:01:22 +01:00
Jordi Baylina a6a8e14187 Make to compile 2017-01-11 13:20:47 +01:00
Griff Green a372dabbec Create SampleCampaign-TokenController.sol 2017-01-09 19:04:52 +07:00
Griff Green b079e443e3 changed fallback function to throw for accounts 2017-01-02 13:48:40 +06:30
Griff Green 274a3e0ae7 Major comment changes 2017-01-01 16:11:02 +07:00
Griff Green 29320c87e0 Create TokenControllerABI.json 2016-12-20 17:48:54 +07:00
Griff Green 671f9d67b1 Create TokenFactoryABI.json 2016-12-20 17:47:54 +07:00
Griff Green 1b6e81052a Create MiniMeTokenABI.json 2016-12-20 17:46:45 +07:00
Jordi Baylina a32539e38b Add solc dep to 4.6 2016-12-13 15:34:47 +01:00
Jordi Baylina 82002cfcc2 Fix payment directly to the contract 2016-12-12 19:19:59 +01:00
Jordi Baylina d1bcd0346d Some comments in Controller interface 2016-12-11 20:32:45 +01:00
Jordi Baylina 1adc4ba102 Optimization checkpoints 256 to 128 bits so save storage 2016-12-11 20:12:11 +01:00
Jordi Baylina 3c48c46b01 Controller interface change and fix in create clone 2016-12-11 19:45:19 +01:00
Jordi Baylina acbfd2056d Merge branch 'master' of github.com:Giveth/minime 2016-12-11 18:38:06 +01:00
Jordi Baylina 126a6a1dbf Fix race condition on approve 2016-12-11 18:37:52 +01:00
Griff Green b74d29316a Update README.md 2016-11-16 00:48:03 -08:00
Griff Green c5f63f1f85 Update README.md 2016-11-15 06:49:48 -08:00
Jordi Baylina 5bfd0b6429 repository change 2016-11-15 13:49:32 +01:00
Jordi Baylina eddd67d825 repository change 2016-11-15 13:38:08 +01:00
Jordi Baylina 8ef7aed6f8 ethconnector dependency 2016-11-14 12:29:31 +01:00
Jordi Baylina 08bf4df3fd Merge branch 'master' of github.com:CharityDAO/minime 2016-11-14 11:50:06 +01:00
Jordi Baylina 3c2d336fed pachage hompage changed 2016-11-14 11:49:54 +01:00
Jordi Baylina 13cbf0efea Merge pull request #3 from CharityDAO/GriffGreen-patch-2
Updated a few comments
2016-11-14 08:39:34 +01:00
Griff Green 754c63bd4d Updated a few comments 2016-11-14 08:37:45 +01:00
Jordi Baylina 1a4fc655a6 isConstant removed from readme and comments 2016-11-13 06:59:54 +01:00
Jordi Baylina 5e8a0fdfa2 Tests corrected and -> 2016-11-13 06:49:15 +01:00
Jordi Baylina ca15656954 Merge pull request #2 from CharityDAO/GriffGreen-clone-no-D
Changed cloned to clone all over the place
2016-11-13 06:28:40 +01:00
Griff Green c36503d744 Update README.md 2016-11-13 02:08:28 +01:00
Griff Green f829041c54 Update README.md 2016-11-13 02:07:25 +01:00