- 18 May, 2018 1 commit
-
-
Francisco Giordano authored
-
- 17 May, 2018 1 commit
-
-
1.9.0
Francisco Giordano authored
-
- 26 Apr, 2018 3 commits
-
-
Francisco Giordano authored
-
Francisco Giordano authored
-
* ignore everything but official contracts for npm * add tests to npm package * remove truffle migrations stuff * remove seemingly unused npm dependency * clean up dependencies
Francisco Giordano authored
-
- 25 Apr, 2018 2 commits
-
-
Francisco Giordano authored
-
Francisco Giordano authored
-
- 23 Apr, 2018 3 commits
-
-
Vittorio Minacori authored
-
* Make ERC827 methods payable * Suppress linter errors * Add some ERC827 payable tests * Remove failOnBuy method from MessageHelper * Fix linter warning * Fix tests
Anton Bukov authored -
* Update ERC827.sol to not use function overloading * updated tests for erc827 function name changes * fixed broken test * removed findMethod from erc827 tests that is no longer necessary
Elie authored
-
- 21 Apr, 2018 2 commits
-
-
Francisco Giordano authored
-
Francisco Giordano authored
-
- 20 Apr, 2018 13 commits
-
-
Alejo Salles authored
-
Alejo Salles authored
-
Radek Ostrowski authored
-
Francisco Giordano authored
-
Francisco Giordano authored
-
Francisco Giordano authored
-
Francisco Giordano authored
-
Francisco Giordano authored
-
Francisco Giordano authored
-
Francisco Giordano authored
-
Francisco Giordano authored
-
Francisco Giordano authored
-
Francisco Giordano authored
-
- 19 Apr, 2018 3 commits
-
-
Francisco Giordano authored
-
Francisco Giordano authored
-
Job is allowed to fail, and is run just for information purposes
Santiago Palladino authored
-
- 18 Apr, 2018 5 commits
-
-
Francisco Giordano authored
-
Francisco Giordano authored
-
juztin authored
-
Francisco Giordano authored
-
Francisco Giordano authored
-
- 17 Apr, 2018 4 commits
-
-
DeltaBalances authored
-
Francisco Giordano authored
-
* Increase test coverage to 93% #549 * cover missing AllowanceCrowdsale branch * improve Heritable coverage * fix lint errors * proper equal assert * address review comments * remove unneeded const definitions and imports * use assertRevert * reword scenario description * Increase test coverage to 93% #549 * cover missing AllowanceCrowdsale branch * improve Heritable coverage * fix lint errors * proper equal assert * address review comments * remove unneeded const definitions and imports * use assertRevert * reword scenario description * move HIGH_GOAL constant to the scope where it's used * remove const at top level * address review comments
Federico Gimenez authored -
* feat: implement bouncer contracts * fix: rename Bouncer to SignatureBouncer
Matt Condon authored
-
- 11 Apr, 2018 1 commit
-
-
* Add StandardBurnableToken implementation BurnableToken that extends from StandardToken and adds a burnFrom method that decrements allowance. Equivalent to a transferFrom plus burn in a single operation. * Return event object from expectEvent helper * Add comment on Approval event in burnFrom function * Improvements on burnable token tests - Inject initial balance as a parameter to the behaviour - Use expectEvent helper for assertions on events - Use chai bignumber for numbers - Change to bdd-style assertions
Santiago Palladino authored
-
- 10 Apr, 2018 1 commit
-
-
* fix: clean up solium linting errors * fix: make various contracts natspec compliant * fix: this.balance deprecated; convert to address(this).balance * fix: contract.call deprecated and switch to gasleft() * fix: ignore empty block rule project-wide * fix: add ignore cases for the rest of the linting warnings
Matt Condon authored
-
- 09 Apr, 2018 1 commit
-
-
* Update to ganache-cli v6.1.0 and truffle v4.1.0 * Update to stable version of ganache-cli * fix: update event emission warning - Fix event emission warnings for solidity 4.21 after truffle has been updated to use this version * fix pr review comments * update to truffle v4.1.5 * update package-lock * add additional emit keywords * update solidity-coverage to 0.4.15 * update to solium 1.1.6 * fix MerkleProof coverage analysis by testing through wrapper * change version pragma to ^0.4.21 * fix solium linting errors
Francisco Giordano authored
-