Leonid Logvinov
09e921a562
Fix build after rebase
2018-06-29 17:52:55 +03:00
Leonid Logvinov
13cbaf56b2
Add a comment
2018-06-29 17:52:55 +03:00
Leonid Logvinov
62910c8e89
Assign true values to names vars
2018-06-29 17:52:55 +03:00
Leonid Logvinov
f20e1acad9
Fix a typo
2018-06-29 17:52:55 +03:00
Leonid Logvinov
5dea432ebf
Set the interval to 0 in awaitTranscationSuccessAsync
2018-06-29 17:52:55 +03:00
Leonid Logvinov
016d82d766
Make promises dangerous
2018-06-29 17:52:54 +03:00
Leonid Logvinov
260c72cc20
Add a TODO comment
2018-06-29 17:52:54 +03:00
Leonid Logvinov
6db614251e
Rename getApprovedAsync to getApprovedIfExistsAsync
2018-06-29 17:52:54 +03:00
Leonid Logvinov
1a1ab5af54
Refactor event subscription tests
2018-06-29 17:52:53 +03:00
Leonid Logvinov
2adc299c78
Implement ERC721 token wrapper and token transfer proxy with tests
2018-06-29 17:52:53 +03:00
Leonid Logvinov
3aef323c13
Refactor ERC20 token transfer proxy and it's tests
2018-06-29 17:52:53 +03:00
Leonid Logvinov
a655cd046c
Refactor ERC20 token wrapper and it's tests
2018-06-29 17:52:53 +03:00
Leonid Logvinov
9c8701f5f6
Refactor ether token wrapper test
2018-06-29 17:52:52 +03:00
Leonid Logvinov
52d1407215
Export txDefaults from web3_wrapper.ts
2018-06-29 17:52:52 +03:00
Leonid Logvinov
ecb7356345
Refactor tokenUtils to not use tokenRegistry
2018-06-29 17:52:52 +03:00
Leonid Logvinov
edda7dae94
Add new test constants
2018-06-29 17:52:52 +03:00
Leonid Logvinov
32da0a376a
Skip & refactor artifacts tests
2018-06-29 17:52:52 +03:00
Leonid Logvinov
073e76ee90
Run V2 migrations instead of V1 before tests
2018-06-29 17:52:52 +03:00
Leonid Logvinov
6cc5e45183
Remove exchange-related functionality for now
2018-06-29 17:52:52 +03:00
Fabio Berger
87d66ccf6c
Fix Tslint issues
2018-06-25 22:58:36 +02:00
Alex Browne
4012e31115
Use make-promises-safe as a preloader instead of manually importing
2018-06-21 19:17:33 -07:00
Fabio Berger
60f5a52964
Merge branch 'v2-prototype' into fix/contract-wrappers/exchangeTransferSimulator
...
* v2-prototype:
Fix a bug in SolCompilerArtifacts adapter config overriding
Increase timeout for contract migrations
Remove some copy-paste code
Await transactions in migrations
Fix typos
Await transactions in migrations
Await fake transactions
Fix a typo
Implement SolidityProfiler & adapt sol-cov to work with Geth
# Conflicts:
# packages/migrations/CHANGELOG.json
2018-06-11 19:54:59 +02:00
Fabio Berger
ce6078ed94
Refactor ExchangeTransferSimulator public interface to accet an AbstractBalanceAndProxyAllowanceLazyStore so that this module could be re-used in different contexts.
2018-06-11 10:24:55 +02:00
Leonid Logvinov
6d5949ba9c
Increase timeout for contract migrations
2018-06-08 15:27:59 -07:00
fragosti
59cb2132f2
Linter now passes
2018-06-05 11:46:05 -07:00
fragosti
9778695b4a
Try enabling no-unused-variable...
2018-06-04 19:48:21 -07:00
Amir Bandeali
8f2fd9b603
Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMIT
2018-05-30 17:11:31 -07:00
Leonid Logvinov
92b0efff5a
Migrate migrations to v2
2018-05-24 13:59:30 -07:00
Alex Browne
b05a3b7aed
Check transaction receipt status codes where applicable
2018-05-23 15:09:17 -07:00
Leonid Logvinov
1ff34bd0f4
Remove web3Factory.create and remove dev-tools dependency on sol-cov
2018-05-22 15:20:34 -07:00
Fabio Berger
cc840a6911
Merge pull request #594 from 0xProject/improvement/addCustomTslintRules
...
Add more tslint rules
2018-05-22 18:04:50 +02:00
Fabio Berger
cf7967e629
Disable magic number rule in more places where it isn't helping code readability
2018-05-17 14:07:44 +02:00
Alex Browne
251218af8b
Use make-promises-safe to catch unhandled rejections in tests
2018-05-16 17:36:37 -07:00
Fabio Berger
839db68571
Fix TSLint rules
2018-05-16 14:59:10 +02:00
Fabio Berger
5422bf5733
Fix TSLint issues
2018-05-14 23:27:41 +02:00
Fabio Berger
735166f06c
remove unused modules
2018-05-11 13:15:41 +02:00
Fabio Berger
294a65f842
Fix prettier
2018-05-11 13:11:50 +02:00
Fabio Berger
95956eff64
Update global_hooks
2018-05-11 12:58:34 +02:00
Fabio Berger
f84a466d16
Remove last artifact
2018-05-09 22:15:35 +02:00
Fabio Berger
382a805c7e
Remove artifacts
2018-05-09 22:14:19 +02:00
Fabio Berger
209266dbed
Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifying library with the same interface
2018-05-09 20:36:28 +02:00