Leo Arias
|
45c0c072d1
|
Improve encapsulation on lifecycle, ownership and payments (#1269)
* Improve encapsulation on Pausable
* add the underscore
* Improve encapsulation on ownership
* fix rebase
* fix ownership
* Improve encapsulation on payments
* Add missing tests
* add missing test
* Do not prefix getters
* Fix tests.
* revert pending owner reset
* add missing underscore
* Add missing underscore
|
7 years ago |
Francisco Giordano
|
4eb4d7114d
|
Allow non-beneficiaries to trigger release of their funds (#1275)
* add address argument to PullPayments#withdrawPayments
* add argument to SplitPayment#claim
* add address argument to PostDeliveryCrowdsale#withdrawTokens
* add address argument to RefundableCrowdsale#claimRefund
* rename SplitPayment#claim to SplitPayment#release
|
7 years ago |
Nicolás Venturo
|
a9f910d34f
|
Increase test coverage (#1237)
* Fixed a SplitPayment test
* Deleted unnecessary function.
* Improved PostDeliveryCrowdsale tests.
* Improved RefundableCrowdsale tests.
* Improved MintedCrowdsale tests.
* Improved IncreasingPriceCrowdsale tests.
* Fixed a CappedCrowdsale test.
* Improved TimedCrowdsale tests.
* Improved descriptions of added tests.
|
7 years ago |
Nicolás Venturo
|
4fb9bb7020
|
Minor test style improvements (#1219)
* Changed .eq to .equal
* Changed equal(bool) to .to.be.bool
* Changed be.bool to equal(bool), disallowed unused expressions.
|
7 years ago |
Nicolás Venturo
|
20cf885430
|
No longer assigning awaits to temporary variables. (#1216)
|
7 years ago |
Nicolás Venturo
|
8d11dcc0e5
|
Increase testing coverage (#1195)
* Added non-target bounty test
* Increased ERC721 testing coverage.
* Addressed review comments.
* fix linter error
* Fixed linter error
* Removed unnecessary bouncer require
* Improved Crowdsale tests.
* Added missing SuperUser test.
* Improved payment tests.
* Improved token tests.
* Fixed ERC721 test.
* Reviewed phrasing.
|
7 years ago |
Nicolás Venturo
|
ac91af9a6a
|
Replace all asserts with chai.should (#1183)
* Moving towards chai.should.
* Fixed failing tests.
* Fixed linter errors.
* Revert package-lock.json changes.
* Fixed failing tests.
* s/eq/equal
* Addressed review comment
|
7 years ago |
Nicolás Venturo
|
94797978bb
|
SplitPayment now requires payees. (#1131)
* SplitPayment now requires payees.
* Improved test phrasing.
|
7 years ago |
Nicolás Venturo
|
4544df47da
|
All tests now use account names, and dont use accounts[0] (except ERC… (#1137)
* All tests now use account names, and dont use accounts[0] (except ERC721)
* Added account names to some missing contracts.
|
7 years ago |
Justus Perlwitz
|
e6c15b34da
|
Remove chai-as-promised (#1116)
* Test: Remove chai-as-promised calls
* Test/Helpers: expectThrow accepts optional message
* NPM: Remove chai-as-promised
* Contracts/DestructibleMock: Fix lint
|
7 years ago |
Nicolás Venturo
|
cea2a85a42
|
Remove Babel (#1074)
* Test helpers no longer rely on Babel.
* Behaviours are no longer imported.
* Removed Babel dependency.
* Fixed linter errors.
|
7 years ago |
Arun Kumar
|
40b5594f52
|
Promisify web3 sync requests in tests (#1009)
|
7 years ago |
Matt Condon
|
f4228f1b49
|
fix: reference contract name rather than filepath (#698)
|
7 years ago |
Facundo Spagnuolo
|
b925b2dae6
|
Organize test files following contracts folders structure
|
7 years ago |
Matt Condon
|
d07bdccc0c
|
feat: manually fix linting errors across tests
|
7 years ago |
Matt Condon
|
58abd66969
|
feat: rename all test files to include .test.js postfix
|
7 years ago |
Matt Condon
|
8662846838
|
feat: apply eslint --fix across project
|
7 years ago |
Matt Condon
|
47585b1117
|
fix: make SplitPayment payable by default
|
7 years ago |
Ariel Barmat
|
dc1017c929
|
Simplify implementation using similar interface as PullPayment contract
|
8 years ago |
Ariel Barmat
|
8336785a9b
|
Add a SplitPayment contract to distribute funds among multiple beneficiaries
|
8 years ago |