| Commit message (Expand) | Author | Age | Files | Lines |
* | 0.0.2 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
* | Add toWei and getTransactionReceipt definitions | Fabio Berger | 2018-01-10 | 1 | -0/+2 |
* | 0.0.1 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
* | Add getBlockNumber definition | Fabio Berger | 2018-01-10 | 1 | -0/+1 |
* | Add bigNumber dependency | Fabio Berger | 2018-01-10 | 2 | -1/+9 |
* | add node_modules to gitignore | Fabio Berger | 2018-01-10 | 1 | -0/+1 |
* | Add license | Fabio Berger | 2018-01-10 | 1 | -0/+13 |
* | Add gitignore | Fabio Berger | 2018-01-10 | 1 | -0/+1 |
* | Add package.json | Fabio Berger | 2018-01-10 | 1 | -0/+16 |
* | Add initial version of typings and README | Fabio Berger | 2018-01-10 | 2 | -0/+77 |
* | Include web3 types via typeRoots and factor out common parts of tsconfig.json | Leonid Logvinov | 2018-01-10 | 31 | -161/+68 |
* | Apply prettier | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
* | Merge branch 'fix/prettify_json' into development | Leonid Logvinov | 2018-01-10 | 82 | -3114/+3054 |
|\ |
|
| * | Apply prettify on json and md files | Leonid Logvinov | 2018-01-04 | 82 | -3112/+3052 |
* | | Merge pull request #305 from 0xProject/fix/bignumber_config | Leonid | 2018-01-10 | 109 | -148/+114 |
|\| |
|
| * | Fix prettier | Leonid Logvinov | 2018-01-04 | 1 | -1/+3 |
| * | Fix linter errors | Leonid Logvinov | 2018-01-04 | 8 | -13/+8 |
| * | Fix linter errors | Leonid Logvinov | 2018-01-04 | 8 | -9/+11 |
| * | Merge imports | Leonid Logvinov | 2018-01-04 | 1 | -2/+1 |
| * | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 108 | -139/+107 |
* | | Prettier | Brandon Millman | 2018-01-10 | 3 | -44/+19 |
* | | Update style | Brandon Millman | 2018-01-10 | 1 | -20/+17 |
* | | Merge branch 'development' into refactor/httpClientJsonParsing | Brandon Millman | 2018-01-09 | 302 | -6282/+6921 |
|\ \ |
|
| * | | Update connect CHANGELOG | Brandon Millman | 2018-01-09 | 1 | -0/+4 |
| * | | Merge branch 'development' into fix/mutatedInput | Brandon Millman | 2018-01-09 | 301 | -6290/+6925 |
| |\ \ |
|
| | * | | Changes to abi-gen after code review | Olaf Tomalka | 2018-01-05 | 2 | -4/+5 |
| | * | | Added constructor ABIs to abi-gen | Olaf Tomalka | 2018-01-03 | 3 | -1/+17 |
| | |/ |
|
| | * | Describe #295 in a CHANGELOG | Leonid Logvinov | 2018-01-03 | 1 | -0/+1 |
| | * | Merge pull request #295 from dharmaprotocol/fix-array-typing-generation | Leonid | 2018-01-03 | 1 | -1/+1 |
| | |\ |
|
| | | * | Fix typing generation for arrays in which types separated by |s | Nadav Hollander | 2017-12-25 | 1 | -1/+1 |
| | * | | Add #302 description to changelog | Leonid Logvinov | 2018-01-03 | 3 | -2/+4 |
| | * | | Merge pull request #302 from joincivil/ritave/feature/abi-gen-events | Leonid | 2018-01-03 | 1 | -0/+6 |
| | |\ \ |
|
| | | * | | Added Event generation to abi-gen | Olaf Tomalka | 2017-12-30 | 1 | -0/+6 |
| | * | | | Merge pull request #303 from ERCdEX/ercdex/send_transaction_return_txhash | Leonid | 2018-01-03 | 1 | -2/+2 |
| | |\ \ \ |
|
| | | * | | | sendTransactionAsync should return txHash string | Luke | 2018-01-03 | 1 | -2/+2 |
| | | |/ / |
|
| | * | | | Fix formatting | Leonid Logvinov | 2018-01-03 | 8 | -17/+3 |
| | * | | | Apply prettier config | Leonid Logvinov | 2018-01-03 | 280 | -6202/+6771 |
| | * | | | Remove formatting esilnt rules | Leonid Logvinov | 2018-01-03 | 1 | -2/+0 |
| | |/ / |
|
| | * | | Publishcontracts@2.1.1@0xproject/website@0.0.4@0xproject/monorepo-scripts@0.1.2@0xproject/kovan_faucets@1.0.2@0xproject/dev-utils@0.0.30x.js@0.29.0 | Fabio Berger | 2017-12-28 | 15 | -57/+57 |
| | * | | Add dates to CHANGELOG entries | Fabio Berger | 2017-12-28 | 2 | -2/+2 |
| | * | | Update subproviders CHANGELOG | Fabio Berger | 2017-12-28 | 1 | -0/+4 |
| | * | | Support both personal_sign and eth_sign | Fabio Berger | 2017-12-28 | 3 | -3/+55 |
| | * | | Fix Ledger tests given change from `personal_sign` to `eth_sign` | Fabio Berger | 2017-12-28 | 2 | -7/+7 |
| | * | | Update subprovider to catch correct RPC method | Cavan Flynn | 2017-12-28 | 1 | -2/+2 |
| | * | | Fix broken links in the abi-gen README | Brandon Millman | 2017-12-25 | 1 | -4/+4 |
| | |/ |
|
* | / | Refactor JSON parsing in HttpClient | Brandon Millman | 2017-12-25 | 6 | -63/+121 |
|/ / |
|
* / | Prevent getFeesAsync method on HttpClient from mutating input | Brandon Millman | 2017-12-25 | 3 | -11/+12 |
|/ |
|
* | Merge pull request #289 from 0xProject/fix/missingBigNumberConfigs | Brandon Millman | 2017-12-22 | 4 | -7/+13 |
|\ |
|
| * | Remove unused import | Brandon Millman | 2017-12-22 | 1 | -1/+0 |
| * | Add missing calls to bigNumberConfigs in packages where we are instantiating ... | Brandon Millman | 2017-12-22 | 4 | -6/+13 |
* | | Merge branch 'development' into fix/docLinks | Fabio Berger | 2017-12-22 | 98 | -1395/+1497 |
|\| |
|
| * | Merge pull request #285 from 0xProject/fix/underscorePrivate | Brandon Millman | 2017-12-22 | 94 | -1366/+1433 |
| |\ |
|
| | * | Add some missed underscores, update changelog and comments | Brandon Millman | 2017-12-21 | 7 | -34/+28 |
| | * | Merge branch 'development' into fix/underscorePrivate | Brandon Millman | 2017-12-21 | 48 | -408/+1429 |
| | |\ |
|
| | * | | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 93 | -1345/+1418 |
| * | | | Merge pull request #287 from 0xProject/fix/toBaseUnitAmount | Fabio Berger | 2017-12-22 | 3 | -1/+22 |
| |\ \ \ |
|
| | * | | | Add to CHANGELOG | Fabio Berger | 2017-12-21 | 1 | -0/+5 |
| | * | | | Refactor toBaseUnitAmount so that it throws if user supplies unitAmount with ... | Fabio Berger | 2017-12-21 | 2 | -0/+10 |
| | * | | | Make assertion stricter so that one cannot submit invalid baseUnit amounts to... | Fabio Berger | 2017-12-21 | 2 | -1/+7 |
| | | |/
| | |/| |
|
| * | | | Update and standardize contracts README | Amir Bandeali | 2017-12-21 | 1 | -28/+42 |
* | | | | Create types sectionName constant | Fabio Berger | 2017-12-22 | 4 | -3/+7 |
* | | | | Add sectionName prefix to all anchor links in order to fix method name collis... | Fabio Berger | 2017-12-22 | 8 | -20/+64 |
|/ / / |
|
* / / | Fix Max button bug | Fabio Berger | 2017-12-21 | 1 | -1/+1 |
|/ / |
|
* | | Move call to error reporter to end of handler so that even if reporting the e... | Fabio Berger | 2017-12-21 | 4 | -6/+6 |
* | | Update outdated WETH ranges | Fabio Berger | 2017-12-21 | 1 | -4/+4 |
* | | Fix conditional | Fabio Berger | 2017-12-21 | 1 | -1/+1 |
* | | Merge branch 'development' of github.com:0xProject/0x.js into development | Fabio Berger | 2017-12-21 | 15 | -58/+58 |
|\ \ |
|
| * | | Publishcontracts@2.1.0@0xproject/website@0.0.3@0xproject/monorepo-scripts@0.1.1@0xproject/kovan_faucets@1.0.1@0xproject/dev-utils@0.0.20x.js@0.28.0 | Leonid Logvinov | 2017-12-21 | 15 | -58/+58 |
* | | | Fix top-padding | Fabio Berger | 2017-12-21 | 3 | -5/+5 |
|/ / |
|
* | | Update CHANGELOGs | Leonid Logvinov | 2017-12-20 | 4 | -4/+8 |
* | | Add slashes to base URLs | Leonid Logvinov | 2017-12-20 | 1 | -3/+3 |
* | | Merge pull request #280 from 0xProject/feature/updateReadmes | Brandon Millman | 2017-12-20 | 4 | -25/+169 |
|\ \ |
|
| * \ | Merge branch 'development' into feature/updateReadmes | Brandon Millman | 2017-12-20 | 1 | -20/+18 |
| |\ \ |
|
| * | | | Fix wording | Brandon Millman | 2017-12-20 | 4 | -8/+8 |
| * | | | Merge branch 'development' into feature/updateReadmes | Brandon Millman | 2017-12-20 | 73 | -1030/+1113 |
| |\ \ \ |
|
| * | | | | Update some wording and remove N/A test sections | Brandon Millman | 2017-12-20 | 4 | -28/+9 |
| * | | | | Update readmes for connect, kovan-facuets, types, and utils packages | Brandon Millman | 2017-12-20 | 4 | -17/+180 |
* | | | | | Merge pull request #277 from 0xProject/feature/weth-events | Leonid | 2017-12-20 | 18 | -304/+1177 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Fix linter issue | Leonid Logvinov | 2017-12-20 | 1 | -1/+0 |
| * | | | | Fix WETH symbol | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
| * | | | | Update snapshot and artifacts | Leonid Logvinov | 2017-12-20 | 3 | -3/+3 |
| * | | | | Replace our EtherTokens with WETH9 from maker | Leonid Logvinov | 2017-12-20 | 6 | -303/+2 |
| * | | | | Fix test description | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
| * | | | | Fix a typo | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
| * | | | | Add err==null assertions | Leonid Logvinov | 2017-12-20 | 1 | -0/+4 |
| * | | | | Add WETH9 tests | Leonid Logvinov | 2017-12-20 | 3 | -4/+58 |
| * | | | | Use the new snapshot including WETH9 and it's artifacts | Leonid Logvinov | 2017-12-20 | 3 | -5/+5 |
| * | | | | Add WETH9 and mirations | Leonid Logvinov | 2017-12-20 | 2 | -0/+769 |
| * | | | | Fix WETH events watching | Leonid Logvinov | 2017-12-20 | 2 | -3/+3 |
| * | | | | Fix a typo | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
| * | | | | Init the _etherTokenContractsByAddress | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
| * | | | | Export new public types | Leonid Logvinov | 2017-12-20 | 2 | -0/+6 |
| * | | | | Update CHANGELOG | Leonid Logvinov | 2017-12-20 | 1 | -0/+4 |
| * | | | | Make order watcher react to new etherToken events | Leonid Logvinov | 2017-12-20 | 1 | -0/+33 |
| * | | | | Add EtherToken events to the ABI | Leonid Logvinov | 2017-12-20 | 2 | -2/+36 |
| * | | | | Enable multiple EtherTokenContract instances | Leonid Logvinov | 2017-12-20 | 1 | -4/+9 |
| * | | | | Add etherToken.getLogsAsync and etherToken.subscribe with tests | Leonid Logvinov | 2017-12-20 | 8 | -8/+274 |
* | | | | | Merge pull request #279 from 0xProject/feature/READMEs | Leonid | 2017-12-20 | 4 | -17/+191 |
|\ \ \ \ \ |
|
| * | | | | | Change contributing test | Leonid Logvinov | 2017-12-20 | 4 | -4/+4 |
| * | | | | | Fix yarn workspaces explanation | Leonid Logvinov | 2017-12-20 | 4 | -6/+13 |
| * | | | | | Change CONTRIBUTING section | Leonid Logvinov | 2017-12-20 | 4 | -5/+9 |
| * | | | | | Fix the headers | Leonid Logvinov | 2017-12-20 | 4 | -4/+4 |
| * | | | | | Address feedback | Leonid Logvinov | 2017-12-20 | 4 | -36/+76 |
| * | | | | | Write 4 README's | Leonid Logvinov | 2017-12-20 | 4 | -12/+135 |
| |/ / / / |
|
* | | | | | Merge pull request #284 from 0xProject/feature/newAndImprovedReadmes | Fabio Berger | 2017-12-20 | 3 | -32/+159 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Standardize on improved contributing section | Fabio Berger | 2017-12-20 | 3 | -2/+7 |
| * | | | | Add Yarn < v1.0 disclaimer | Fabio Berger | 2017-12-20 | 1 | -0/+5 |
| * | | | | Flesh out LedgerSubprovider usage example | Fabio Berger | 2017-12-20 | 1 | -1/+11 |
| * | | | | Update and improve website README | Fabio Berger | 2017-12-20 | 1 | -26/+30 |
| * | | | | Add mono repo scripts README | Fabio Berger | 2017-12-20 | 1 | -0/+51 |
| * | | | | Add clean instructions | Fabio Berger | 2017-12-20 | 1 | -0/+6 |
| * | | | | Improve subproviders readme | Fabio Berger | 2017-12-20 | 1 | -6/+52 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #278 from 0xProject/fix/error-taker-format | Leonid | 2017-12-20 | 7 | -24/+88 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Don't throw in transformers | Leonid Logvinov | 2017-12-20 | 1 | -1/+1 |
| * | | | Update CHANGELOG | Leonid Logvinov | 2017-12-19 | 1 | -0/+1 |
| * | | | Throw a better error message when taker is null|undefined or anything but not... | Leonid Logvinov | 2017-12-19 | 6 | -24/+87 |
| | |/
| |/| |
|
* | | | Merge pull request #282 from 0xProject/fix/zrx-tests | Amir Bandeali | 2017-12-20 | 1 | -20/+18 |
|\ \ \
| |_|/
|/| | |
|
| * | | Remove reliance on testrpc snapshot in ZRX tests | Amir Bandeali | 2017-12-20 | 1 | -20/+18 |
* | | | Remove etherToken from smart contract docs | Fabio Berger | 2017-12-20 | 3 | -7/+0 |
* | | | Update new WETH addresses and localStorage clearance key | Fabio Berger | 2017-12-20 | 1 | -3/+3 |
* | | | Fix merge | Fabio Berger | 2017-12-20 | 4 | -7/+8 |
* | | | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-20 | 91 | -1051/+1008 |
|\| | |
|
| * | | Remove re-assignment | Fabio Berger | 2017-12-20 | 1 | -5/+9 |
| * | | Merge branch 'development' into refactor/website | Fabio Berger | 2017-12-20 | 20 | -60/+70 |
| |\| |
|
| | * | Introduce an identityCommandBuilder | Leonid Logvinov | 2017-12-19 | 1 | -2/+3 |
| | * | Define types for methodID | Leonid Logvinov | 2017-12-19 | 1 | -1/+1 |
| | * | Define types for ethereumjs-abi | Leonid Logvinov | 2017-12-19 | 1 | -1/+4 |
| | * | Install types for yargs | Leonid Logvinov | 2017-12-19 | 5 | -11/+11 |
| | * | Fix comments | Leonid Logvinov | 2017-12-19 | 2 | -2/+2 |
| | * | Fix linter issues | Leonid Logvinov | 2017-12-19 | 3 | -4/+4 |
| | * | Fix linter error | Leonid Logvinov | 2017-12-19 | 1 | -4/+4 |
| | * | Rename SubscriptionOpts to BlockRange | Leonid Logvinov | 2017-12-19 | 15 | -45/+51 |
| * | | Fix scrolling topBar on Portal | Fabio Berger | 2017-12-19 | 2 | -2/+2 |
| * | | Fix overflow issue on calculated fillAmount | Fabio Berger | 2017-12-19 | 1 | -15/+13 |
| * | | Fix faulty import | Fabio Berger | 2017-12-19 | 1 | -1/+1 |
| * | | Refactor remaining _.assign to spread operator | Fabio Berger | 2017-12-19 | 4 | -8/+15 |
| * | | Move muiTheme into it's own module | Fabio Berger | 2017-12-19 | 2 | -35/+37 |
| * | | Merge branch 'development' into refactor/website | Fabio Berger | 2017-12-19 | 25 | -104/+140 |
| |\| |
|
| * | | Refactor configs and constants, standardize on uppercase/snakecase, alphebeti... | Fabio Berger | 2017-12-19 | 28 | -295/+298 |
| * | | Sort colors into color spectrum | Fabio Berger | 2017-12-18 | 1 | -8/+22 |
| * | | remove unused style | Fabio Berger | 2017-12-18 | 1 | -5/+0 |
| * | | standarize on `grey` over `gray` spelling and other color related fixes | Fabio Berger | 2017-12-18 | 40 | -92/+91 |
| * | | Standardize colors to always be in uppercase hex and consolidate material-ui ... | Fabio Berger | 2017-12-18 | 21 | -50/+48 |
| * | | Consolidate all custom colors and material-ui colors into a colors module | Fabio Berger | 2017-12-18 | 48 | -226/+169 |
| * | | Remove unused `location` prop | Fabio Berger | 2017-12-18 | 6 | -8/+6 |
| * | | Use bigNumberConfigs from @0xproject/utils in website repo | Fabio Berger | 2017-12-18 | 2 | -5/+3 |
| * | | Fix unhoverable help tooltip by renaming `Trade Permissions` to `Allowance` | Fabio Berger | 2017-12-18 | 1 | -2/+2 |
| * | | Replace remaining strEnums with property TS string enums | Fabio Berger | 2017-12-18 | 15 | -92/+79 |
| * | | Update ActionType enum and move from using _.assign in reducer | Fabio Berger | 2017-12-18 | 3 | -180/+222 |
| * | | Remove unused enums | Fabio Berger | 2017-12-18 | 3 | -39/+0 |
| * | | Update first two string enums to native type | Fabio Berger | 2017-12-18 | 13 | -58/+56 |
* | | | Add WETH | Fabio Berger | 2017-12-19 | 1 | -1/+1 |
* | | | remove extra space | Fabio Berger | 2017-12-19 | 1 | -1/+1 |
* | | | Remove binding on prop passed callbacks | Fabio Berger | 2017-12-19 | 2 | -4/+4 |
* | | | Add airtable tasks to TODO's | Fabio Berger | 2017-12-19 | 1 | -0/+3 |
* | | | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-19 | 13 | -35/+89 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge pull request #268 from 0xProject/fix/codeSelectingInDocs | Fabio Berger | 2017-12-19 | 1 | -10/+19 |
| |\ \ |
|
| | * | | Fixed https://github.com/0xProject/wiki/issues/19 by disabling re-rendering o... | Fabio Berger | 2017-12-18 | 1 | -10/+19 |
| | |/ |
|
| * | | Merge pull request #267 from 0xProject/refactor/passInEtherTokenAddress | Fabio Berger | 2017-12-19 | 14 | -69/+57 |
| |\ \ |
|
| | * | | Add additional public changes introduced to changelog | Fabio Berger | 2017-12-19 | 1 | -1/+3 |
| | * | | Update website calls to deposit/withdraw | Fabio Berger | 2017-12-18 | 2 | -6/+6 |
| | * | | Add entry to CHANGELOG | Fabio Berger | 2017-12-17 | 1 | -0/+4 |
| * | | | Merge pull request #269 from 0xProject/fix/brokenCi | Brandon Millman | 2017-12-18 | 5 | -7/+13 |
| |\ \ \ |
|
| | * | | | Move web3 import after subprovider imports in test web3_factory | Brandon Millman | 2017-12-18 | 5 | -7/+13 |
| | | |/
| | |/| |
|
| * | | | Merge pull request #271 from 0xProject/fix/ledger-derivation | Leonid | 2017-12-18 | 6 | -18/+51 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Update CHANGELOG | Leonid Logvinov | 2017-12-18 | 1 | -1/+2 |
| | * | | Add a comment | Leonid Logvinov | 2017-12-18 | 1 | -0/+2 |
| | * | | Introduce a variable for true | Leonid Logvinov | 2017-12-18 | 1 | -1/+4 |
| | * | | Remove redundant template string | Leonid Logvinov | 2017-12-18 | 1 | -1/+1 |
| | * | | Implement the address derivations | Leonid Logvinov | 2017-12-18 | 4 | -17/+32 |
| | * | | Add hdnode dependency | Leonid Logvinov | 2017-12-18 | 2 | -0/+12 |
* | | | | Temporarily pretend as if new WETH contracts are already whitelisted by token... | Fabio Berger | 2017-12-18 | 2 | -6/+18 |
* | | | | Add notice dialog to balances page about updating the WETH contract. We also ... | Fabio Berger | 2017-12-18 | 3 | -10/+79 |
* | | | | Fix linter errors | Fabio Berger | 2017-12-18 | 1 | -2/+4 |
* | | | | Move weth.io url to constants | Fabio Berger | 2017-12-18 | 2 | -1/+2 |
* | | | | Make it such that Wrapped Ether page works on networks without any outdated W... | Fabio Berger | 2017-12-18 | 1 | -11/+19 |
* | | | | Add `Max` convenience button in unwrap WETH dialog | Fabio Berger | 2017-12-18 | 1 | -1/+15 |
* | | | | Link all EtherTokens to Etherscan and add address tooltip | Fabio Berger | 2017-12-18 | 1 | -20/+53 |
* | | | | Update to passing etherTokenAddress into withdraw and deposit calls | Fabio Berger | 2017-12-18 | 2 | -6/+6 |
* | | | | Since sending the error report could take some time, we first trigger `onErro... | Fabio Berger | 2017-12-17 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Fix tests in contracts | Fabio Berger | 2017-12-17 | 2 | -13/+11 |
* | | | Modify the etherToken wrapper methods to accept an etherTokenAddress as the f... | Fabio Berger | 2017-12-17 | 6 | -46/+21 |
* | | | Fix documentation issue where `unsubscribeAll` shown as method on every contr... | Fabio Berger | 2017-12-17 | 3 | -4/+13 |
|/ / |
|
* | | Temporary hack to alleviate issues with updating tokenRegistry with new WETH ... | Fabio Berger | 2017-12-16 | 1 | -1/+14 |
* | | Two mysteriously missing imports | Fabio Berger | 2017-12-16 | 2 | -0/+2 |
* | | Fix linter errors | Fabio Berger | 2017-12-16 | 3 | -13/+0 |
* | | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-16 | 213 | -2955/+1887 |
|\| |
|
| * | Fix redundant spaces | Leonid Logvinov | 2017-12-16 | 8 | -28/+31 |
| * | Fix tests | Leonid Logvinov | 2017-12-15 | 1 | -0/+1 |
| * | Fix website unused vars | Leonid Logvinov | 2017-12-15 | 56 | -256/+28 |
| * | Fix connect unused vars | Leonid Logvinov | 2017-12-15 | 24 | -54/+8 |
| * | Fix 0x.js unused vars | Leonid Logvinov | 2017-12-15 | 25 | -94/+13 |
| * | Dissallow unused vars/imports | Leonid Logvinov | 2017-12-15 | 1 | -0/+1 |
| * | Implement first custom linter rule async-suffix | Leonid Logvinov | 2017-12-15 | 8 | -4/+61 |
| * | Reuse intervalutils in website | Leonid Logvinov | 2017-12-15 | 2 | -6/+6 |
| * | Add a newline | Leonid Logvinov | 2017-12-15 | 1 | -1/+2 |
| * | Name a variable | Leonid Logvinov | 2017-12-15 | 1 | -1/+2 |
| * | Add a comment | Leonid Logvinov | 2017-12-15 | 1 | -0/+2 |
| * | Fix a conditional | Leonid Logvinov | 2017-12-15 | 1 | -5/+1 |
| * | Make migrations deterministic | Leonid Logvinov | 2017-12-14 | 1 | -57/+45 |
| * | Fix linter error | Leonid Logvinov | 2017-12-14 | 1 | -1/+1 |
| * | Fix linter errors | Leonid Logvinov | 2017-12-14 | 3 | -3/+3 |
| * | Add a function to init token balances | Leonid Logvinov | 2017-12-14 | 2 | -4/+30 |
| * | Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokens | Leonid Logvinov | 2017-12-14 | 4 | -11/+14 |
| * | Add DummyToken to gitignore | Leonid Logvinov | 2017-12-14 | 1 | -0/+1 |
| * | Add DummyToken to artifacts list | Leonid Logvinov | 2017-12-14 | 1 | -0/+2 |
| * | Increase mocha timeout | Leonid Logvinov | 2017-12-14 | 1 | -1/+1 |
| * | Add DummyToken to artifacts list | Leonid Logvinov | 2017-12-14 | 1 | -1/+1 |
| * | Update addresses and add DummyToken artifact | Leonid Logvinov | 2017-12-14 | 5 | -4/+27 |
| * | Fix CI build | Leonid Logvinov | 2017-12-14 | 1 | -1/+1 |
| * | Delete abi-gen-templates | Leonid Logvinov | 2017-12-14 | 1 | -15/+0 |
| * | Move shared types to types package | Leonid Logvinov | 2017-12-14 | 3 | -29/+7 |
| * | Move more shared utils into utils package and reuse them | Leonid Logvinov | 2017-12-14 | 29 | -171/+41 |
| * | Create dev-utils with blockchainLifecycle in it | Leonid Logvinov | 2017-12-14 | 7 | -0/+158 |
| * | Move 0x.js temnplates to 0x.js instead of having them as a separate package | Leonid Logvinov | 2017-12-14 | 7 | -6/+4 |
| * | Remove generated contracts and ignore them. Add a prebuild command to regener... | Leonid Logvinov | 2017-12-14 | 7 | -2165/+8 |
| * | Fix hanging requests by importing web3 last | Brandon Millman | 2017-12-14 | 3 | -2/+17 |
| * | Merge branch 'development' into feature/addKovanFaucets | Brandon Millman | 2017-12-14 | 2 | -4/+1 |
| |\ |
|
| | * | Add new packages to main README | Leonid Logvinov | 2017-12-13 | 1 | -1/+1 |
| | * | Remove redundant totalSupply from token interface | Amir Bandeali | 2017-12-13 | 1 | -3/+0 |
| * | | Cleanup kovan-faucet package | Brandon Millman | 2017-12-14 | 11 | -40/+37 |
| * | | Fix build errors | Brandon Millman | 2017-12-13 | 18 | -74/+65 |
| * | | Add kovan faucet project into the mono repo | Brandon Millman | 2017-12-13 | 21 | -4/+594 |
| |/ |
|
| * | Increase timeout on deployer tests | Amir Bandeali | 2017-12-13 | 1 | -1/+1 |
| * | Add version string to EtherToken_v2 | Amir Bandeali | 2017-12-13 | 1 | -0/+1 |
| * | Formatting fixes | Amir Bandeali | 2017-12-13 | 6 | -18/+29 |
| * | Add missing package in utils, fix linting error | Amir Bandeali | 2017-12-13 | 1 | -0/+1 |
| * | fix tests after merging with development | Amir Bandeali | 2017-12-13 | 1 | -3/+3 |
| * | Add test:circleci command, add newlines to end of contracts | Amir Bandeali | 2017-12-13 | 25 | -2/+25 |
| * | Add gas limits to failing tests | Amir Bandeali | 2017-12-13 | 6 | -14/+31 |
| * | Rename contracts lib to utils | Amir Bandeali | 2017-12-13 | 13 | -9/+214 |
| * | Refactor unlimited allowance logic out of ERC20Token | Amir Bandeali | 2017-12-13 | 8 | -20/+56 |
| * | Fix typo, change variable name to be consistent | Amir Bandeali | 2017-12-13 | 2 | -6/+6 |
| * | Update 0x.js version, fix build errors | Amir Bandeali | 2017-12-13 | 8 | -11/+27 |
| * | Add updated contracts, reorganize contract file structure | Amir Bandeali | 2017-12-13 | 25 | -120/+170 |
| * | Add tests for ERC20Token and EtherToken_v2 | Amir Bandeali | 2017-12-13 | 8 | -14/+183 |
| * | Fix errors with new testrpc version | Amir Bandeali | 2017-12-13 | 8 | -44/+45 |
| * | Add version to new EtherToken, fix typos | Amir Bandeali | 2017-12-13 | 5 | -5/+126 |
| * | Add updated ERC20 implementation, update WETH | Amir Bandeali | 2017-12-13 | 3 | -2/+110 |
* | | Update name to be a call to action | Fabio Berger | 2017-12-16 | 1 | -1/+1 |
* | | Add default value for onConversionSuccessful | Fabio Berger | 2017-12-16 | 1 | -3/+2 |
* | | Improve WETH page styling | Fabio Berger | 2017-12-15 | 2 | -12/+35 |
* | | Use new wrap/unwrap buttons, fetch outdated WETH balances and re-fetch after ... | Fabio Berger | 2017-12-15 | 3 | -72/+208 |
* | | Refactor the WETH conversion dialog/button to be either wrap or unwrap specif... | Fabio Berger | 2017-12-15 | 2 | -59/+109 |
* | | Clear trackedTokens so that a user starts tracking the new WETH and no longer... | Fabio Berger | 2017-12-14 | 3 | -0/+14 |
* | | Make label optional and make sure the input field still renders properly with... | Fabio Berger | 2017-12-14 | 1 | -3/+4 |
* | | Remove ETH-WETH convert button from balances page | Fabio Berger | 2017-12-14 | 2 | -25/+0 |
* | | Remove temporary hack | Fabio Berger | 2017-12-14 | 1 | -2/+0 |
* | | Use boxed ETH | Fabio Berger | 2017-12-14 | 1 | -0/+0 |
* | | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-13 | 2 | -31/+57 |
|\| |
|