Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Contract Wrappers - Ether token block range | Jacob Evans | 2018-07-11 | 1 | -5/+9 |
| | | | | Start after migrations to avoid any unexpected logs | ||||
* | Fix tests | Leonid Logvinov | 2018-07-06 | 2 | -3/+9 |
| | |||||
* | Fix prettier | Leonid Logvinov | 2018-07-05 | 1 | -1/+2 |
| | |||||
* | Fix merge conflicts | Leonid Logvinov | 2018-07-05 | 1 | -10/+2 |
| | |||||
* | Adjust comments | Leonid Logvinov | 2018-07-05 | 1 | -7/+0 |
| | |||||
* | Rename Proxie to Proxy | Leonid Logvinov | 2018-07-05 | 1 | -4/+2 |
| | |||||
* | Rearrange assertions t match parameter order | Leonid Logvinov | 2018-07-05 | 1 | -7/+9 |
| | |||||
* | Fix match orders test and add a validation TODO | Leonid Logvinov | 2018-07-05 | 1 | -2/+9 |
| | |||||
* | Add tests for exchange contract wrapper | Leonid Logvinov | 2018-07-05 | 1 | -1029/+313 |
| | |||||
* | Update dummy tokens addresses in token_utils | Leonid Logvinov | 2018-07-05 | 1 | -3/+3 |
| | |||||
* | Remove only from tests | Leonid Logvinov | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v2-prototype' into v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-05 | 4 | -3/+1238 |
|\ | |||||
| * | Fix Tslint issues | Fabio Berger | 2018-06-26 | 4 | -7/+7 |
| | | |||||
* | | Fix build after rebase | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | | |||||
* | | Add a comment | Leonid Logvinov | 2018-06-29 | 1 | -0/+2 |
| | | |||||
* | | Assign true values to names vars | Leonid Logvinov | 2018-06-29 | 1 | -8/+13 |
| | | |||||
* | | Fix a typo | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | | |||||
* | | Set the interval to 0 in awaitTranscationSuccessAsync | Leonid Logvinov | 2018-06-29 | 4 | -22/+28 |
| | | |||||
* | | Make promises dangerous | Leonid Logvinov | 2018-06-29 | 3 | -3/+0 |
| | | |||||
* | | Add a TODO comment | Leonid Logvinov | 2018-06-29 | 1 | -0/+1 |
| | | |||||
* | | Rename getApprovedAsync to getApprovedIfExistsAsync | Leonid Logvinov | 2018-06-29 | 1 | -3/+6 |
| | | |||||
* | | Refactor event subscription tests | Leonid Logvinov | 2018-06-29 | 1 | -13/+27 |
| | | |||||
* | | Implement ERC721 token wrapper and token transfer proxy with tests | Leonid Logvinov | 2018-06-29 | 2 | -0/+496 |
| | | |||||
* | | Refactor ERC20 token transfer proxy and it's tests | Leonid Logvinov | 2018-06-29 | 1 | -4/+4 |
| | | |||||
* | | Refactor ERC20 token wrapper and it's tests | Leonid Logvinov | 2018-06-29 | 1 | -128/+185 |
| | | |||||
* | | Refactor ether token wrapper test | Leonid Logvinov | 2018-06-29 | 1 | -53/+64 |
| | | |||||
* | | Export txDefaults from web3_wrapper.ts | Leonid Logvinov | 2018-06-29 | 1 | -3/+7 |
| | | |||||
* | | Refactor tokenUtils to not use tokenRegistry | Leonid Logvinov | 2018-06-29 | 1 | -30/+42 |
| | | |||||
* | | Add new test constants | Leonid Logvinov | 2018-06-29 | 1 | -0/+8 |
| | | |||||
* | | Skip & refactor artifacts tests | Leonid Logvinov | 2018-06-29 | 1 | -15/+9 |
| | | |||||
* | | Run V2 migrations instead of V1 before tests | Leonid Logvinov | 2018-06-29 | 1 | -3/+3 |
| | | |||||
* | | Remove exchange-related functionality for now | Leonid Logvinov | 2018-06-29 | 4 | -2026/+0 |
|/ | |||||
* | Use make-promises-safe as a preloader instead of manually importing | Alex Browne | 2018-06-22 | 9 | -9/+0 |
| | |||||
* | Merge branch 'v2-prototype' into fix/contract-wrappers/exchangeTransferSimulator | Fabio Berger | 2018-06-12 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Increase timeout for contract migrations | Leonid Logvinov | 2018-06-09 | 1 | -1/+1 |
| | | |||||
* | | Refactor ExchangeTransferSimulator public interface to accet an ↵ | Fabio Berger | 2018-06-11 | 2 | -2/+12 |
|/ | | | | AbstractBalanceAndProxyAllowanceLazyStore so that this module could be re-used in different contexts. | ||||
* | Linter now passes | fragosti | 2018-06-06 | 1 | -2/+0 |
| | |||||
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 10 | -13/+9 |
| | |||||
* | Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMIT | Amir Bandeali | 2018-05-31 | 1 | -1/+1 |
| | |||||
* | Migrate migrations to v2 | Leonid Logvinov | 2018-05-25 | 1 | -2/+2 |
| | |||||
* | Check transaction receipt status codes where applicable | Alex Browne | 2018-05-24 | 4 | -27/+27 |
| | |||||
* | Remove web3Factory.create and remove dev-tools dependency on sol-cov | Leonid Logvinov | 2018-05-23 | 2 | -5/+4 |
| | |||||
* | Merge pull request #594 from 0xProject/improvement/addCustomTslintRules | Fabio Berger | 2018-05-23 | 3 | -3/+11 |
|\ | | | | | Add more tslint rules | ||||
| * | Disable magic number rule in more places where it isn't helping code readability | Fabio Berger | 2018-05-17 | 1 | -10/+10 |
| | | |||||
| * | Fix TSLint rules | Fabio Berger | 2018-05-16 | 3 | -8/+16 |
| | | |||||
* | | Use make-promises-safe to catch unhandled rejections in tests | Alex Browne | 2018-05-17 | 9 | -0/+9 |
|/ | |||||
* | Fix TSLint issues | Fabio Berger | 2018-05-15 | 2 | -2/+2 |
| | |||||
* | remove unused modules | Fabio Berger | 2018-05-11 | 1 | -18/+0 |
| | |||||
* | Fix prettier | Fabio Berger | 2018-05-11 | 2 | -2/+6 |
| | |||||
* | Update global_hooks | Fabio Berger | 2018-05-11 | 1 | -3/+14 |
| | |||||
* | Remove last artifact | Fabio Berger | 2018-05-10 | 1 | -39/+0 |
| | |||||
* | Remove artifacts | Fabio Berger | 2018-05-10 | 13 | -5490/+0 |
| | |||||
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵ | Fabio Berger | 2018-05-10 | 29 | -0/+8825 |
unifying library with the same interface |