Jordi Baylina
09110afc2b
Merge pull request #31 from Giveth/isProjectCanceled
...
use isProjectCanceled to check for canceled project
2017-11-01 04:40:21 -05:00
Jordi Baylina
d198ac0d74
Merge pull request #30 from Giveth/cancelPledge
...
cancel pledge bugs
Good catch!
2017-11-01 04:37:51 -05:00
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
perissology
9cdd35fc2c
don't need to use bit manipulation in mNormalizePledge
2017-10-24 10:43:29 -07: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
Jordi Baylina
e409e04a85
Push lock file
2017-10-04 10:10:09 +02:00
Jordi Baylina
0de789ef30
Merge pull request #2 from perissology/master
...
update to use web3 1.0
2017-10-04 10:01:36 +02:00
perissology
5f3a73b5c1
inline starting testrpc
2017-10-03 06:19:28 -07:00
perissology
bc415f002e
Merge branch 'master' of github.com-perissology:Giveth/liquidpledging
2017-10-03 06:15:05 -07:00
perissology
96d5adc164
update tests to web3 1.0 syntax
2017-10-03 06:06:58 -07:00
Jordi Baylina
28ecaff0ce
note to pledge refactor
2017-10-03 14:42:21 +02:00
Jordi Baylina
bae30084f0
project to campaign refactor
2017-10-03 13:37:45 +02:00
perissology
5260b768f8
Merge branch 'master' of github.com-perissology:Giveth/liquidpledging
2017-10-03 04:17:33 -07:00
Jordi Baylina
e305229311
Donor to Giver refactor
2017-10-03 12:20:23 +02:00
Jordi Baylina
75bb05769b
Fix the last test
2017-10-03 12:08:47 +02:00
Jordi Baylina
3e945ff349
Merge branch 'master' of github.com:Giveth/liquidpledging
2017-10-03 11:51:26 +02:00
Jordi Baylina
c190d5fb0f
Merge pull request #1 from perissology/add_donor_on_donate
...
call addDonor in donate method if donorId is 0
2017-10-03 11:51:17 +02:00
Jordi Baylina
7b34866559
Merge branch 'master' into add_donor_on_donate
2017-10-03 11:36:14 +02:00
Jordi Baylina
4a76d51f82
Merge pull request #7 from Giveth/GriffGreen-patch-4
...
Added comments and other small changes
2017-10-03 11:33:51 +02:00
Jordi Baylina
2c73ec5941
Merge branch 'master' of github.com:Giveth/liquidpledging
2017-10-03 11:06:51 +02:00
Jordi Baylina
4bd6726b2a
Merge branch 'master' into GriffGreen-patch-4
2017-10-03 10:57:54 +02:00
Jordi Baylina
104b857736
Merge pull request #6 from Giveth/GriffGreen-patch-3
...
Added comments and a few other small things
2017-10-03 10:56:09 +02:00
Jordi Baylina
b5c0686ff4
Merge pull request #3 from Giveth/GriffGreen-patch-1
...
added comments
2017-10-03 10:55:43 +02:00
Jordi Baylina
4b4d614495
Merge pull request #5 from Giveth/GriffGreen-patch-2
...
Added comments and asserted 80 char per line
2017-10-03 10:54:48 +02:00
Jordi Baylina
8a106f054f
Merge pull request #4 from perissology/plugin
...
return plugin in getNoteManager
2017-10-03 10:53:53 +02:00