Jorge Izquierdo
|
22f60eace0
|
Use libraries syntax sugar for revoking grants logic
|
8 years ago |
Manuel Aráoz
|
b788f33c6a
|
Merge pull request #218 from cgewecke/coverage
Add coverage
|
8 years ago |
cgewecke
|
592548715f
|
Add solidity-coverage
|
8 years ago |
Manuel Aráoz
|
0983f0065d
|
Merge pull request #223 from aragon/safe-math-div
[SafeMath] Remove unnecessary checks from safeDiv
|
8 years ago |
Jorge Izquierdo
|
c4f78a5dd5
|
Remove unnecessary checks from safeDiv
|
8 years ago |
Jorge Izquierdo
|
e032b86231
|
Merge with Zeppelin master
|
8 years ago |
Jorge Izquierdo
|
a6a2ee2bf1
|
Merge with master
|
8 years ago |
Jorge Izquierdo
|
929367f0ab
|
Reorg code
|
8 years ago |
Jorge Izquierdo
|
5a6340395f
|
Fix grant id parameter in NewTokenGrant event
|
8 years ago |
Jorge Izquierdo
|
f812433706
|
Small refactor and documentation
|
8 years ago |
Jorge Izquierdo
|
713b472253
|
Add tests for non-revokable and revokable/burnable cases
|
8 years ago |
Jorge Izquierdo
|
a1d2b673c6
|
Fix tests for revokable/non burn vesting calendar
|
8 years ago |
Jorge Izquierdo
|
5b2f0aa93d
|
Implement revokable and burnsOnRevoke options
|
8 years ago |
Manuel Aráoz
|
ecbfcbb302
|
Merge pull request #221 from TokenMarketNet/feat/transfer-from-mitigation
Protect transferFrom() against short hand attack.
|
8 years ago |
Mikko Ohtamaa
|
964185dec3
|
Protect transferFrom against short hand attack.
|
8 years ago |
Manuel Aráoz
|
5c491987f3
|
Merge pull request #219 from TokenMarketNet/feat/approve-mitigation
approve() race condition mitigation
|
8 years ago |
Mikko Ohtamaa
|
e1cf602487
|
Fix variable naming.
|
8 years ago |
Mikko Ohtamaa
|
a3446507ec
|
Add fix for the approve() mitigation.
|
8 years ago |
Manuel Aráoz
|
ff61c7d92d
|
Merge pull request #212 from misteraverin/feature/destructible
Add destroy function, allowing send funds to recepient.
|
8 years ago |
Manuel Aráoz
|
726593c0a2
|
Merge pull request #216 from maraoz/ethpm-npm
Revert to usig npm as preferred installation method
|
8 years ago |
Manuel Araoz
|
7826fddba7
|
revert to usig npm as preferred installation method
|
8 years ago |
Manuel Aráoz
|
38a450460d
|
Merge pull request #214 from maraoz/audit-report
Add external audit report
|
8 years ago |
Manuel Araoz
|
de7751aae2
|
Add external audit
|
8 years ago |
Maxim Averin
|
cf7bc06856
|
Switch function name to destroyAndSend
|
8 years ago |
Manuel Araoz
|
7ac697be2c
|
v1.0.5
|
8 years ago |
Maxim Averin
|
4de772f5ed
|
add destroy function, allowing send funds to recepient
|
8 years ago |
Manuel Aráoz
|
f7a7fc3b06
|
Merge pull request #206 from DavidKnott/create-pausable-token
Create and test PausableToken Contract
|
8 years ago |
David Knott
|
b4b6029f66
|
Create and test PausableToken Contract
|
8 years ago |
Manuel Aráoz
|
071040f3eb
|
Merge pull request #203 from ORBAT/fix/bounty-claim-fail-test
Await event handling result in Bounty test
|
8 years ago |
Tom Eklöf
|
cd78c20e0e
|
await event handling result in Bounty test. Fixes #202
|
8 years ago |
Manuel Aráoz
|
453a198250
|
Merge pull request #184 from maraoz/safemath
Make SafeMath a library
|
8 years ago |
Manuel Araoz
|
7592122e4d
|
fix indentation
|
8 years ago |
Manuel Araoz
|
609869f087
|
change safe* to *
|
8 years ago |
Manuel Araoz
|
4fad1505c7
|
Make SafeMath a library
|
8 years ago |
Manuel Aráoz
|
5881429952
|
Merge pull request #195 from OpenZeppelin/maraoz-patch-1
Update README with new slack url
|
8 years ago |
Manuel Aráoz
|
526ed43d61
|
Update README with new slack url
|
8 years ago |
Manuel Aráoz
|
ab9591ba80
|
Merge pull request #193 from AugustoL/master
Added totalPayments uint on PullPayments contract
|
8 years ago |
AugustoL
|
a8bcb0fcfe
|
Added totalPayments uint on PullPayments contract
|
8 years ago |
Manuel Aráoz
|
b420316783
|
Merge pull request #192 from tatiesmars/patch-1
Add MintFinished event to MintableToken
|
8 years ago |
tatiesmars
|
37c6782f95
|
Add MintFinished event to MintableToken #191
|
8 years ago |
Manuel Aráoz
|
70a4395a97
|
Merge pull request #190 from lastperson/patch-1
Remove excessive condition from SafeMath.safeAdd()
|
8 years ago |
Oleksii Matiiasevych
|
31c05c4c7d
|
Remove excessive condition from SafeMath.safeAdd()
There is no situation when `c>=a` will be `true` while `c>=b` will be `false`.
|
8 years ago |
Manuel Aráoz
|
22018fd374
|
Merge pull request #188 from jdetychey/patch-3
fix for short address attack
|
8 years ago |
Manuel Aráoz
|
d1f63f5c7e
|
Merge pull request #185 from DavidKnott/create-token-with-owner-contract
Create and test MintableToken contract
|
8 years ago |
Jerome de Tychey
|
5d75264f0f
|
Fix for bigger payloads
as suggested by izqui in case a function calls transfer under the hood
|
8 years ago |
David Knott
|
a605f66972
|
Create and test MintableToken contract
|
8 years ago |
Manuel Aráoz
|
0328250554
|
Merge pull request #187 from DavidKnott/change-killable-contract-to-destructible
Change killable to destructible and kill to destroy
|
8 years ago |
David Knott
|
70b5ffd928
|
Change killable to destructible and kill to destroy
|
8 years ago |
Jerome de Tychey
|
d9b9ed227b
|
fix for short address attack
as suggested by /u/izqui9 here https://www.reddit.com/r/ethereum/comments/63s917/worrysome_bug_exploit_with_erc20_token/dfwmhc3/
Attack description:
https://blog.golemproject.net/how-to-find-10m-by-just-reading-blockchain-6ae9d39fcd95
|
8 years ago |
Manuel Aráoz
|
14274f8677
|
Merge pull request #169 from maraoz/audit
Follow security audit recommendations
|
8 years ago |