SylTi
|
406004a99a
|
refactor HasNoTokens.sol
|
8 years ago |
Francisco Giordano
|
b50894aabe
|
Merge pull request #405 from androolloyd/fix/396-make-decimals-uint8-in-token-example
changed decimal to be uint8 so that it matches the ERC20 specification.
|
8 years ago |
Francisco Giordano
|
d6f07267ee
|
Merge pull request #403 from rstormsf/patch-2
Remove confusing comment left from FinalizableCrowdsale
|
8 years ago |
Andrew Redden
|
1827cbfd2a
|
changed decimal to be uint8 so that it matches the ERC20 specification.
|
8 years ago |
Roman Storm
|
a0c0cb66c5
|
Remove confusing comment left from FinalizableCrowdsale
AFter this PR
https://github.com/OpenZeppelin/zeppelin-solidity/pull/364
the comment was left.
|
8 years ago |
Francisco Giordano
|
47aa4bbf8f
|
Merge pull request #394 from sot528/fix/remove-coverall-script
Removed coveralls script from package.json
|
8 years ago |
sot528
|
33de70158c
|
remove coveralls script from package.json
|
8 years ago |
Francisco Giordano
|
f45a4e8243
|
Merge pull request #392 from OpenZeppelin/revert-376-bugfix/windowsIncompatibilty
Revert Truffle config renaming
|
8 years ago |
Francisco Giordano
|
ac75f4e2ed
|
Revert "[bugfix] windows incompatibilty"
|
8 years ago |
Francisco Giordano
|
631748480e
|
Merge pull request #391 from rudygodoy/pr-224-tests
Added tests for PR #224
|
8 years ago |
Francisco Giordano
|
3d5c759d62
|
Merge pull request #388 from duckranger/patch-1
Update limitbalance.rst
|
8 years ago |
Francisco Giordano
|
2e0440e549
|
Merge pull request #389 from duckranger/patch-2
Update pullpayment.rst
|
8 years ago |
Francisco Giordano
|
86beb5b730
|
Merge pull request #376 from SylTi/bugfix/windowsIncompatibilty
[bugfix] windows incompatibilty
|
8 years ago |
Rudy Godoy
|
289fd87ef8
|
Tests increase and decrease allowance for spender
- Spender starts with 0 tokens allowed to spend
- Spender is granted 50, then decreased it's allowance by 10
Refs PR #224
|
8 years ago |
Rudy Godoy
|
8b11035b39
|
Indentation refactoring.
|
8 years ago |
Rudy Godoy
|
21f251eafb
|
Removed onlyPayloadSize modifier
|
8 years ago |
pipaman
|
e7b1c33955
|
Update StandardToken.sol
Added increaseApproval and decreaseApproval to increase / decrease the approval in 1 transaction.
|
8 years ago |
Nimo Naamani
|
1da0467820
|
Update pullpayment.rst
Fixed typo
|
8 years ago |
Nimo Naamani
|
05609de044
|
Update limitbalance.rst
Fixed typo
|
8 years ago |
Francisco Giordano
|
02fb43ff52
|
Merge pull request #386 from frangio/remove-packagejson-main
Remove main field from package.json
|
8 years ago |
Francisco Giordano
|
1626c0095f
|
Merge pull request #369 from frangio/parallelize-travis
Make Travis run tests and coverage in parallel
|
8 years ago |
Francisco Giordano
|
341ce621a9
|
remove main field from package.json
|
8 years ago |
Francisco Giordano
|
52efe2412c
|
Merge pull request #384 from frangio/fix-pausabletoken-documentation
Fix PausableToken documentation
|
8 years ago |
Francisco Giordano
|
84e3e76bb8
|
fix PausableToken documentation
|
8 years ago |
Francisco Giordano
|
1d162e95c5
|
Merge pull request #377 from yaronvel/master
fix for issue 375: transferFrom allows sending to self more than self balance
|
8 years ago |
Francisco Giordano
|
060843d912
|
Merge pull request #380 from skywinder/typo-fix
Fixed typos in documentation
|
8 years ago |
Francisco Giordano
|
d3bc0a4ef7
|
Merge pull request #379 from skywinder/patch-1
Fixed typo in documentation
|
8 years ago |
Francisco Giordano
|
d1a82dde63
|
Merge pull request #373 from Neurone/patch-1
Fix mispelled words (#371)
|
8 years ago |
Petr Korolev
|
99efe80c61
|
fixed typos in standart token doc
|
8 years ago |
Petr Korolev
|
b12db57f34
|
Fixed typo
recieve -> receive
|
8 years ago |
Yaron Velner
|
9333fec5f1
|
fix to issue 375
|
8 years ago |
SylTi
|
6f94af9264
|
fix windows incompatibilty
|
8 years ago |
Francisco Giordano
|
0ed98ea9b9
|
Merge pull request #368 from jakub-wojciechowski/master
Remove moment.js dependencies
|
8 years ago |
Francisco Giordano
|
0b66144942
|
Merge pull request #374 from rstormsf/patch-1
Remove beta tag from truffle
|
8 years ago |
Roman Storm
|
b91a3eded3
|
Remove beta tag from truffle
truffle@beta uses old solc 0.4.11
truffle main branch uses most up to date 0.4.15
|
8 years ago |
Giuseppe Bertone
|
7c9c0f6538
|
Fix for mispelled words (#371)
|
8 years ago |
Jakub Wojciechowski
|
0d6846a882
|
Remove moment.js dependencies - updates after review
|
8 years ago |
Francisco Giordano
|
84a68e0c25
|
Merge pull request #364 from frangio/remove-crowdsale-finish-minting
Remove token.finishMinting() from default finalization
|
8 years ago |
Francisco Giordano
|
e82fa4eae0
|
parallelize tests and coverage in travis
|
8 years ago |
Francisco Giordano
|
c79c6d76d8
|
unify test and coverage scripts
|
8 years ago |
Francisco Giordano
|
36452136f1
|
add test for finishMinting
|
8 years ago |
Jakub Wojciechowski
|
17cfb0fc78
|
Remove moment.js from package dependencies
|
8 years ago |
Jakub Wojciechowski
|
e86ac90853
|
Refactor and remove moment.js usages
|
8 years ago |
Jakub Wojciechowski
|
99e0f5b5cb
|
Refactor time manipulation in TokenTimelock tests
|
8 years ago |
Francisco Giordano
|
4fc6bb7977
|
remove token.finishMinting() from default finalization
|
8 years ago |
Francisco Giordano
|
6e66ba321e
|
Merge pull request #363 from frangio/sync-yarn-npm-locks
Sync yarn.lock file with package-lock.json
|
8 years ago |
Francisco Giordano
|
2c2067ecc1
|
sync yarn.lock file with package-lock.json
1. deleted node_modules
2. ran `npm install`
3. deleted yarn.lock
4. ran `yarn import`
|
8 years ago |
Francisco Giordano
|
e6a7a978d1
|
Merge pull request #362 from cgewecke/bump-solidity-coverage
Upgrade solidity coverage to ^0.2.1
|
8 years ago |
cgewecke
|
3e02f45f67
|
Upgrade solidity coverage to ^0.2.1
|
8 years ago |
Francisco Giordano
|
b972f43513
|
Merge pull request #345 from SylTi/master
Add Transfer event when token is minted
|
8 years ago |