Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move abi-gen funcs from index to utils for testing | F. Eugene Aumson | 2018-07-09 | 2 | -34/+31 |
| | | | | | preparing for unit testing. purely refactoring (no functionality changed). | ||||
* | using timestamps, skip gen of up-to-date wrappers | F. Eugene Aumson | 2018-07-09 | 3 | -7/+35 |
| | |||||
* | Instantiate BlockAndLogStreamer with generic type parameters | Leonid Logvinov | 2018-07-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #831 from 0xProject/fix-readme-intros | Fabio Berger | 2018-07-06 | 4 | -16/+17 |
|\ | | | | | Update Package Descriptions | ||||
| * | Update readme and doc intros | Fabio Berger | 2018-07-06 | 4 | -16/+17 |
| | | |||||
* | | Merge pull request #825 from 0xProject/fix-order-watcher | Fabio Berger | 2018-07-06 | 7 | -181/+96 |
|\ \ | | | | | | | OrderWatcher Fixes | ||||
| * | | Add isVerbose flag and log blockstream recoverable errors rather then ↵ | Fabio Berger | 2018-07-06 | 3 | -10/+17 |
| | | | | | | | | | | | | bubbling them up | ||||
| * | | properly stop blockstream and pass stateLayer into blockstream | Fabio Berger | 2018-07-06 | 1 | -6/+19 |
| | | | |||||
| * | | Add pr number | Fabio Berger | 2018-07-06 | 1 | -2/+4 |
| | | | |||||
| * | | Add changelog notes | Fabio Berger | 2018-07-06 | 1 | -1/+4 |
| | | | |||||
| * | | Don't unsubscribe on Blockstream errors | Fabio Berger | 2018-07-06 | 2 | -6/+1 |
| | | | |||||
| * | | Pass actual networkId | Fabio Berger | 2018-07-06 | 1 | -6/+5 |
| | | | |||||
| * | | Remove legacy logic | Fabio Berger | 2018-07-05 | 1 | -35/+0 |
| | | | |||||
| * | | Refactor order-watcher to use Blockstream under-the-hood | Fabio Berger | 2018-07-05 | 3 | -173/+104 |
| | | | |||||
* | | | Fix imports | Leonid Logvinov | 2018-07-06 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #822 from 0xProject/v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-06 | 118 | -5713/+12082 |
|\ \ \ | | | | | | | | | V2 contract wrappers | ||||
| * | | | Fix tests | Leonid Logvinov | 2018-07-06 | 7 | -38/+28 |
| | | | | |||||
| * | | | Fix prettier | Leonid Logvinov | 2018-07-05 | 1 | -1/+2 |
| | | | | |||||
| * | | | Fix merge conflicts | Leonid Logvinov | 2018-07-05 | 2 | -11/+3 |
| | | | | |||||
| * | | | Add CHANGELOG entries | Leonid Logvinov | 2018-07-05 | 2 | -1/+18 |
| | | | | |||||
| * | | | Upgrade artifacts | Leonid Logvinov | 2018-07-05 | 2 | -8/+183 |
| | | | | |||||
| * | | | Merge branch 'v2-prototype' into v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-05 | 12 | -82/+575 |
| |\ \ \ | |||||
| * | | | | Adjust comments | Leonid Logvinov | 2018-07-05 | 2 | -121/+81 |
| | | | | | |||||
| * | | | | Fix comments | Leonid Logvinov | 2018-07-05 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | Improve the comment | Leonid Logvinov | 2018-07-05 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Rename Proxie to Proxy | Leonid Logvinov | 2018-07-05 | 2 | -5/+3 |
| | | | | | |||||
| * | | | | Rename compact_artifacts to artifacts | Leonid Logvinov | 2018-07-05 | 11 | -12/+12 |
| | | | | | |||||
| * | | | | Rearrange assertions t match parameter order | Leonid Logvinov | 2018-07-05 | 4 | -145/+118 |
| | | | | | |||||
| * | | | | Fix match orders test and add a validation TODO | Leonid Logvinov | 2018-07-05 | 2 | -3/+12 |
| | | | | | |||||
| * | | | | Add tests for exchange contract wrapper | Leonid Logvinov | 2018-07-05 | 1 | -1029/+313 |
| | | | | | |||||
| * | | | | Add Exchange contract wrapper | Leonid Logvinov | 2018-07-05 | 3 | -3/+1040 |
| | | | | | |||||
| * | | | | Pass through blockPollingInterval down to contract wrapper | Leonid Logvinov | 2018-07-05 | 3 | -6/+21 |
| | | | | | |||||
| * | | | | Export orderStatus and OrderInfo | Leonid Logvinov | 2018-07-05 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Add blockPollingInterval config to contractWrappers config type | Leonid Logvinov | 2018-07-05 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Add contractWrappers.erc721Proxy.getproxyIdAsync | Leonid Logvinov | 2018-07-05 | 1 | -0/+9 |
| | | | | | |||||
| * | | | | Add contractWrappers.erc20Proxy.getproxyIdAsync | Leonid Logvinov | 2018-07-05 | 1 | -0/+9 |
| | | | | | |||||
| * | | | | Make it possible to configure block polling interval in base contract wrapper | Leonid Logvinov | 2018-07-05 | 22 | -237/+229 |
| | | | | | |||||
| * | | | | Add blockPollingIntervalMs as an optional field to contract-wrappers config ↵ | Leonid Logvinov | 2018-07-05 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | schemas | ||||
| * | | | | Update dummy tokens addresses in token_utils | Leonid Logvinov | 2018-07-05 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Remove only from tests | Leonid Logvinov | 2018-07-05 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add OrderInfo and OrderStatus to types | Leonid Logvinov | 2018-07-05 | 1 | -0/+16 |
| | | | | | |||||
| * | | | | Add OrderTxOptsSchema | Leonid Logvinov | 2018-07-05 | 1 | -0/+8 |
| | | | | | |||||
| * | | | | Refactor fill-scenarios for V2 | Leonid Logvinov | 2018-07-05 | 3 | -49/+16 |
| | | | | | |||||
| * | | | | Export ecSignatureParameterSchema from json-schemas | Leonid Logvinov | 2018-07-05 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Add ordersSchema to json-schemas | Leonid Logvinov | 2018-07-05 | 2 | -0/+7 |
| | | | | | |||||
| * | | | | Fix VRS signature generation in order-utils | Leonid Logvinov | 2018-07-05 | 1 | -2/+3 |
| | | | | | |||||
| * | | | | Update ABI in compact_artifacts | Leonid Logvinov | 2018-07-05 | 3 | -86/+585 |
| | | | | | |||||
| * | | | | Upgrade artifacts | Leonid Logvinov | 2018-07-05 | 16 | -1/+5071 |
| | | | | | |||||
| * | | | | Merge branch 'v2-prototype' into v2-contract-wrappers-WIP | Leonid Logvinov | 2018-07-05 | 273 | -2694/+8347 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Revert all changes to the contracts | Leonid Logvinov | 2018-07-05 | 14 | -360/+64 |
| | | | | | |||||
| * | | | | Fix build after rebase | Leonid Logvinov | 2018-06-29 | 2 | -3/+3 |
| | | | | | |||||
| * | | | | Add a comment | Leonid Logvinov | 2018-06-29 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Assign true values to names vars | Leonid Logvinov | 2018-06-29 | 1 | -8/+13 |
| | | | | | |||||
| * | | | | Fix a typo | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Set the interval to 0 in awaitTranscationSuccessAsync | Leonid Logvinov | 2018-06-29 | 10 | -34/+76 |
| | | | | | |||||
| * | | | | Make promises dangerous | Leonid Logvinov | 2018-06-29 | 3 | -3/+0 |
| | | | | | |||||
| * | | | | Add a TODO comment | Leonid Logvinov | 2018-06-29 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Add isSubscriptionToken assertion | Leonid Logvinov | 2018-06-29 | 4 | -0/+8 |
| | | | | | |||||
| * | | | | Rename approved to approvedAddress | Leonid Logvinov | 2018-06-29 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Use removeUndefinedProperties for txOpts | Leonid Logvinov | 2018-06-29 | 3 | -32/+55 |
| | | | | | |||||
| * | | | | Rename getApprovedAsync to getApprovedIfExistsAsync | Leonid Logvinov | 2018-06-29 | 2 | -8/+11 |
| | | | | | |||||
| * | | | | Add HACK comments | Leonid Logvinov | 2018-06-29 | 4 | -0/+8 |
| | | | | | |||||
| * | | | | Add assertions for txOpts and methodOpts | Leonid Logvinov | 2018-06-29 | 4 | -38/+75 |
| | | | | | |||||
| * | | | | Remove v2 artifact scripts | Leonid Logvinov | 2018-06-29 | 1 | -4/+1 |
| | | | | | |||||
| * | | | | Remove tokenTransferProxyAddress from config | Leonid Logvinov | 2018-06-29 | 2 | -10/+6 |
| | | | | | |||||
| * | | | | Add a hack comment | Leonid Logvinov | 2018-06-29 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Fix a typo | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix linter errors | Leonid Logvinov | 2018-06-29 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Fix addresses in WETH9 and ZRX token artifacts | Leonid Logvinov | 2018-06-29 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Fix the token supply in migrations | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Dump assert version and make the order-watcher depend on the old assert version | Leonid Logvinov | 2018-06-29 | 6 | -6/+6 |
| | | | | | |||||
| * | | | | Change event args names after templates change | Leonid Logvinov | 2018-06-29 | 1 | -16/+16 |
| | | | | | |||||
| * | | | | Change import paths from z_r_x and e_r_c to zrx and erc in migrations | Leonid Logvinov | 2018-06-29 | 2 | -5/+5 |
| | | | | | |||||
| * | | | | Export newly refactored contracts from contract-wrappers and index.ts | Leonid Logvinov | 2018-06-29 | 2 | -70/+50 |
| | | | | | |||||
| * | | | | Change artifacts list and add dependencies to package.json | Leonid Logvinov | 2018-06-29 | 1 | -6/+6 |
| | | | | | |||||
| * | | | | Bump the version so that order-watcher doesn't pick it up | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Refactor event subscription tests | Leonid Logvinov | 2018-06-29 | 1 | -13/+27 |
| | | | | | |||||
| * | | | | Refactor types | Leonid Logvinov | 2018-06-29 | 1 | -35/+21 |
| | | | | | |||||
| * | | | | Implement ERC721 token wrapper and token transfer proxy with tests | Leonid Logvinov | 2018-06-29 | 4 | -0/+1008 |
| | | | | | |||||
| * | | | | Refactor ERC20 token transfer proxy and it's tests | Leonid Logvinov | 2018-06-29 | 2 | -29/+27 |
| | | | | | |||||
| * | | | | Refactor ERC20 token wrapper and it's tests | Leonid Logvinov | 2018-06-29 | 2 | -151/+208 |
| | | | | | |||||
| * | | | | Refactor ether token wrapper test | Leonid Logvinov | 2018-06-29 | 1 | -53/+64 |
| | | | | | |||||
| * | | | | Refactor base contract-wrapper class to use new names, artifact format and ↵ | Leonid Logvinov | 2018-06-29 | 1 | -21/+13 |
| | | | | | | | | | | | | | | | | | | | | only decode logs from that contract | ||||
| * | | | | Refactor EtherToken contract wrapper to use new names and artifacts format | Leonid Logvinov | 2018-06-29 | 1 | -19/+19 |
| | | | | | |||||
| * | | | | Use new signature verification method in assertions | Leonid Logvinov | 2018-06-29 | 1 | -9/+12 |
| | | | | | |||||
| * | | | | Export txDefaults from web3_wrapper.ts | Leonid Logvinov | 2018-06-29 | 1 | -3/+7 |
| | | | | | |||||
| * | | | | Refactor tokenUtils to not use tokenRegistry | Leonid Logvinov | 2018-06-29 | 1 | -30/+42 |
| | | | | | |||||
| * | | | | Add new test constants | Leonid Logvinov | 2018-06-29 | 1 | -0/+8 |
| | | | | | |||||
| * | | | | Skip & refactor artifacts tests | Leonid Logvinov | 2018-06-29 | 1 | -15/+9 |
| | | | | | |||||
| * | | | | Run V2 migrations instead of V1 before tests | Leonid Logvinov | 2018-06-29 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Remove unused params in filter_utils | Leonid Logvinov | 2018-06-29 | 1 | -13/+3 |
| | | | | | |||||
| * | | | | Start unused parameter names with underscore | Leonid Logvinov | 2018-06-29 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Remove old contracts and add new ones to/from artifacts.ts | Leonid Logvinov | 2018-06-29 | 1 | -14/+19 |
| | | | | | |||||
| * | | | | Remove exchange-related functionality for now | Leonid Logvinov | 2018-06-29 | 12 | -3691/+0 |
| | | | | | |||||
| * | | | | Update compact_wrtifacts | Leonid Logvinov | 2018-06-29 | 14 | -1820/+3311 |
| | | | | | |||||
| * | | | | Change import paths from z_r_x and e_r_c to zrx and erc. Also rename event ↵ | Leonid Logvinov | 2018-06-29 | 12 | -61/+359 |
| | | | | | | | | | | | | | | | | | | | | args after templates change | ||||
| * | | | | Change import paths from z_r_x and e_r_c to zrx and erc | Leonid Logvinov | 2018-06-29 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Rename TransferContractEventArgs to MetacoinTransferEventArgs after changing ↵ | Leonid Logvinov | 2018-06-29 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | contracts templates | ||||
| * | | | | Change import paths from z_r_x and e_r_c to zrx and erc | Leonid Logvinov | 2018-06-29 | 2 | -4/+4 |
| | | | | | |||||
| * | | | | Pin contract-wrappers version | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Remove unused code/variables from abi-decoder | Leonid Logvinov | 2018-06-29 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Rename {{*}}ContractEventArgs to {{*}}EventArgs and append {{contractName}} ↵ | Leonid Logvinov | 2018-06-29 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | to each event name (ERC721TransferEventArgs instead of TransferContractEventArgs) | ||||
| * | | | | Update json-schema version to 1.0.0 | Leonid Logvinov | 2018-06-29 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Remove generated contract directory before writing new contracts and replace ↵ | Leonid Logvinov | 2018-06-29 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | z_r_x and e_r_c with zrx and erc accordingly | ||||
* | | | | | Types: Move Forwarder Revert Reason into types package | Jacob Evans | 2018-07-06 | 3 | -13/+13 |
| | | | | | |||||
* | | | | | Forwarder specify the revert reasons | Jacob Evans | 2018-07-06 | 1 | -21/+31 |
| | | | | | |||||
* | | | | | Forwarder fix linter error | Jacob Evans | 2018-07-06 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Update to new assertions | Jacob Evans | 2018-07-06 | 1 | -18/+16 |
| | | | | | |||||
* | | | | | Merge pull request #522 from 0xProject/feature/contracts/forwarder | Jacob Evans | 2018-07-06 | 24 | -99/+3177 |
|\ \ \ \ \ | | | | | | | | | | | | | Forwarding contract | ||||
| * | | | | | Forwarding contract (squashed commits) | Jacob Evans | 2018-07-06 | 25 | -115/+3193 |
| | | | | | | |||||
* | | | | | | Merge pull request #827 from 0xProject/feature/website/landing-page-cta | Brandon Millman | 2018-07-06 | 9 | -48/+54 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Landing page CTA for portal | ||||
| * | | | | | | Change call to action link to /portal | Brandon Millman | 2018-07-06 | 1 | -6/+2 |
| | | | | | | | |||||
| * | | | | | | Unify large and small padding in Portal | Brandon Millman | 2018-07-06 | 1 | -13/+6 |
| | | | | | | | |||||
| * | | | | | | Implement landing page change in preperation for portal | Brandon Millman | 2018-07-06 | 9 | -29/+46 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #824 from protofire/v2-prototype-solhint | Amir Bandeali | 2018-07-06 | 62 | -2/+98 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Add and apply solidity linter (V2, updated) | ||||
| * | | | | | | Contracts 2.0.0 were linted with solhint | Alex Shafranovich | 2018-07-06 | 60 | -1/+78 |
| | | | | | | | |||||
| * | | | | | | Added Solhint package and 'lint-contracts' npm script | Alex Shafranovich | 2018-07-06 | 2 | -1/+20 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Various fixes for portal on mobile and top bar layout | Brandon Millman | 2018-07-06 | 4 | -42/+71 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge pull request #816 from ↵ | Francesco Agosti | 2018-07-06 | 11 | -49/+134 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | 0xProject/feature/website/portal-mobile-improvements Make onboarding and wallet copy dynamic based on OS | ||||
| * | | | | Rename getBestDownloadLink to getBestWalletDownloadLinkAndIsMobile | fragosti | 2018-07-06 | 3 | -3/+3 |
| | | | | | |||||
| * | | | | No longer elevate relayer grid tile on long press | fragosti | 2018-07-04 | 2 | -3/+4 |
| | | | | | |||||
| * | | | | Fix issue where onboarding doesn't scroll to wallet when starting from ↵ | fragosti | 2018-07-04 | 2 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | relayers page | ||||
| * | | | | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-07-04 | 43 | -468/+622 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | feature/website/portal-mobile-improvements | ||||
| * | | | | | Add toshi logo asset | fragosti | 2018-07-04 | 1 | -0/+0 |
| | | | | | | |||||
| * | | | | | Prompt user to download Toshi or MetaMask in install wallet onboarding step | fragosti | 2018-07-04 | 3 | -46/+73 |
| | | | | | | |||||
| * | | | | | Show different download links and icons when on mobile | fragosti | 2018-07-04 | 3 | -20/+47 |
| | | | | | | |||||
| * | | | | | Rename isMobile utility fn to be more specific and add isMobileOperatingSystem | fragosti | 2018-07-04 | 3 | -5/+8 |
| | | | | | | |||||
| * | | | | | Add OperatingSystemType and get OS util | fragosti | 2018-07-04 | 2 | -0/+28 |
| | | | | | | |||||
* | | | | | | Prettier fixes | Fabio Berger | 2018-07-05 | 2 | -5/+18 |
| | | | | | | |||||
* | | | | | | Update json-schema version used by web3-wrapper | Fabio Berger | 2018-07-05 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Add schema assertion checks for callData and txData | Fabio Berger | 2018-07-05 | 1 | -3/+4 |
| | | | | | | |||||
* | | | | | | Make sure from is included in txData | Fabio Berger | 2018-07-05 | 1 | -0/+3 |
| | | | | | | |||||
* | | | | | | Add CallData schema to json-schemas | Fabio Berger | 2018-07-05 | 3 | -0/+33 |
| | | | | | | |||||
* | | | | | | Update assert changelog | Fabio Berger | 2018-07-05 | 1 | -0/+9 |
| | | | | | | |||||
* | | | | | | Add defaultBlock param to getBalanceInWeiAsync | Fabio Berger | 2018-07-05 | 1 | -2/+7 |
| | | | | | | |||||
* | | | | | | Move 'from' check to sendTransaction | Fabio Berger | 2018-07-05 | 2 | -3/+3 |
| | | | | | | |||||
* | | | | | | Remove bn.js unused dep | Fabio Berger | 2018-07-05 | 1 | -1/+0 |
| | | | | | | |||||
* | | | | | | Fix linter issues | Fabio Berger | 2018-07-05 | 3 | -11/+4 |
| | | | | | | |||||
* | | | | | | remove stray console.log | Fabio Berger | 2018-07-05 | 1 | -1/+0 |
| | | | | | | |||||
* | | | | | | Remove web3Utils dep and write necessary utility methods | Fabio Berger | 2018-07-05 | 6 | -79/+93 |
| | | | | | | |||||
* | | | | | | Add new param javadoc comment | Fabio Berger | 2018-07-05 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | merge v2-prototype | Fabio Berger | 2018-07-05 | 111 | -716/+1263 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | merge v2-prototype | Fabio Berger | 2018-07-04 | 54 | -297/+760 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final | Jacob Evans | 2018-07-04 | 53 | -479/+656 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Use stub in test to avoid difference in setup, how network requests take place | Fabio Berger | 2018-07-04 | 2 | -0/+7 |
| | | | |/ / / | | | |/| | | | |||||
| | | * | | | | Merge pull request #811 from 0xProject/feature/website/onboarding-polish-2 | Francesco Agosti | 2018-07-04 | 10 | -48/+111 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | Add Hotjar, and other small improvements | ||||
| | | | * | | | | Persist whether onboarding is open or close across refreshes | fragosti | 2018-07-04 | 1 | -1/+3 |
| | | | | | | | | |||||
| | | | * | | | | Fix linting | fragosti | 2018-07-04 | 2 | -3/+2 |
| | | | | | | | | |||||
| | | | * | | | | Merge branch 'fixed-position-onboarding' into ↵ | fragosti | 2018-07-04 | 2 | -33/+67 |
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/website/onboarding-polish-2 | ||||
| | | | | * | | | | Implement fixed position onboarding option | fragosti | 2018-07-03 | 2 | -33/+67 |
| | | | | | | | | | |||||
| | | | * | | | | | Remove unused import | fragosti | 2018-07-03 | 1 | -1/+0 |
| | | | | | | | | | |||||
| | | | * | | | | | Add end comment to hotjar tracking code | fragosti | 2018-07-03 | 1 | -0/+1 |
| | | | | | | | | | |||||
| | | | * | | | | | Add media file and remove stray comment | fragosti | 2018-07-03 | 2 | -2/+15 |
| | | | |/ / / / | |||||
| | | | * | | | | Add media query abstraction around ScreenWidths and stop relayer grid hover ↵ | fragosti | 2018-07-03 | 5 | -10/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | effect on mobile | ||||
| | | | * | | | | Remove max-width from onboarding card to support iPad | fragosti | 2018-07-03 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | | * | | | | Only auto-start onboarding if blockchain is loaded | fragosti | 2018-07-03 | 1 | -2/+5 |
| | | | | | | | | |||||
| | | * | | | | | Merge pull request #812 from 0xProject/fix/revert-assertions-improvements | Alex Browne | 2018-07-04 | 24 | -221/+298 |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Improve robustness of revert reason assertions | ||||
| | | | * | | | | | Move NodeType caching out of web3-wrapper and into our internal code | Alex Browne | 2018-07-04 | 3 | -12/+19 |
| | | | | | | | | | |||||
| | | | * | | | | | Update CHANGELOG.json for ethereum-types and web3-wrapper | Alex Browne | 2018-07-04 | 2 | -0/+14 |
| | | | | | | | | | |||||
| | | | * | | | | | Add TransactionReceiptStatus type to ethereum-types | Alex Browne | 2018-07-04 | 2 | -3/+5 |
| | | | | | | | | | |||||
| | | | * | | | | | Actually cache node type in web3-wrapper | Alex Browne | 2018-07-04 | 1 | -0/+6 |
| | | | | | | | | | |||||
| | | | * | | | | | Improve robustness of revert reason assertions | Alex Browne | 2018-07-03 | 21 | -221/+269 |
| | | | | | | | | | |||||
| | * | | | | | | | Specify the lint rule to disable | Jacob Evans | 2018-07-04 | 1 | -3/+3 |
| | | | | | | | | | |||||
| | * | | | | | | | Fix unused imports | Jacob Evans | 2018-07-03 | 1 | -6/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final | Jacob Evans | 2018-07-03 | 50 | -187/+283 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | compiler and ts lint are confused about ContractEventArgs | Jacob Evans | 2018-07-03 | 1 | -8/+23 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Remove duplicated typescript-typings in package.json | Jacob Evans | 2018-07-02 | 1 | -1/+0 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Remove duplicate type definitions. | Jacob Evans | 2018-07-02 | 3 | -59/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clear private key earlier Fix changelog in typescript-typings from bad merge | ||||
| | * | | | | | | | | Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final | Jacob Evans | 2018-07-02 | 277 | -8779/+9291 |
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | | | |||||
| | * | | | | | | | | Use PrivateKeySubprovider inside eth lightwallet | Jacob Evans | 2018-07-02 | 3 | -71/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's a loss of information when hex encoding and passing to eth light wallet (chain id is lost). This results in a different signature. While it may work on testnets it is not sufficient for our test cases. We can export the private key and use it in our PrivateKeyWalletSubprovider | ||||
| | * | | | | | | | | Small stylistic tweaks | Fabio Berger | 2018-06-26 | 3 | -11/+1 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Fix and imprrove ethLightWalletSubprovider | Fabio Berger | 2018-06-26 | 3 | -15/+17 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Remove legacy named subprovider | Fabio Berger | 2018-06-26 | 1 | -100/+0 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Format type | Fabio Berger | 2018-06-26 | 1 | -20/+47 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Remove duplicate type | Fabio Berger | 2018-06-26 | 1 | -23/+0 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Fix Tslint issues | Fabio Berger | 2018-06-26 | 9 | -41/+31 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Add eth-lightwallet subprovider and tests | Cavan | 2018-06-26 | 5 | -5/+120 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Move eth-lightwallet declaration to typings | Cavan | 2018-06-26 | 2 | -38/+26 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Format subprovider using prettier | Cavan | 2018-06-26 | 2 | -18/+8 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Update changelogs | Cavan | 2018-06-26 | 2 | -0/+16 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Remove timestamps and fix typings | Cavan | 2018-06-26 | 3 | -3/+27 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Formatting and standards updates | Cavan | 2018-06-26 | 4 | -0/+320 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add missing undefined check | Fabio Berger | 2018-07-04 | 1 | -0/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | improve comment | Fabio Berger | 2018-07-04 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | remove console.log | Fabio Berger | 2018-07-04 | 1 | -1/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix conditional | Fabio Berger | 2018-07-04 | 1 | -3/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Rename to InjectedProvider and make publicConfigStore optional | Fabio Berger | 2018-07-04 | 1 | -3/+3 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Remove hack since latest web3-provider-engine fixed underlying issue | Fabio Berger | 2018-07-04 | 1 | -5/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix instance variable name | Fabio Berger | 2018-07-04 | 1 | -6/+6 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix linter | Fabio Berger | 2018-07-04 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix type | Fabio Berger | 2018-07-04 | 1 | -1/+5 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix package.json | Fabio Berger | 2018-07-04 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Rename subprovider in blockchain.ts | Fabio Berger | 2018-07-04 | 1 | -2/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Remove unused imported Web3.js | Fabio Berger | 2018-07-04 | 4 | -5/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Remove dep on Web3 in Website. Introduced InjectedWeb3 type. | Fabio Berger | 2018-07-04 | 4 | -13/+32 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix import | Fabio Berger | 2018-07-04 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Refactor testnet-faucet to use web3Wrapper instead of web3 directly | Fabio Berger | 2018-07-04 | 3 | -19/+13 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Replace use of web3 w/ web3wrapper in subproviders and rename injectedWeb3 ↵ | Fabio Berger | 2018-07-04 | 4 | -16/+36 |
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | to signer subprovider for clarity | ||||
| * | | | | | | | | Merge pull request #799 from 0xProject/feature/website/wallet-menu | Brandon Millman | 2018-07-04 | 9 | -199/+213 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | Add menu for at the top of wallet and top right component | ||||
| | * | | | | | | | Remove InstallPrompt | Brandon Millman | 2018-07-04 | 2 | -61/+0 |
| | | | | | | | | | |||||
| | * | | | | | | | Implement clickaway for wallet menu on mobile | Brandon Millman | 2018-07-04 | 2 | -14/+24 |
| | | | | | | | | | |||||
| | * | | | | | | | Add optional onClick to Link simple menu item | Brandon Millman | 2018-07-03 | 1 | -2/+7 |
| | | | | | | | | | |||||
| | * | | | | | | | Lint fixes | Brandon Millman | 2018-07-02 | 4 | -17/+5 |
| | | | | | | | | | |||||
| | * | | | | | | | More cleanup | Brandon Millman | 2018-07-02 | 2 | -31/+31 |
| | | | | | | | | | |||||
| | * | | | | | | | Consolidate logic for common menu items | Brandon Millman | 2018-07-02 | 3 | -33/+74 |
| | | | | | | | | | |||||
| | * | | | | | | | Give connected header accessory more padding | Brandon Millman | 2018-07-02 | 1 | -9/+13 |
| | | | | | | | | | |||||
| | * | | | | | | | Implement correct behavior for menu in the wallet | Brandon Millman | 2018-07-02 | 6 | -31/+52 |
| | | | | | | | | | |||||
| | * | | | | | | | Add menu to wallet | Brandon Millman | 2018-07-02 | 1 | -8/+32 |
| | | | | | | | | | |||||
| | * | | | | | | | Implement simple menu | Brandon Millman | 2018-07-02 | 5 | -91/+50 |
| | | | | | | | | | |||||
| | * | | | | | | | Clean up a bit of the provider display logic | Brandon Millman | 2018-07-02 | 3 | -73/+80 |
| | | | | | | | | | |||||
| | * | | | | | | | Implement icon button | Brandon Millman | 2018-07-02 | 2 | -2/+18 |
| | | |/ / / / / | | |/| | | | | | |||||
| * | | | | | | | Fix alignment | Fabio Berger | 2018-07-04 | 7 | -7/+7 |
| | | | | | | | | |||||
| * | | | | | | | Update blockstream to latest version, propogate errors to top-level callers | Fabio Berger | 2018-07-04 | 3 | -3/+20 |
| | | | | | | | | |||||
| * | | | | | | | Update web3-provider-engine version w/o caret | Fabio Berger | 2018-07-03 | 7 | -7/+7 |
| | | | | | | | | |||||
| * | | | | | | | Update web3-provider-engine | Fabio Berger | 2018-07-03 | 7 | -7/+7 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #801 from feuGeneA/patch-3 | Fabio Berger | 2018-07-03 | 1 | -2/+1 |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | in subproviders/package.json, cite typescript-typings only once | ||||
| | * | | | | | | in subproviders, cite typescript-typings only once | F. Eugene Aumson | 2018-07-02 | 1 | -2/+1 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `yarn build` was giving the following warning: warning package.json: "dependencies" has dependency "@0xproject/typescript-typings" with range "^0.4.1" that collides with a dependency in "devDependencies" of the same name with version "^0.4.2" | ||||
| * | | | | | | Merge pull request #806 from ↵ | Brandon Millman | 2018-07-03 | 4 | -0/+11 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/website/mobile-readable-web3-names Add detection logic for Toshi and Cipher | ||||
| | * | | | | | | Add human readable names for Toshi and Cipher | Brandon Millman | 2018-07-03 | 4 | -0/+11 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #808 from 0xProject/feature/website/better-balance-formatting | Brandon Millman | 2018-07-03 | 4 | -18/+23 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add better balance formatting rules for balances and usd values | ||||
| | * | | | | | | | Add better balance formatting rules for balances and usd values | Brandon Millman | 2018-07-03 | 4 | -18/+23 |
| | | |_|_|_|/ / | | |/| | | | | | |||||
| * | | | | | | | Merge pull request #810 from 0xProject/feature/wesbite/remove-add-balance | Brandon Millman | 2018-07-03 | 5 | -42/+2 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove increase balance link from balance_bounded_input component | ||||
| | * | | | | | | | Remove increase balance link from balance_bounded_input component | Brandon Millman | 2018-07-03 | 5 | -42/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Use new lock svg | Brandon Millman | 2018-07-03 | 2 | -2/+5 |
| |/ / / / / / / | |||||
| * | / / / / / | Always show the wrap ether row in between ETH and WETH | Brandon Millman | 2018-07-03 | 2 | -18/+20 |
| | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Update start onboarding copy and relayer grid empty color | Brandon Millman | 2018-07-03 | 3 | -7/+10 |
| |/ / / / / | |||||
| * | | / / | Add Alex Browne to about page | fragosti | 2018-07-03 | 2 | -10/+19 |
| | |_|/ / | |/| | | | |||||
| * | | | | Update incorrect versions of deps | Fabio Berger | 2018-07-02 | 18 | -19/+19 |
| | | | | | |||||
| * | | | | Add new changelog entry | Fabio Berger | 2018-07-02 | 1 | -0/+9 |
| | | | | | |||||
| * | | | | fix prettier | Fabio Berger | 2018-07-02 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Git command outputs logs to stdErr so only way to check for errors if with ↵ | Fabio Berger | 2018-07-02 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | try/catch | ||||
| * | | | | Remove remote tag before local one | Fabio Berger | 2018-07-02 | 1 | -6/+6 |
| | | | | | |||||
| * | | | | Add logs for when tags get removed | Fabio Berger | 2018-07-02 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | combine changelog entries since we haven't published yet | Fabio Berger | 2018-07-02 | 2 | -10/+5 |
| | | | | | |||||
| * | | | | version outdated | Fabio Berger | 2018-07-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Throw if changelog version is below package.json version | Fabio Berger | 2018-07-02 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | Update outdated changelogs | Fabio Berger | 2018-07-02 | 4 | -2/+23 |
| | | | | | |||||
| * | | | | Fix bug where 18 decimal tokens instead of 5 decimal tokens created | Fabio Berger | 2018-07-02 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Pass 'from' param to estimateGas since it is required | Fabio Berger | 2018-07-05 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Refactor Web3Wrapper to no longer use Web3.js & add more test coverage | Fabio Berger | 2018-07-05 | 7 | -67/+396 |
| | | | | | |||||
* | | | | | Removee getContractFromAbi method since we no longer use it and do not ↵ | Fabio Berger | 2018-07-05 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | | | | | recommend others use it | ||||
* | | | | | Add assert dep | Fabio Berger | 2018-07-04 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Fix bug in string enum assertion so that we check enum values not keys | Fabio Berger | 2018-07-04 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Add more assertions to Web3Wrapper public methods | Fabio Berger | 2018-07-04 | 2 | -3/+104 |
|/ / / / | |||||
* | | | | Disable custom-no-magic-number for block | Fabio Berger | 2018-07-02 | 1 | -0/+2 |
| | | | | |||||
* | | | | Remove unused variable | Fabio Berger | 2018-07-02 | 1 | -1/+0 |
| | | | | |||||
* | | | | Merge branch 'v2-prototype' into fix/five_decimal_scenario | Fabio Berger | 2018-07-02 | 201 | -1991/+5671 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (75 commits) Update relayer grid tiles to use Text Fix build Update file structure Update 2.0.0 artifacts Move ledgerhq module declarations to typescript-typings Export LedgerEthereumClient type in subproviders Update artifacts Add logging and updated artifacts Fix migrations Run prettier Add Kovan artifacts Use ledger subprovider Add Kovan migrations Remove state variable from Link component in Portal Make registerAssetProxy append only Update staging api link Change getTransactionReceipt to awaitTransactionMined Move /docs route to the end Remove extra call to scrollIntoView for wallet in onboarding Update expectRevertReasonOrAlwaysFailingTransactionAsync to check status codes ... | ||||
| * | | | Update relayer grid tiles to use Text | Brandon Millman | 2018-07-01 | 2 | -50/+17 |
| | | | | |||||
| * | | | Fix build | Amir Bandeali | 2018-06-30 | 7 | -31/+31 |
| | | | | |||||
| * | | | Update file structure | Amir Bandeali | 2018-06-30 | 125 | -199/+195 |
| | | | |