Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-07 | 14 | -35/+144 |
|\ | |||||
| * | Merge branch 'development' into feature/airport-experiments | Leonid | 2017-12-06 | 16 | -53/+104 |
| |\ | |||||
| | * | Add missing await | Fabio Berger | 2017-12-06 | 1 | -1/+1 |
| | * | Move declaration into proper conditional block | Fabio Berger | 2017-12-06 | 1 | -1/+1 |
| | * | Fix Party element so that an identicon's height is that which was passed in | Fabio Berger | 2017-12-06 | 1 | -1/+1 |
| * | | Inline function | Leonid Logvinov | 2017-12-06 | 1 | -6/+1 |
| * | | Introduce a const | Leonid Logvinov | 2017-12-06 | 1 | -1/+3 |
| * | | Make private | Leonid Logvinov | 2017-12-06 | 1 | -0/+1 |
| * | | Add version matcher script | Leonid Logvinov | 2017-12-06 | 4 | -0/+110 |
| * | | Use same versions of dependencies everywhere | Leonid Logvinov | 2017-12-06 | 7 | -35/+36 |
* | | | Have comments hug statements | Fabio Berger | 2017-12-06 | 1 | -3/+3 |
* | | | Add declaration | Fabio Berger | 2017-12-06 | 1 | -0/+7 |
* | | | Return actual error thrown | Fabio Berger | 2017-12-06 | 1 | -1/+1 |
* | | | remove unused modules | Fabio Berger | 2017-12-06 | 2 | -5/+0 |
* | | | Use subproviders subpackage in website and remove old subproviders | Fabio Berger | 2017-12-06 | 7 | -300/+45 |
* | | | remove extra space | Fabio Berger | 2017-12-06 | 1 | -1/+0 |
* | | | Add initial tests fort redundantRpcSubprovider | Fabio Berger | 2017-12-06 | 1 | -0/+62 |
* | | | Add null to err type | Fabio Berger | 2017-12-06 | 1 | -1/+1 |
* | | | Use null instead of undefined when no error exists | Fabio Berger | 2017-12-06 | 1 | -3/+3 |
* | | | Switch to using our custom base subprovider | Fabio Berger | 2017-12-06 | 1 | -1/+2 |
* | | | remove unused import | Fabio Berger | 2017-12-06 | 1 | -1/+0 |
* | | | Fix lint issues | Fabio Berger | 2017-12-06 | 2 | -1/+9 |
* | | | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-06 | 154 | -284/+16969 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #251 from 0xProject/feature/websocketVersion2 | Brandon Millman | 2017-12-06 | 13 | -50/+101 |
| |\ \ | |||||
| | * | | Add PR number to changelog | Brandon Millman | 2017-12-06 | 1 | -1/+1 |
| | * | | Add requestId to subscription messages and update json-schemas | Brandon Millman | 2017-12-06 | 13 | -50/+101 |
| * | | | Merge pull request #249 from 0xProject/feature/typed-contracts | Leonid | 2017-12-06 | 37 | -302/+2725 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | Address feedback | Leonid Logvinov | 2017-12-06 | 3 | -10/+10 |
| | * | Update README | Leonid Logvinov | 2017-12-06 | 1 | -5/+6 |
| | * | Regenerate files | Leonid Logvinov | 2017-12-06 | 5 | -5/+5 |
| | * | Make it private | Leonid Logvinov | 2017-12-06 | 1 | -0/+1 |
| | * | Change package name | Leonid Logvinov | 2017-12-06 | 1 | -1/+1 |
| | * | Update README | Leonid Logvinov | 2017-12-06 | 1 | -2/+3 |
| | * | Make fileExtension configurable | Leonid Logvinov | 2017-12-06 | 2 | -2/+7 |
| | * | Rename abi-gen to typed-contracts | Leonid Logvinov | 2017-12-06 | 21 | -26/+26 |
| | * | Add docs for typed-contracts | Leonid Logvinov | 2017-12-05 | 1 | -0/+38 |
| | * | Remove TODOs | Leonid Logvinov | 2017-12-05 | 1 | -2/+0 |
| | * | Introduce separate ContextData type and rework it | Leonid Logvinov | 2017-12-05 | 4 | -12/+27 |
| | * | Check ABI is defined | Leonid Logvinov | 2017-12-05 | 1 | -0/+5 |
| | * | Introduce a const for 'contract.mustache' | Leonid Logvinov | 2017-12-05 | 1 | -1/+2 |
| | * | Improve error message | Leonid Logvinov | 2017-12-05 | 1 | -1/+1 |
| | * | Reuse util | Leonid Logvinov | 2017-12-05 | 1 | -1/+1 |
| | * | Fix a typo | Leonid Logvinov | 2017-12-05 | 1 | -1/+1 |
| | * | Introduce a const for 'function' | Leonid Logvinov | 2017-12-05 | 1 | -1/+3 |
| | * | Use lodash's map | Leonid Logvinov | 2017-12-05 | 1 | -2/+2 |
| | * | Fix an error message | Leonid Logvinov | 2017-12-05 | 1 | -1/+2 |
| | * | Delete abi from typed-contracts | Leonid Logvinov | 2017-12-05 | 5 | -1686/+0 |
| | * | Type to-snake-case | Leonid Logvinov | 2017-12-05 | 2 | -2/+5 |
| | * | Fix a comment | Leonid Logvinov | 2017-12-05 | 1 | -5/+5 |
| | * | Add a comment | Leonid Logvinov | 2017-12-05 | 1 | -0/+1 |
| | * | Fix a typo | Leonid Logvinov | 2017-12-05 | 1 | -1/+1 |
| | * | Fix linter error | Leonid Logvinov | 2017-12-02 | 1 | -1/+1 |
| | * | Update comment | Leonid Logvinov | 2017-12-02 | 6 | -6/+6 |
| | * | Add comments before generated contracts | Leonid Logvinov | 2017-12-02 | 5 | -0/+20 |
| | * | Use our promisify | Leonid Logvinov | 2017-12-02 | 4 | -18/+27 |
| | * | Make target optional | Leonid Logvinov | 2017-12-02 | 1 | -1/+1 |
| | * | Remove es6-promisify | Leonid Logvinov | 2017-12-02 | 2 | -7/+0 |
| | * | Remove all contract wrapper | Leonid Logvinov | 2017-12-02 | 1 | -98/+0 |
| | * | Add async prefix | Leonid Logvinov | 2017-12-02 | 2 | -2/+2 |
| | * | Adjust 0x.js to use generated wrappers | Leonid Logvinov | 2017-12-02 | 7 | -24/+43 |
| | * | Remove old contract typings | Leonid Logvinov | 2017-12-02 | 1 | -154/+11 |
| | * | Add depencies and a command to generate contract wrappers | Leonid Logvinov | 2017-12-02 | 1 | -0/+3 |
| | * | Add promisify | Leonid Logvinov | 2017-12-02 | 1 | -0/+24 |
| | * | Add class utils | Leonid Logvinov | 2017-12-02 | 1 | -0/+17 |
| | * | Add generated contract wrappers | Leonid Logvinov | 2017-12-02 | 6 | -0/+2176 |
| | * | Add generator CLI util | Leonid Logvinov | 2017-12-02 | 12 | -0/+1902 |
| | * | Add templates | Leonid Logvinov | 2017-12-02 | 7 | -0/+115 |
| * | | Remove isomorphic-fetch types from contracts package | Brandon Millman | 2017-12-06 | 1 | -2/+1 |
| |/ | |||||
| * | Make class methods that don't use 'this' static | Amir Bandeali | 2017-12-01 | 4 | -89/+92 |
| * | Fix module versions, cleanup scripts | Amir Bandeali | 2017-12-01 | 4 | -31/+29 |
| * | Add README to contracts package | Amir Bandeali | 2017-11-30 | 1 | -0/+51 |
| * | Fix indentations | Amir Bandeali | 2017-11-30 | 30 | -2673/+2705 |
| * | Add contracts to packages, fix most linting errors | Amir Bandeali | 2017-11-30 |