aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/blockchain.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update to passing etherTokenAddress into withdraw and deposit callsFabio Berger2017-12-181-4/+4
|
* Temporary hack to alleviate issues with updating tokenRegistry with new WETH ↵Fabio Berger2017-12-161-1/+14
| | | | address
* Fix website unused varsLeonid Logvinov2017-12-151-11/+1
|
* Reuse intervalutils in websiteLeonid Logvinov2017-12-151-3/+3
|
* Don't unsubscribe on error. It's done automaticallyLeonid Logvinov2017-12-121-6/+3
|
* Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-091-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Update README.md Inline network module Stop supporting different file extensions in abi-gen Refactor networkId out of web3Wrapper Update connect types in preperation for publishing Fix CI command Address feedback Refactor web3Wrapper to a separate package # Conflicts: # package.json # packages/website/ts/blockchain.ts
| * Merge branch 'development' into feature/web3-wrapperLeonid2017-12-081-5/+10
| |\
| * | Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-3/+3
| | |
* | | Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-081-5/+10
|\ \ \ | | |/ | |/| | | | | | | | | | * development: Make sure we don't pass empty maker into getOrderHashHex Make sure we always pass in the correct networkId even if no injectedWeb3 found
| * | Make sure we always pass in the correct networkId even if no injectedWeb3 foundFabio Berger2017-12-081-5/+10
| |/
* | Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-071-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Inline function Introduce a const Make private Add version matcher script Use same versions of dependencies everywhere Add missing await Move declaration into proper conditional block Fix Party element so that an identicon's height is that which was passed in # Conflicts: # packages/website/package.json # yarn.lock
| * Move declaration into proper conditional blockFabio Berger2017-12-061-1/+1
| |
* | Use subproviders subpackage in website and remove old subprovidersFabio Berger2017-12-061-21/+23
|/
* Fix tslint errorFabio Berger2017-11-291-1/+1
|
* Last remaining website fixesFabio Berger2017-11-281-7/+9
|
* Fix tslint issuesFabio Berger2017-11-281-142/+102
|
* Fix subscriptions given latest changes to 0x.jsFabio Berger2017-11-241-4/+5
|
* Fix bugFabio Berger2017-11-241-2/+2
|
* Upgrade to latest 0x.js version and refactor subscriptions to use latest ↵Fabio Berger2017-11-231-24/+40
| | | | interface
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+770
sub-packages, use new subscribeAsync 0x.js method