Commit Graph

325 Commits

Author SHA1 Message Date
Jordi Baylina 966fdafce0
Merge pull request #24 from Giveth/vault
call transfer last
2017-11-01 04:32:51 -05:00
Jordi Baylina 5b53c5f4b9
Merge pull request #37 from Giveth/bit_manipulation
don't need to use bit manipulation in mNormalizePledge
2017-11-01 04:31:48 -05:00
Arthur L Lunn 7982f9ca1b change Vault to LPVault and comment 2017-10-31 17:00:34 -04:00
Arthur L Lunn ee8e2b777b spellcheck comments 2017-10-28 04:27:47 -04:00
Arthur L Lunn 77efe8ca90 comment LiquidPledgineBase 2017-10-27 15:09:55 -04:00
Arthur L Lunn f7e1618093 Add comments to LiquidPledgingMock 2017-10-27 10:38:25 -04:00
Alon Bukai 355882de69 Add Solium Linting 2017-10-26 08:45:36 +03:00
Alon Bukai 0d81506bfa Added Public Modifiers 2017-10-25 20:37:21 +03:00
perissology 8eadb054ca added tests for normalizePledge 2017-10-24 10:59:10 -07:00
perissology 9cdd35fc2c don't need to use bit manipulation in mNormalizePledge 2017-10-24 10:43:29 -07:00
perissology 1729939374 use setMockedTime in longest commitTime test 2017-10-24 10:07:12 -07:00
perissology 31e511393d rename DelegationChain test name 2017-10-24 09:16:59 -07:00
perissology c94caf9160 replace multiple withdraw calls with mWithdraw 2017-10-24 08:34:06 -07:00
alf40k 5dacc27943 Add copyrights and finish commenting plugin interface 2017-10-24 00:09:56 -04:00
alf40k cce055d31b Finish liquidPledging comments 2017-10-23 23:26:31 -04:00
perissology 423f61ff51 added test for maxCommit time in delegation chain 2017-10-23 17:02:47 -07:00
perissology fa996a43b9 merge VetoDelegation & DelegationChain tests 2017-10-23 16:17:39 -07:00
alf40k 9d5ea4fe7f comment all private methods 2017-10-23 17:40:51 -04:00
perissology b5b907bfca added test 2017-10-23 14:26:38 -07:00
perissology 6d8c259f1d added tests for delegations 2017-10-23 14:25:06 -07:00
alf40k 8eb3a6930d comment transferOwnershipToGiver 2017-10-22 20:50:48 -04:00
alf40k 3a8e906ee9 comment transferOwnershipToProject 2017-10-22 20:43:28 -04:00
alf40k 5cebf72fb3 Shorten Line Length 2017-10-22 20:04:58 -04:00
alf40k 456f46a5ab Resolve mutl pledge function comment issues 2017-10-19 18:40:37 -04:00
alf40k e7ae5cc61d comment multi pledge methods 2017-10-19 17:49:53 -04:00
perissology 18984a26ff use isProjectCanceled to check for canceled project 2017-10-19 12:14:31 -07:00
perissology 34adef5505 cancelPledge getOldestPledgeNotCanceled
This will eliminate the bug when pledge.oldPledge is a canceled project
w/ a plugin and the plugin rejects transfers when canceled. This would
prevent the pledge from being canceled.

We address this by transfering the pledge amount to the
oldestPledgeNotCanceled.
2017-10-19 10:32:06 -07:00
perissology 420d07d161 prevent cancelPledge transfer to 0 note 2017-10-19 09:49:16 -07:00
ojones 66388c4e9e Merge pull request #29 from ojones/master
readme header png
2017-10-17 23:03:35 -07:00
ojones 3fe03bca0e readme header png 2017-10-17 22:56:43 -07:00
Jordi Baylina a32d7d48b0
Merge branch 'master' of github.com:Giveth/liquidpledging 2017-10-14 12:46:27 +02:00
Jordi Baylina 436be31e7f
Semarate mock class 2017-10-14 12:46:04 +02:00
ojones 4380e992ac Merge pull request #27 from ojones/master
readme
2017-10-09 00:46:26 -07:00
ojones d1c6bc35d6 removed spacing 2017-10-09 00:45:17 -07:00
ojones ee82906527 readme consistant with dapp 2017-10-09 00:44:07 -07:00
perissology 2af33e397f call transfer last 2017-10-06 11:21:20 -07:00
Jordi Baylina fe85890e4d
version 2017-10-06 20:11:22 +02:00
Jordi Baylina 5230c14ab2
Veto by the owner fixed 2017-10-06 12:07:25 +02:00
Jordi Baylina 6194f3957b
Compiled contracts 2017-10-06 11:14:46 +02:00
Jordi Baylina a3d7ffee99 Merge pull request #23 from Giveth/parent_project
Allow a any address to set parentProject, not only the parentProject.addr
2017-10-06 11:08:14 +02:00
Jordi Baylina b4b79671ce Merge pull request #21 from Giveth/campaign_to_project
refactor campaign -> project
2017-10-06 11:05:25 +02:00
perissology 0191db3a07 remove req for childProject.addr === msg.sender 2017-10-05 12:51:23 -07:00
perissology e0f19d8461 refactor campaign -> project 2017-10-04 16:39:18 -07:00
Jordi Baylina 5fd25487b5
Do not allow transfers to a canceled campaign 2017-10-04 14:30:09 +02:00
Jordi Baylina bd5c29cf2f
State to Status refactor 2017-10-04 13:02:19 +02:00
Jordi Baylina 2af64a9e60
find to findOrCreate name refactor 2017-10-04 12:55:46 +02:00
Jordi Baylina b4d5e5657c
url added 2017-10-04 11:40:26 +02:00
Jordi Baylina 52e439318c
proposed to intended refactor 2017-10-04 10:33:33 +02:00
Jordi Baylina aaa3be9305
NotPaid to Pledged refactor 2017-10-04 10:29:41 +02:00
Jordi Baylina 41154e89d2
Manager to Admin refactor 2017-10-04 10:24:35 +02:00