Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix types definition in package.json | Leonid Logvinov | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | 0.7.2 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Fix ContractInstance new() not parsing properly | Olaf Tomalka | 2018-01-10 | 1 | -1/+1 |
| | | | | | | new is a keyword in typescript and so if a function is called new(), tsc and for example Visual Studio Code don't regonize types for this function. The fix is to write this function in quotes | ||||
* | Made the callback in filter.stopWatching optional | Olaf Tomalka | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Add new to contract interface | Amir Bandeali | 2018-01-10 | 1 | -0/+1 |
| | |||||
* | fix typo | Amir Bandeali | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | 0.7.1 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Make transactionIndex nullable | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | 0.7.0 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Improve log events types | Leonid Logvinov | 2018-01-10 | 1 | -3/+10 |
| | |||||
* | 0.6.4 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Constraint status type | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | 0.6.3 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Add status to a transaction receipt | Leonid Logvinov | 2018-01-10 | 1 | -0/+1 |
| | |||||
* | Add async web3.personal.sign | Sergey Ukustov | 2018-01-10 | 1 | -0/+1 |
| | |||||
* | Fix indentation | Sergey Ukustov | 2018-01-10 | 1 | -5/+5 |
| | |||||
* | 0.6.2 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Make all parameters of FilterObject optional | Leonid Logvinov | 2018-01-10 | 1 | -4/+4 |
| | |||||
* | 0.6.1 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Add LogTopic type | Leonid Logvinov | 2018-01-10 | 1 | -1/+3 |
| | |||||
* | 0.6.0 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Define sendAsync on HttpProvider | Leonid Logvinov | 2018-01-10 | 1 | -0/+4 |
| | |||||
* | 0.5.0 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Add AbiType | Leonid Logvinov | 2018-01-10 | 1 | -4/+11 |
| | |||||
* | 0.4.1 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Add ContractInstance type | Leonid Logvinov | 2018-01-10 | 1 | -1/+7 |
| | |||||
* | 0.4.0 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Extend Abi types | Leonid Logvinov | 2018-01-10 | 1 | -8/+21 |
| | |||||
* | 0.3.4 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Add return type for sendAsync | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | 0.3.3 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Add sendAsync types in provider | Leonid Logvinov | 2018-01-10 | 1 | -1/+19 |
| | |||||
* | 0.3.2 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Add Web3.isChecksumAddress | Leonid Logvinov | 2018-01-10 | 1 | -0/+1 |
| | |||||
* | 0.3.1 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Add auth options to HttpProvider | libertylocked | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Add tslint.json | Leonid Logvinov | 2018-01-10 | 1 | -0/+5 |
| | |||||
* | 0.3.0 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Fix linter errors | Leonid Logvinov | 2018-01-10 | 1 | -33/+33 |
| | |||||
* | Add linting script and specify style guide | Leonid Logvinov | 2018-01-10 | 2 | -1/+193 |
| | |||||
* | Make error types consistent | Leonid Logvinov | 2018-01-10 | 1 | -5/+5 |
| | |||||
* | Introduce BlockWithoutTransactionData and BlockWithTransactionData | Leonid Logvinov | 2018-01-10 | 1 | -8/+11 |
| | |||||
* | Add LogEntry type | Leonid Logvinov | 2018-01-10 | 1 | -2/+11 |
| | |||||
* | Add web3.personal.sign | Leonid Logvinov | 2018-01-10 | 1 | -2/+3 |
| | |||||
* | Add a lot of types | Leonid Logvinov | 2018-01-10 | 1 | -24/+205 |
| | |||||
* | Extract API interfaces: web3.version, web3.eth, web3.personal | Sergey Ukustov | 2018-01-10 | 1 | -25/+36 |
| | |||||
* | Optional provider parameter in Web3 constructor | Sergey Ukustov | 2018-01-10 | 1 | -0/+2 |
| | |||||
* | 0.2.1 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Add missing semi-colon | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Add missing semi-colons | Fabio Berger | 2018-01-10 | 1 | -3/+3 |
| | |||||
* | Add web3.eth.blockNumber | libertylocked | 2018-01-10 | 1 | -1/+2 |
| | |||||
* | Add web3.sha3 method declaration | Sergey Ukustov | 2018-01-10 | 1 | -0/+5 |
| | |||||
* | 0.2.0 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | 0.1.0 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Use single instead of double quotes by convention | Fabio Berger | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | Remove spaces between union types to remain stylistically consistent | Fabio Berger | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | Constructor definition does not include name or constant modifier | Sergey Ukustov | 2018-01-10 | 1 | -3/+3 |
| | |||||
* | Revamp AbiDefinition | Sergey Ukustov | 2018-01-10 | 1 | -10/+26 |
| | |||||
* | filter.stopWatching accepts callback | Sergey Ukustov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | filter.watch callback param accepts arguments | Sergey Ukustov | 2018-01-10 | 1 | -1/+7 |
| | |||||
* | 0.0.11 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Fix version typings | Leonid Logvinov | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | 0.0.10 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Add at function to Contract class | Leonid Logvinov | 2018-01-10 | 1 | -1/+5 |
| | |||||
* | 0.0.9 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Make currentProvider a variable, not a function | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Flash out README with instructions | Leonid Logvinov | 2018-01-10 | 3 | -1/+40 |
| | |||||
* | 0.0.8 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | remove default import | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | 0.0.7 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Move interface definitions into the web3 namespace | Fabio Berger | 2018-01-10 | 1 | -32/+32 |
| | |||||
* | 0.0.6 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | 0.0.5 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Export all interfaces and export the web3 constructor as the default export | Fabio Berger | 2018-01-10 | 1 | -7/+9 |
| | |||||
* | 0.0.4 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Move Provider type outside of namespace | Fabio Berger | 2018-01-10 | 1 | -3/+3 |
| | |||||
* | 0.0.3 | Fabio Berger | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Allow numbers to also be passed to fromWei and toWei | Fabio Berger | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | 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 | 32 | -161/+82 |
| | |||||
* | Apply prettier | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'fix/prettify_json' into development | Leonid Logvinov | 2018-01-10 | 88 | -3150/+3096 |
|\ | |||||
| * | Apply prettify on json and md files | Leonid Logvinov | 2018-01-04 | 88 | -3148/+3094 |
| | | |||||
* | | Merge pull request #305 from 0xProject/fix/bignumber_config | Leonid | 2018-01-10 | 109 | -148/+114 |
|\| | | | | | Use configured version of bignumber in all packages | ||||
| * | 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 |
| | | |||||
* | | Merge pull request #311 from 0xProject/fix/httpClientJsonParsing | Brandon Millman | 2018-01-10 | 6 | -54/+84 |
|\ \ | | | | | | | Merge connect json parsing refactor into development | ||||
| * | | 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 | 308 | -6320/+6965 |
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (21 commits) Update connect CHANGELOG Changes to abi-gen after code review Added constructor ABIs to abi-gen Describe #295 in a CHANGELOG Add #302 description to changelog Fix formatting Apply prettier config Install prettier Remove formatting esilnt rules sendTransactionAsync should return txHash string Added Event generation to abi-gen Publish Add dates to CHANGELOG entries Update subproviders CHANGELOG Support both personal_sign and eth_sign Fix Ledger tests given change from `personal_sign` to `eth_sign` Update subprovider to catch correct RPC method Rename guide Update contribution guide Fix broken links in the abi-gen README ... | ||||
* | | | Merge pull request #296 from 0xProject/fix/mutatedInput | Brandon Millman | 2018-01-09 | 4 | -11/+16 |
|\ \ \ | | | | | | | | | Prevent getFeesAsync method on HttpClient from mutating input | ||||
| * | | | Update connect CHANGELOG | Brandon Millman | 2018-01-09 | 1 | -0/+4 |
| | | | | |||||
| * | | | Merge branch 'development' into fix/mutatedInput | Brandon Millman | 2018-01-09 | 307 | -6328/+6969 |
| |\ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Changes to abi-gen after code review Added constructor ABIs to abi-gen Describe #295 in a CHANGELOG Add #302 description to changelog Fix formatting Apply prettier config Install prettier Remove formatting esilnt rules sendTransactionAsync should return txHash string Added Event generation to abi-gen Publish Add dates to CHANGELOG entries Update subproviders CHANGELOG Support both personal_sign and eth_sign Fix Ledger tests given change from `personal_sign` to `eth_sign` Update subprovider to catch correct RPC method Rename guide Update contribution guide Fix broken links in the abi-gen README Fix typing generation for arrays in which types separated by |s | ||||
* | | | | Merge pull request #304 from joincivil/ritave/feature/abi-gen-constructor | Leonid | 2018-01-05 | 5 | -1/+24 |
|\ \ \ \ | |_|_|/ |/| | | | Added constructor ABIs to abi-gen | ||||
| * | | | Changes to abi-gen after code review | Olaf Tomalka | 2018-01-05 | 2 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Added change to CHANGELOG * Renamed variable and context to ctor to avoid keyword * Used lodash' isUndefined to better check ctor | ||||
| * | | | Added constructor ABIs to abi-gen | Olaf Tomalka | 2018-01-03 | 4 | -1/+23 |
|/ / / | | | | | | | | | | | | | | | | Additionally if the constructor is not existent in JSON, meaning it's implcite with no parameters, we're explicitly creating one, with actual JSON parameters that it should have. | ||||
* | | | 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 array typing generation when permitting multiple types | ||||
| * | | | 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 | ||||
| * | | | | 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 | ||||
| * | | | | | sendTransactionAsync should return txHash string | Luke | 2018-01-03 | 1 | -2/+2 |
| |/ / / / | |||||
* | | | | | Fix formatting | Leonid Logvinov | 2018-01-03 | 8 | -17/+3 |
| | | | | | |||||
* | | | | | Merge pull request #291 from 0xProject/feature/prettier | Leonid | 2018-01-03 | 285 | -6208/+6790 |
|\ \ \ \ \ | |/ / / / |/| | | | | Use prettier | ||||
| * | | | | Apply prettier config | Leonid Logvinov | 2018-01-03 | 284 | -6207/+6785 |
| | | | | | |||||
| * | | | | Install prettier | Leonid Logvinov | 2018-01-03 | 2 | -0/+6 |
| | | | | | |||||
| * | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.29.0 - @0xproject/abi-gen@0.0.4 - @0xproject/assert@0.0.9 - @0xproject/connect@0.3.2 - contracts@2.1.1 - @0xproject/dev-utils@0.0.3 - @0xproject/json-schemas@0.7.1 - @0xproject/kovan_faucets@1.0.2 - @0xproject/monorepo-scripts@0.1.2 - @0xproject/subproviders@0.2.0 - @0xproject/tslint-config@0.4.0 - @0xproject/types@0.1.2 - @0xproject/utils@0.1.2 - @0xproject/web3-wrapper@0.1.2 - @0xproject/website@0.0.4 | ||||
* | | | | 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 |
| | | | | |||||
* | | | | Merge pull request #300 from cavanmflynn/fix/ledger-subprovider-signing | Fabio Berger | 2017-12-28 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Update subprovider to catch correct RPC method | ||||
| * | | | | Update subprovider to catch correct RPC method | Cavan Flynn | 2017-12-28 | 1 | -2/+2 |
|/ / / / | | | | | | | | | ZeroEx uses web3.eth.sign, rather than web3.eth.personal.sign. In addition, the message to sign is the second parameter; not the first. The first parameter is the address. | ||||
* | | | | Rename guide | Fabio Berger | 2017-12-26 | 1 | -4/+2 |
| | | | | |||||
* | | | | Update contribution guide | Fabio Berger | 2017-12-26 | 1 | -32/+19 |
| | | | | |||||
* | | | | 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 |
|\ | | | | | Add missing calls to bigNumberConfigs in packages where we are instan… | ||||
| * | 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 |
| | | | | | | | | BigNumbers | ||||
* | | Merge pull request #288 from 0xProject/fix/docLinks | Fabio Berger | 2017-12-22 | 11 | -22/+70 |
|\ \ | |/ |/| | Fix doc anchor link collisions | ||||
| * | Merge branch 'development' into fix/docLinks | Fabio Berger | 2017-12-22 | 98 | -1395/+1497 |
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | * development: Update and standardize contracts README Add to CHANGELOG Refactor toBaseUnitAmount so that it throws if user supplies unitAmount with too many decimals Make assertion stricter so that one cannot submit invalid baseUnit amounts to `toUnitAmount` Add some missed underscores, update changelog and comments Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors # Conflicts: # packages/website/ts/pages/documentation/documentation.tsx # packages/website/ts/pages/shared/nested_sidebar_menu.tsx | ||||
* | | Merge pull request #285 from 0xProject/fix/underscorePrivate | Brandon Millman | 2017-12-22 | 94 | -1366/+1433 |
|\ \ | | | | | | | Add new underscore-privates rule to @0xproject/tslint-config and fix … | ||||
| * | | 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 | 49 | -409/+1430 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI Update outdated WETH ranges Fix conditional Fix top-padding Publish Update CHANGELOGs Add slashes to base URLs Fix linter issue Fix WETH symbol Update snapshot and artifacts Replace our EtherTokens with WETH9 from maker Fix test description Fix a typo Add err==null assertions Add WETH9 tests Use the new snapshot including WETH9 and it's artifacts Add WETH9 and mirations Fix WETH events watching Fix a typo Init the _etherTokenContractsByAddress ... | ||||
| * | | | 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 |
|\ \ \ \ | | | | | | | | | | | Fix toBaseUnitAmount Issue | ||||
| * | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | too many decimals | ||||
| * | | | | Make assertion stricter so that one cannot submit invalid baseUnit amounts ↵ | Fabio Berger | 2017-12-21 | 2 | -1/+7 |
| | |/ / | |/| | | | | | | | | | | to `toUnitAmount` | ||||
* | | | | Merge pull request #286 from 0xProject/feature/updateContractsReadme | Amir Bandeali | 2017-12-21 | 1 | -28/+42 |
|\ \ \ \ | | | | | | | | | | | Update and standardize contracts README | ||||
| * | | | | 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 ↵ | Fabio Berger | 2017-12-22 | 8 | -20/+64 |
| |_|/ |/| | | | | | | | | collisions between sections | ||||
* | | | 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 ↵ | Fabio Berger | 2017-12-21 | 4 | -6/+6 |
| | | | | | | | | error takes a while, it doesn't block the UI | ||||
* | | 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 |
|\ \ | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Publish | ||||
| * | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.28.0 - @0xproject/abi-gen@0.0.3 - @0xproject/assert@0.0.8 - @0xproject/connect@0.3.1 - contracts@2.1.0 - @0xproject/dev-utils@0.0.2 - @0xproject/json-schemas@0.7.0 - @0xproject/kovan_faucets@1.0.1 - @0xproject/monorepo-scripts@0.1.1 - @0xproject/subproviders@0.1.1 - @0xproject/tslint-config@0.3.0 - @0xproject/types@0.1.1 - @0xproject/utils@0.1.1 - @0xproject/web3-wrapper@0.1.1 - @0xproject/website@0.0.3 | ||||
* | | | 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 |
|\ \ | | | | | | | Update readmes for connect, kovan-faucets, types, and utils packages | ||||
| * \ | Merge branch 'development' into feature/updateReadmes | Brandon Millman | 2017-12-20 | 2 | -24/+18 |
| |\ \ | | | | | | | | | | | | | | | | | * development: Remove reliance on testrpc snapshot in ZRX tests | ||||
| * | | | Fix wording | Brandon Millman | 2017-12-20 | 4 | -8/+8 |
| | | | | |||||
| * | | | Merge branch 'development' into feature/updateReadmes | Brandon Millman | 2017-12-20 | 73 | -1030/+1113 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (35 commits) Remove etherToken from smart contract docs Update new WETH addresses and localStorage clearance key Fix merge Remove re-assignment Fix scrolling topBar on Portal Fix overflow issue on calculated fillAmount Fix faulty import Refactor remaining _.assign to spread operator Move muiTheme into it's own module Add WETH remove extra space Remove binding on prop passed callbacks Add airtable tasks to TODO's Refactor configs and constants, standardize on uppercase/snakecase, alphebetize, rename for logical grouping Sort colors into color spectrum remove unused style standarize on `grey` over `gray` spelling and other color related fixes Standardize colors to always be in uppercase hex and consolidate material-ui greys Consolidate all custom colors and material-ui colors into a colors module Remove unused `location` prop ... | ||||
| * | | | | 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 | 19 | -305/+1178 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Add etherToken.getLogsAsync and etherToken.subscribe with tests | ||||
| * | | | | 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 | 4 | -4/+4 |
| | | | | | |||||
| * | | | | 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 | 4 | -6/+6 |
| | | | | | |||||
| * | | | | 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 branch 'development' of github.com:0xProject/0x.js into development | Fabio Berger | 2017-12-20 | 4 | -17/+191 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Change contributing test Fix yarn workspaces explanation Change CONTRIBUTING section Fix the headers Address feedback Write 4 README's | ||||
| * \ \ \ \ | Merge pull request #279 from 0xProject/feature/READMEs | Leonid | 2017-12-20 | 4 | -17/+191 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Write 4 README's | ||||
| | * | | | | | 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 |
| | |/ / / / | |||||
* | / / / / | Fix md link | Fabio Berger | 2017-12-20 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Fix link | Fabio Berger | 2017-12-20 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #284 from 0xProject/feature/newAndImprovedReadmes | Fabio Berger | 2017-12-20 | 4 | -40/+229 |
|\ \ \ \ \ | |/ / / / |/| | | | | Improve/Add to README's | ||||
| * | | | | Standardize on improved contributing section | Fabio Berger | 2017-12-20 | 4 | -3/+8 |
| | | | | | |||||
| * | | | | 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 |
| | | | | | |||||
| * | | | | Fix command | Fabio Berger | 2017-12-20 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | 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 |
| | | | | | |||||
| * | | | | Flesh out main repo README | Fabio Berger | 2017-12-20 | 1 | -0/+62 |
| | | | | | |||||
| * | | | | Improve package descriptions | Fabio Berger | 2017-12-20 | 1 | -8/+8 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #278 from 0xProject/fix/error-taker-format | Leonid | 2017-12-20 | 7 | -24/+88 |
|\ \ \ \ | |_|_|/ |/| | | | Throw a better error message when taker is null|undefined or anything but not a string | ||||
| * | | | 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 ↵ | Leonid Logvinov | 2017-12-19 | 6 | -24/+87 |
| | |/ | |/| | | | | | | | not a string | ||||
* | | | Merge pull request #282 from 0xProject/fix/zrx-tests | Amir Bandeali | 2017-12-20 | 2 | -24/+18 |
|\ \ \ | |_|/ |/| | | Remove reliance on testrpc snapshot in ZRX tests | ||||
| * | | Remove reliance on testrpc snapshot in ZRX tests | Amir Bandeali | 2017-12-20 | 2 | -24/+18 |
| | | | |||||
* | | | Merge pull request #283 from 0xProject/createWethPage | Fabio Berger | 2017-12-20 | 11 | -59/+195 |
|\ \ \ | |/ / |/| | | Merge WETH page improvements into development | ||||
| * | | 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 | 92 | -1051/+1012 |
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (27 commits) Remove re-assignment Fix scrolling topBar on Portal Fix overflow issue on calculated fillAmount Fix faulty import Introduce an identityCommandBuilder Define types for methodID Define types for ethereumjs-abi Install types for yargs Fix comments Fix linter issues Fix linter error Rename SubscriptionOpts to BlockRange Refactor remaining _.assign to spread operator Move muiTheme into it's own module Refactor configs and constants, standardize on uppercase/snakecase, alphebetize, rename for logical grouping Sort colors into color spectrum remove unused style standarize on `grey` over `gray` spelling and other color related fixes Standardize colors to always be in uppercase hex and consolidate material-ui greys Consolidate all custom colors and material-ui colors into a colors module ... # Conflicts: # packages/website/ts/components/eth_wrappers.tsx # packages/website/ts/components/portal.tsx # packages/website/ts/utils/configs.ts # packages/website/ts/utils/constants.ts | ||||
* | | | Merge pull request #275 from 0xProject/refactor/website | Fabio Berger | 2017-12-20 | 72 | -982/+929 |
|\ \ \ | |_|/ |/| | | Refactor Website | ||||
| * | | Remove re-assignment | Fabio Berger | 2017-12-20 | 1 | -5/+9 |
| | | | |||||
| * | | Merge branch 'development' into refactor/website | Fabio Berger | 2017-12-20 | 21 | -60/+74 |
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Introduce an identityCommandBuilder Define types for methodID Define types for ethereumjs-abi Install types for yargs Fix comments Fix linter issues Fix linter error Rename SubscriptionOpts to BlockRange | ||||
* | | | Merge pull request #273 from 0xProject/fix/contract-fixes | Leonid | 2017-12-19 | 6 | -13/+21 |
|\ \ \ | | | | | | | | | Add proper types for yargs and ethereumjs-abi | ||||
| * | | | 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 | 6 | -11/+15 |
|/ / / | |||||
* | | | Merge pull request #272 from 0xProject/fix/subscription-opts | Leonid | 2017-12-19 | 15 | -47/+53 |
|\ \ \ | | | | | | | | | Rename SubscriptionOpts to BlockRange | ||||
| * | | | 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 | 27 | -105/+142 |
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Add additional public changes introduced to changelog Update CHANGELOG Add a comment Introduce a variable for true Remove redundant template string Implement the address derivations Add hdnode dependency Move web3 import after subprovider imports in test web3_factory Fixed https://github.com/0xProject/wiki/issues/19 by disabling re-rendering of markdownCodeBlock renderer if props haven't updated Add convenience `rebuild` command Update website calls to deposit/withdraw Add entry to CHANGELOG Fix tests in contracts Modify the etherToken wrapper methods to accept an etherTokenAddress as the first arg. Since it is becoming apparent we will be updating the canonical WETH contract, we want users of 0x.js to be able to interact with n number of etherTokens without re-instantiating for each one. Fix documentation issue where `unsubscribeAll` shown as method on every contractWrapper instance even though it's only used by Exchange and Token wrappers. # Conflicts: # packages/website/ts/components/eth_weth_conversion_button.tsx | ||||
| * | | Refactor configs and constants, standardize on uppercase/snakecase, ↵ | Fabio Berger | 2017-12-19 | 28 | -295/+298 |
| | | | | | | | | | | | | alphebetize, rename for logical grouping | ||||
| * | | 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 |
| | | | | | | | | | | | | greys | ||||
| * | | 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 |
| | | |