Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add network name to the select provider | Fabio Berger | 2018-01-29 | 1 | -12/+15 |
| | |||||
* | Fix bug where could not switch to Ledger and back | Fabio Berger | 2018-01-29 | 6 | -31/+65 |
| | |||||
* | Implement just-in-time loading of token balances & allowances | Fabio Berger | 2018-01-28 | 23 | -295/+384 |
| | |||||
* | Initial Ledger support implementation | Fabio Berger | 2018-01-28 | 24 | -163/+559 |
| | |||||
* | Remove unused Ledgerco import | Fabio Berger | 2018-01-28 | 2 | -2/+0 |
| | |||||
* | Add light blue as our accent color | Fabio Berger | 2018-01-28 | 1 | -0/+1 |
| | |||||
* | Properly detect user signing cancellation on Metamask, Parity signer and Ledger | Fabio Berger | 2018-01-28 | 6 | -7/+7 |
| | |||||
* | Merge branch 'development' into feature/portal-ledger-support | Fabio Berger | 2018-01-25 | 524 | -15110/+20859 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (437 commits) Publish Update yarn.lock Update the CHANGELOG Fix the bug making it impossible to specify the custom ZRX address Fix fill/cancel order by looking for NoError instead of empty blockchainErr given the BlockchainErrs type refactor Add a comment about a yarn bug Add our mainnet and kovan nodes as backups for Portal requests Fix bug hiding the user info from topBar Add dev-utils package to top level README Prettier newline Prettier Allow Token symbols to be alphanumeric Update CHANGELOG, rebase on development Should not -> cannot Reject negative amounts in isValidBaseUnitAmount Re-add changelog for 0x.js Fix prettier Update yarn.lock Move tests to a separate folder Change file layout ... # Conflicts: # packages/website/README.md | ||||
| * | Publish | Leonid Logvinov | 2018-01-25 | 18 | -104/+121 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.30.1 - @0xproject/abi-gen@0.1.3 - @0xproject/assert@0.0.12 - chai-as-promised-typescript-typings@0.0.5 - @0xproject/connect@0.5.1 - contracts@2.1.5 - @0xproject/deployer@0.0.2 - @0xproject/dev-utils@0.0.6 - @0xproject/json-schemas@0.7.4 - @0xproject/kovan_faucets@1.0.6 - @0xproject/monorepo-scripts@0.1.5 - @0xproject/subproviders@0.3.2 - @0xproject/tslint-config@0.4.3 - @0xproject/types@0.1.5 - @0xproject/utils@0.2.1 - web3-typescript-typings@0.9.5 - @0xproject/web3-wrapper@0.1.6 - @0xproject/website@0.0.8 | ||||
| * | Update yarn.lock | Leonid Logvinov | 2018-01-25 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #341 from 0xProject/fix/zrx-address | Leonid | 2018-01-24 | 4 | -0/+6 |
| |\ | | | | | | | Fix the bug making it impossible to specify the custom ZRX address | ||||
| | * | Update the CHANGELOG | Leonid Logvinov | 2018-01-24 | 1 | -0/+1 |
| | | | |||||
| | * | Fix the bug making it impossible to specify the custom ZRX address | Leonid Logvinov | 2018-01-24 | 3 | -0/+5 |
| |/ | |||||
| * | Fix fill/cancel order by looking for NoError instead of empty blockchainErr ↵ | Fabio Berger | 2018-01-22 | 1 | -2/+2 |
| | | | | | | | | given the BlockchainErrs type refactor | ||||
| * | Merge pull request #323 from 0xProject/feature/separate-deployer | Leonid | 2018-01-19 | 41 | -33/+244 |
| |\ | | | | | | | Move deployer to a separate package | ||||
| | * | Merge branch 'development' into feature/separate-deployer | Leonid | 2018-01-19 | 15 | -61/+147 |
| | |\ | | |/ | |/| | |||||
| * | | Add our mainnet and kovan nodes as backups for Portal requests | Fabio Berger | 2018-01-19 | 1 | -2/+2 |
| | | | |||||
| * | | Fix bug hiding the user info from topBar | Fabio Berger | 2018-01-19 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #328 from 0xProject/fix/website/alphanumeric-token-symbol | Jacob Evans | 2018-01-19 | 1 | -4/+4 |
| |\ \ | | | | | | | | | Allow Token symbols to be alphanumeric | ||||
| | * | | Allow Token symbols to be alphanumeric | Jacob Evans | 2018-01-19 | 1 | -4/+4 |
| | | | | |||||
| * | | | Add dev-utils package to top level README | Brandon Millman | 2018-01-19 | 1 | -1/+2 |
| | | | | |||||
| * | | | Merge pull request #324 from 0xProject/fix/0x.js/negativeFillValues | Jacob Evans | 2018-01-19 | 4 | -0/+67 |
| |\ \ \ | | |/ / | |/| | | Reject negative amounts in public methods | ||||
| | * | | Prettier newline | Jacob Evans | 2018-01-19 | 1 | -1/+1 |
| | | | | |||||
| | * | | Prettier | Jacob Evans | 2018-01-19 | 3 | -3/+8 |
| | | | | |||||
| | * | | Update CHANGELOG, rebase on development | Jacob Evans | 2018-01-19 | 1 | -0/+3 |
| | | | | |||||
| | * | | Should not -> cannot | Jacob Evans | 2018-01-19 | 1 | -1/+1 |
| | | | | |||||
| | * | | Reject negative amounts in isValidBaseUnitAmount | Jacob Evans | 2018-01-19 | 3 | -0/+59 |
| | | | | |||||
| | * | | Re-add changelog for 0x.js | Fabio Berger | 2018-01-19 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #326 from 0xProject/greenkeeper/@0xproject/utils-0.2.0 | Brandon Millman | 2018-01-19 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Update @0xproject/utils to the latest version 🚀 | ||||
| | * | | chore(package): update @0xproject/utils to version 0.2.0 | greenkeeper[bot] | 2018-01-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix prettier | Leonid Logvinov | 2018-01-18 | 3 | -46/+56 |
| | | | | |||||
| * | | | Update yarn.lock | Leonid Logvinov | 2018-01-18 | 1 | -0/+8 |
| | | | | |||||
| * | | | Merge pull request #325 from 0xProject/fix/portal-bugs | Leonid | 2018-01-18 | 7 | -19/+27 |
| |\ \ \ | | | | | | | | | | | Small Fixes/Additions | ||||
| | * | | | Use intervalUtils.clearAsyncExcludingInterval instead of calling ↵ | Fabio Berger | 2018-01-18 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | clearInterval directly for grepability | ||||
| | * | | | Add discourse forum to Community section of website footer | Fabio Berger | 2018-01-18 | 3 | -0/+7 |
| | | | | | |||||
| | * | | | Remove dead-code | Fabio Berger | 2018-01-18 | 1 | -5/+0 |
| | | | | | |||||
| | * | | | Fix Portal topbar so that it displays the mobile menu | Fabio Berger | 2018-01-18 | 1 | -8/+6 |
| | | | | | |||||
| | * | | | Add missing onError callbacks | Fabio Berger | 2018-01-18 | 2 | -2/+10 |
| | | | | | |||||
| | * | | | Fix balance page copy to refer to the Wrap ETH tab instead of a "convert" button | Fabio Berger | 2018-01-18 | 1 | -1/+1 |
| | | | | | |||||
| | | | * | Add a comment about a yarn bug | Leonid Logvinov | 2018-01-19 | 1 | -1/+3 |
| | | | | | |||||
| | | | * | Move tests to a separate folder | Leonid Logvinov | 2018-01-18 | 11 | -12/+13 |
| | | | | | |||||
| | | | * | Change file layout | Leonid Logvinov | 2018-01-18 | 13 | -12/+12 |
| | | | | | |||||
| | | | * | Add bin definition | Leonid Logvinov | 2018-01-18 | 1 | -0/+3 |
| | | | | | |||||
| | | | * | Add postpublish scripts and README | Leonid Logvinov | 2018-01-18 | 2 | -0/+112 |
| | | | | | |||||
| | | | * | Fix a link | Leonid Logvinov | 2018-01-18 | 1 | -1/+1 |
| | | | | | |||||
| | | | * | Fix scopes | Leonid Logvinov | 2018-01-18 | 1 | -2/+2 |
| | | | | | |||||
| | | | * | Update yarn.lock | Leonid Logvinov | 2018-01-18 | 1 | -0/+8 |
| | | | | | |||||
| | | | * | Fix merge conflicts | Leonid Logvinov | 2018-01-18 | 1 | -8/+1 |
| | | | | | |||||
| | | | * | Fix CI config | Leonid Logvinov | 2018-01-18 | 1 | -3/+3 |
| | | | | | |||||
| | | | * | Fix merge conflicts | Leonid Logvinov | 2018-01-18 | 1 | -6/+0 |
| | | | | | |||||
| | | | * | Move deployer to a separate package | Leonid Logvinov | 2018-01-18 | 37 | -16/+122 |
| | |_|/ | |/| | | |||||
| * | | | Merge pull request #322 from 0xProject/fix/ci-time | Leonid | 2018-01-18 | 15 | -38/+112 |
| |\ \ \ | | |_|/ | |/| | | Speed-up CI | ||||
| | * | | Enable restrict-plus-operands and fix issues detected | Leonid Logvinov | 2018-01-17 | 5 | -4/+5 |
| | | | | |||||
| | * | | Remove unused dependencies | Leonid Logvinov | 2018-01-17 | 2 | -14/+0 |
| | | | | |||||
| | * | | Add --frozen-lockfile flag on CI | Leonid Logvinov | 2018-01-17 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix a stupid RPC bug which caused the port togo over 65535 | Leonid Logvinov | 2018-01-17 | 1 | -1/+1 |
| | | | | |||||
| | * | | Remove trailing slash | Leonid Logvinov | 2018-01-17 | 1 | -1/+1 |
| | | | | |||||
| | * | | Test deployer separately from contracts | Leonid Logvinov | 2018-01-17 | 2 | -4/+21 |
| | | | | |||||
| | * | | Fix ignore configuration | Leonid Logvinov | 2018-01-16 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fix the glob pattern for exclusion | Leonid Logvinov | 2018-01-16 | 1 | -1/+1 |
| | | | | |||||
| | * | | Return is pensing events are undefined | Leonid Logvinov | 2018-01-16 | 1 | -0/+4 |
| | | | | |||||
| | * | | Upgrade testrpc to 6.0.3 to avoid some race-conditions | Leonid Logvinov | 2018-01-16 | 2 | -2/+2 |
| | | | | |||||
| | * | | Run testrpc for rest tests | Leonid Logvinov | 2018-01-16 | 1 | -0/+4 |
| | | | | |||||
| | * | | Separate contracts tests from others | Leonid Logvinov | 2018-01-16 | 1 | -2/+14 |
| | | | | |||||
| | * | | Change cached directory | Leonid Logvinov | 2018-01-16 | 1 | -1/+1 |
| | | | | |||||
| | * | | Respore dependency cache | Leonid Logvinov | 2018-01-16 | 1 | -0/+2 |
| | | | | |||||
| | * | | Revert "Don't run testrpc for the rest of the tests" | Leonid Logvinov | 2018-01-16 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | This reverts commit ae8cb2e6a8fc4bcd49fd4713308590a97c54556f. | ||||
| | * | | Don't run testrpc for the rest of the tests | Leonid Logvinov | 2018-01-16 | 1 | -4/+0 |
| | | | | |||||
| | * | | Split tests into two bundles | Leonid Logvinov | 2018-01-16 | 1 | -3/+19 |
| | | | | |||||
| | * | | Remove umd tests | Leonid Logvinov | 2018-01-16 | 2 | -12/+1 |
| | | | | |||||
| | * | | Add caching between steps | Leonid Logvinov | 2018-01-16 | 1 | -0/+17 |
| | | | | |||||
| | * | | Specify the executor | Leonid Logvinov | 2018-01-16 | 1 | -0/+6 |
| | | | | |||||
| | * | | Test workflow | Leonid Logvinov | 2018-01-16 | 1 | -0/+20 |
| | | | | |||||
| * | | | Run prettier to revert formatting changes made by the lerna publish step | Brandon Millman | 2018-01-18 | 7 | -41/+24 |
| | | | | |||||
| * | | | Publishcontracts@2.1.4@0xproject/website@0.0.7@0xproject/monorepo-scripts@0.1.4@0xproject/kovan_faucets@1.0.50x.js@0.30.0 | Brandon Millman | 2018-01-18 | 18 | -104/+121 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.30.0 - @0xproject/abi-gen@0.1.2 - @0xproject/assert@0.0.11 - chai-as-promised-typescript-typings@0.0.4 - chai-typescript-typings@0.0.2 - @0xproject/connect@0.5.0 - contracts@2.1.4 - @0xproject/dev-utils@0.0.5 - @0xproject/json-schemas@0.7.3 - @0xproject/kovan_faucets@1.0.5 - @0xproject/monorepo-scripts@0.1.4 - @0xproject/subproviders@0.3.1 - @0xproject/tslint-config@0.4.2 - @0xproject/types@0.1.4 - @0xproject/utils@0.2.0 - web3-typescript-typings@0.9.4 - @0xproject/web3-wrapper@0.1.5 - @0xproject/website@0.0.7 | ||||
| * | | | Update CHANGELOG | Brandon Millman | 2018-01-18 | 3 | -4/+4 |
| | |/ | |/| | |||||
| * | | Merge pull request #321 from 0xProject/fix/fill-up-to-validation | Leonid | 2018-01-18 | 3 | -4/+38 |
| |\ \ | | | | | | | | | Fix fillOrdersUpTo validation | ||||
| | * | | Fix the typos | Leonid Logvinov | 2018-01-17 | 2 | -5/+5 |
| | | | | |||||
| | * | | Update the CHANGELOG | Leonid Logvinov | 2018-01-16 | 1 | -0/+1 |
| | | | | |||||
| | * | | Fix fillOrdersUpTo balances validation | Leonid Logvinov | 2018-01-16 | 2 | -2/+18 |
| | | | | |||||
| | * | | Add a regression test for fillUpToValidation | Leonid Logvinov | 2018-01-16 | 1 | -1/+18 |
| | |/ | |||||
| * | | Merge pull request #320 from joincivil/feature/default-account | Leonid | 2018-01-16 | 2 | -1/+2 |
| |\ \ | | |/ | |/| | Fix web3 typing defaultAccount not allowing `undefined` | ||||
| | * | Added PR number to web3 typings changelog | Olaf Tomalka | 2018-01-16 | 1 | -1/+1 |
| | | | |||||
| | * | Fix web3 typing defaultAccount not allowing `undefined` | Olaf Tomalka | 2018-01-15 | 2 | -1/+2 |
| |/ | | | | | | | | | | | The default value for the defaultAccount property is undefined, this happens in real-life scenarios, and so the type should explicitly warn users about it | ||||
| * | Merge pull request #319 from 0xProject/feature/final-monorepo | Leonid | 2018-01-13 | 28 | -63/+1797 |
| |\ | | | | | | | Import last TS packages into the monorepo | ||||
| | * | Sort packages alphabetically in README | Leonid Logvinov | 2018-01-13 | 1 | -4/+4 |
| | | | |||||
| | * | Add postpublish scripts | Leonid Logvinov | 2018-01-13 | 12 | -32/+120 |
| | | | |||||
| | * | Add chai-as-promised-typescript-typings | Leonid Logvinov | 2018-01-13 | 7 | -5/+1321 |
| | | | |||||
| | * | Remove redundant type refs | Leonid Logvinov | 2018-01-13 | 7 | -11/+5 |
| | | | |||||
| | * | Add web3-typescript-typings and chai-as-promised-typescript-typings to the ↵ | Leonid Logvinov | 2018-01-12 | 2 | -15/+17 |
| | | | | | | | | | | | | main monorepo | ||||
| | * | Import chai-as-promised-typescript-typings | Leonid Logvinov | 2018-01-12 | 6 | -12/+345 |
| | | | |||||
| * | | Merge pull request #312 from 0xProject/feature/error-reporting-intervals | Leonid | 2018-01-13 | 12 | -62/+116 |
| |\ \ | | | | | | | | | Better error handling on async/sync intervals | ||||
| | * | | Return after checking for an error and add an explanatory comment | Leonid Logvinov | 2018-01-13 | 1 | -1/+2 |
| | | | | |||||
| | * | | Apply prettier | Leonid Logvinov | 2018-01-11 | 6 | -38/+23 |
| | | | | |||||
| | * | | Update the CHANGELOG | Leonid Logvinov | 2018-01-11 | 2 | -0/+8 |
| | | | | |||||
| | * | | Make some callbacks failable and add error handling | Leonid Logvinov | 2018-01-11 | 9 | -60/+88 |
| | | | | |||||
| | * | | Add an error handler parameter to intervals | Leonid Logvinov | 2018-01-11 | 1 | -2/+19 |
| | | | | |||||
| * | | | Merge pull request #318 from 0xProject/feature/httpClientErrorImprovements | Brandon Millman | 2018-01-13 | 4 | -17/+34 |
| |\ \ \ | | |_|/ | |/| | | Improve HttpClient errors | ||||
| | * | | Stop appending /v0 to HttpClient api endpoint urls | Brandon Millman | 2018-01-13 | 3 | -8/+9 |
| | | | | |||||
| | * | | Improve HttpClient errors | Brandon Millman | 2018-01-13 | 4 | -11/+27 |
| |/ / | |||||
| * | | Fix @bmilman linkedin link | Leonid Logvinov | 2018-01-12 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #317 from 0xProject/feature/new-team-members | Leonid | 2018-01-12 | 5 | -16/+35 |
| |\ \ | | | | | | | | | [WIP] Add @tom and @dekz while removing @PhABC | ||||
| | * | | Add new team photos | Leonid Logvinov | 2018-01-12 | 3 | -4/+6 |
| | | | | |||||
| | * | | Add a CHANGELOG to a website | Leonid Logvinov | 2018-01-12 | 1 | -0/+5 |
| | | | | |||||
| | * | | Add @tom and @dekz while removing @PhABC | Leonid Logvinov | 2018-01-12 | 2 | -14/+26 |
| |/ / | |||||
| * | | Prettify package.json files | Leonid Logvinov | 2018-01-12 | 6 | -38/+23 |
| | | | |||||
| * | | Update dependencies in yarn.lock | Leonid Logvinov | 2018-01-12 | 1 | -40/+66 |
| | | | |||||
| * | | Fix a version in web3-typescript-typings CHANGELOG | Leonid Logvinov | 2018-01-11 | 1 | -1/+1 |
| | | | |||||
| * | | Publishweb3-typescript-typings@0.9.3contracts@2.1.3@0xproject/website@0.0.6@0xproject/kovan_faucets@1.0.40x.js@0.29.2 | Leonid Logvinov | 2018-01-11 | 8 | -22/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.29.2 - @0xproject/abi-gen@0.1.1 - @0xproject/connect@0.4.1 - contracts@2.1.3 - @0xproject/kovan_faucets@1.0.4 - web3-typescript-typings@0.9.3 - @0xproject/web3-wrapper@0.1.4 - @0xproject/website@0.0.6 | ||||
| * | | Add types for getData on a web3 contract | Leonid Logvinov | 2018-01-11 | 2 | -4/+7 |
| | | | |||||
| * | | Add types for getData on a web3 contract | Leonid Logvinov | 2018-01-11 | 1 | -0/+1 |
| |/ | |||||
| * | Add forgotten CHANGELOG changes | Leonid Logvinov | 2018-01-11 | 1 | -1/+1 |
| | | |||||
| * | Publishweb3-typescript-typings@0.9.1contracts@2.1.2@0xproject/website@0.0.5@0xproject/monorepo-scripts@0.1.3@0xproject/kovan_faucets@1.0.3@0xproject/dev-utils@0.0.40x.js@0.29.1 | Leonid Logvinov | 2018-01-11 | 16 | -91/+106 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.29.1 - @0xproject/abi-gen@0.1.0 - @0xproject/assert@0.0.10 - @0xproject/connect@0.4.0 - contracts@2.1.2 - @0xproject/dev-utils@0.0.4 - @0xproject/json-schemas@0.7.2 - @0xproject/kovan_faucets@1.0.3 - @0xproject/monorepo-scripts@0.1.3 - @0xproject/subproviders@0.3.0 - @0xproject/tslint-config@0.4.1 - @0xproject/types@0.1.3 - @0xproject/utils@0.1.3 - web3-typescript-typings@0.9.1 - @0xproject/web3-wrapper@0.1.3 - @0xproject/website@0.0.5 | ||||
| * | Update CHANGELOGs before publish | Leonid Logvinov | 2018-01-11 | 3 | -1/+9 |
| | | |||||
| * | Merge pull request #307 from 0xProject/feature/web3-type-roots | Leonid | 2018-01-11 | 59 | -1006/+1849 |
| |\ | | | | | | | Base tsconfig.json | ||||
| | * | Fix ts error in portal after enabling more strict checks | Leonid Logvinov | 2018-01-10 | 12 | -38/+42 |
| | | | |||||
| | * | Fix a compiler error in abi-gen | Leonid Logvinov | 2018-01-10 | 3 | -8/+14 |
| | | | |||||
| | * | Reinstall dependencies to get a new version of marked and get rid of GitHub ↵ | Leonid Logvinov | 2018-01-10 | 1 | -651/+824 |
| | | | | | | | | | | | | warning about 0.3.6 being vulnerable | ||||
| | * | Fix a compiler error with constructor enum | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | | | |||||
| | * | Update README | Leonid Logvinov | 2018-01-10 | 1 | -2/+2 |
| | | | |||||
| | * | Fix linter issues | Leonid Logvinov | 2018-01-10 | 3 | -10/+1 |
| | | | |||||
| | * | Fix callback types | Leonid Logvinov | 2018-01-10 | 9 | -157/+203 |
| | | | |||||
| | * | Remove typeRoots | Leonid Logvinov | 2018-01-10 | 2 | -6/+1 |
| | | | |||||
| | * | Return to old way of including web3 types | Leonid Logvinov | 2018-01-10 | 11 | -10/+13 |
| | | | |||||
| | * | Import web3-typescript-typings to monorepo | Leonid Logvinov | 2018-01-10 | 6 | -126/+171 |
| | | | |||||
| | * | 0.9.0 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | | | |||||
| | * | Manually apply #14 | Leonid Logvinov | 2018-01-10 | 3 | -9/+6 |
| | | | |||||
| | * | Added stateMutability to ABIs | Olaf Tomalka | 2018-01-10 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | In the newest version of Solidity, additional property was added, called state mutability, specyfing what kind of access does the function have to memory and storage. Additionally, constructor mutability is limited to payable/non-payable as it HAS to modify the storage to actually deploy the contract | ||||
| | * | 0.8.0 | Leonid Logvinov | 2018-01-10 | 1 | -1/+1 |
| | | | |||||
| | * | 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 |
| |/ / / / |