Thomas Schmidt
83c7c8110d
Formatting and removed old GA code
2018-02-05 16:56:53 -08:00
Jacob Evans
c4680a97a8
Yarn.lock
2018-02-05 16:47:31 -08:00
Thomas Schmidt
91a5bcf380
Converted BigNumber to number for GA logging
2018-02-05 16:43:50 -08:00
Jacob Evans
7e9ae458e2
Merge branch 'development' into feature/subproviders/nonce-tracker
2018-02-05 16:36:46 -08:00
Jacob Evans
4e284f5e6c
Refactor tests for reuse of the fixture subprovider
2018-02-05 16:32:43 -08:00
Thomas Schmidt
75ded89790
GA logging for order creation
2018-02-05 16:20:53 -08:00
Thomas Schmidt
598ce0d401
Switch GA to React GA and add logging for Portal
2018-02-05 15:57:29 -08:00
Jacob Evans
fc3058c1e2
Remove re-fetch of transaction count on error
2018-02-05 14:27:58 -08:00
Jacob Evans
d14ae70776
Link to the wiki article in the README
2018-02-05 13:55:01 -08:00
Jacob Evans
882816d609
Justify the any usage
2018-02-05 13:46:59 -08:00
Leonid Logvinov
2205e2b9a0
Publish
...
- 0x.js@0.32 .0
- @0xproject/abi-gen@0.1.7
- @0xproject/assert@0.0.16
- @0xproject/connect@0.5.5
- contracts@2.1.9
- @0xproject/deployer@0.0.6
- @0xproject/dev-utils@0.0.10
- @0xproject/json-schemas@0.7.8
- @0xproject/monorepo-scripts@0.1.9
- @0xproject/subproviders@0.3.6
- @0xproject/testnet-faucets@1.0.10
- @0xproject/tslint-config@0.4.7
- @0xproject/types@0.1.9
- @0xproject/utils@0.3.0
- web3-typescript-typings@0.9.9
- @0xproject/web3-wrapper@0.1.10
- @0xproject/website@0.0.12
@0xproject/deployer@0.0.6
@0xproject/monorepo-scripts@0.1.9
@0xproject/testnet-faucets@1.0.10
@0xproject/website@0.0.12
contracts@2.1.9
2018-02-05 22:29:42 +01:00
Leonid Logvinov
855fdd7921
Revert "Temp"
...
This reverts commit 881d32e733 .
2018-02-05 22:26:50 +01:00
Brandon Millman
99b1f81e89
Merge branch 'development' into feature/testnet-faucets/order-dispenser
...
* development: (37 commits)
Add dates to CHANGELOGs
Change CHANGELOGs
Add .editorconfig
Fix a typo
Temp
Use forEach instead of map
Add PR number
Fix an exception when a signature collision happens
Fix prettier
Add regression tests
Improve the comment and fix an exception
Add missing comas
Lerna-ignore tslint and tsconfig
Update contract versions, fix tests
Rename directories
Rename previous contracts, fix imports, add nested file structure
Move all contracts into a single directory
Update import
Fix import
Get rid of suffixed contract versioning and replace it with a poor-mans package manager. Versions are stored locally, and are generated in a copy-on-write basis as required
...
2018-02-05 13:16:46 -08:00
Leonid Logvinov
46ad7b1b38
Add dates to CHANGELOGs
0x.js@0.32.0
@0xproject/abi-gen@0.1.7
@0xproject/assert@0.0.16
@0xproject/connect@0.5.5
@0xproject/dev-utils@0.0.10
@0xproject/json-schemas@0.7.8
@0xproject/subproviders@0.3.6
@0xproject/tslint-config@0.4.7
@0xproject/utils@0.3.0
@0xproject/types@0.1.9
@0xproject/web3-wrapper@0.1.10
web3-typescript-typings@0.9.9
2018-02-05 22:04:03 +01:00
Leonid Logvinov
7e5b7a7f2a
Merge branch 'development' of github.com:0xProject/0x.js into development
2018-02-05 21:56:41 +01:00
Leonid
156e85a6b3
Merge pull request #366 from 0xProject/fix/abi_decoder_colision
...
Fix an exception when a signature collision happens
2018-02-05 21:56:04 +01:00
Leonid Logvinov
6fce02d25e
Change CHANGELOGs
2018-02-05 21:53:41 +01:00
Remco Bloemen
4ddb86df53
Merge pull request #360 from 0xProject/feature/editorconfig
...
Add .editorconfig
2018-02-05 11:31:06 -08:00
Leonid
3565e96f42
Merge branch 'development' into fix/abi_decoder_colision
2018-02-05 19:31:37 +01:00
Leonid
2c7db23022
Merge pull request #350 from 0xProject/fix/ether_token_address
...
Add zeroEx.etherToken.getContractAddressIfExists
2018-02-05 19:27:20 +01:00
Remco Bloemen
fe51c9a9a2
Add .editorconfig
2018-02-05 10:25:05 -08:00
Leonid Logvinov
5324dfa5a7
Fix a typo
2018-02-05 19:13:09 +01:00
Leonid Logvinov
881d32e733
Temp
2018-02-05 19:10:17 +01:00
Leonid Logvinov
1f4cbb7479
Use forEach instead of map
2018-02-05 13:04:49 +01:00
Leonid Logvinov
b17bbdaa7d
Add PR number
2018-02-05 13:01:53 +01:00
Leonid Logvinov
5458a1c1b7
Fix an exception when a signature collision happens
2018-02-05 12:59:10 +01:00
Leonid Logvinov
fa98450754
Fix prettier
2018-02-05 12:49:57 +01:00
Leonid
7b4f2b47de
Merge branch 'development' into fix/ether_token_address
2018-02-05 12:33:40 +01:00
Leonid Logvinov
400a97e7a8
Add regression tests
2018-02-05 12:32:59 +01:00
Leonid Logvinov
a816fb5958
Improve the comment and fix an exception
2018-02-05 12:28:27 +01:00
Leonid
c7ad6ebad6
Merge pull request #358 from 0xProject/feature/build_watch
...
Add build:watch command to all TS packages
2018-02-05 12:03:36 +01:00
Leonid Logvinov
85b4a82a4b
Add missing comas
2018-02-05 12:03:13 +01:00
Leonid
f18fa8e947
Merge branch 'development' into feature/build_watch
2018-02-05 12:00:05 +01:00
Leonid
44cd185c66
Merge pull request #356 from 0xProject/lerna-ignore
...
Ignore test files and markdown files changes on publish
2018-02-05 11:26:31 +01:00
Leonid Logvinov
890f414b5a
Lerna-ignore tslint and tsconfig
2018-02-05 11:25:59 +01:00
Leonid
03b1b12ef1
Merge pull request #359 from 0xProject/feature/ts-2.7
...
TS 2.7
2018-02-05 11:24:36 +01:00
Jacob Evans
dae6f28f8a
Disable linter for multiple class declarations
2018-02-02 15:07:10 -08:00
Jacob Evans
5aca3a2d7d
Changelog
2018-02-02 14:53:44 -08:00
Jacob Evans
7f257e258f
Change the InjectedWeb3Subprovider to accept Web3.Provider
2018-02-02 14:44:29 -08:00
Amir Bandeali
6a9d3de0f9
Merge pull request #329 from 0xProject/feature/contracts/versioning
...
Implement stop-gap smart contract versioning
2018-02-02 10:57:18 -08:00
Amir Bandeali
05aae36813
Update contract versions, fix tests
2018-02-02 09:41:19 -08:00
Amir Bandeali
d5d6079b67
Rename directories
2018-02-02 09:39:08 -08:00
Amir Bandeali
bb4c8bf8eb
Rename previous contracts, fix imports, add nested file structure
2018-02-02 09:39:08 -08:00
Fabio Berger
3eb40db498
Move all contracts into a single directory
2018-02-02 09:39:08 -08:00
Fabio Berger
576f63d5e4
Update import
2018-02-02 09:39:08 -08:00
Fabio Berger
cda1dc82e9
Fix import
2018-02-02 09:39:08 -08:00
Fabio Berger
2721252d6a
Get rid of suffixed contract versioning and replace it with a poor-mans package manager. Versions are stored locally, and are generated in a copy-on-write basis as required
2018-02-02 09:39:08 -08:00
Leonid Logvinov
45ac960308
Add build:watch to README's
2018-02-02 12:42:19 +01:00
Leonid
47d74aa24a
Merge pull request #361 from 0xProject/feature/deployer/solc-0.4.19
...
Add solc 0.4.19
2018-02-02 12:29:58 +01:00
Jacob Evans
48aa1ad57d
Remove double declaration
2018-02-01 18:43:32 -08:00