Leonid Logvinov
1647e45247
Move dependency
2017-12-12 13:55:34 +01:00
Leonid Logvinov
3477a84bbd
Merge dependencies
2017-12-12 13:54:17 +01:00
Leonid Logvinov
a14424ae5f
Move isAddress to shared utils and remove all dependencies on ethereum-address
2017-12-11 12:43:19 +01:00
Leonid Logvinov
f1e7ea118b
Remove ethereum-address dependency and add this logic to the repo
2017-12-11 12:21:44 +01:00
Brandon Millman
a6f9718131
Publish
...
- 0x.js@0.27 .2
- abi-gen-templates@0.0.2
- @0xproject/abi-gen@0.0.2
- @0xproject/assert@0.0.7
- @0xproject/connect@0.3.0
- contracts@2.0.0
- @0xproject/json-schemas@0.6.10
- @0xproject/monorepo-scripts@0.1.0
- @0xproject/subproviders@0.1.0
- @0xproject/tslint-config@0.2.1
- @0xproject/types@0.1.0
- @0xproject/utils@0.1.0
- @0xproject/web3-wrapper@0.1.0
- website@0.0.2
2017-12-08 13:17:03 -08:00
Brandon Millman
47075edc97
Add scope to abi-gen dependency in 0x.js
2017-12-08 13:11:47 -08:00
Brandon Millman
25cee41358
Add @0xproject scope to abi-gen package name
2017-12-08 13:05:24 -08:00
Brandon Millman
d14ed71191
Make contracts package private
2017-12-08 12:41:31 -08:00
Brandon Millman
f341f62b2b
Update connect changelog
2017-12-08 11:56:01 -08:00
Fabio Berger
af8d24d0eb
Merge branch 'development' into feature/addSubproviders
...
* 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
2017-12-08 11:21:51 -06:00
Fabio Berger
ca85a97106
remove console.log
2017-12-08 11:12:30 -06:00
Fabio Berger
5eea829be9
Update README.md
2017-12-08 11:05:53 -06:00
Fabio Berger
e822e3562d
Fix unit test
2017-12-08 10:22:31 -06:00
Fabio Berger
1fc1eae39a
Add missing params
2017-12-08 10:03:01 -06:00
Fabio Berger
deb6aeae43
Debug CircleCi failure
2017-12-08 09:57:34 -06:00
Leonid Logvinov
e0d79bd332
Inline network module
2017-12-08 18:47:50 +03:00
Fabio Berger
5e75aab8ea
Add todo
2017-12-08 09:45:53 -06:00
Leonid
36125c3539
Merge branch 'development' into feature/web3-wrapper
2017-12-08 14:46:51 +03:00
Leonid Logvinov
72ced622d7
Stop supporting different file extensions in abi-gen
2017-12-08 13:25:00 +03:00
Leonid Logvinov
b362e2c28e
Refactor networkId out of web3Wrapper
2017-12-08 12:51:46 +03:00
Brandon Millman
3c64b33f5c
Update connect types in preperation for publishing
2017-12-07 14:40:16 -08:00
Fabio Berger
5301086c68
Add link to random id generator
2017-12-07 15:32:01 -06:00
Fabio Berger
5687279c8d
Remove prebuild
command and add test:circleci
2017-12-07 15:21:35 -06:00
Fabio Berger
6c2bf8ed26
Merge branch 'development' into feature/addSubproviders
...
* 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
2017-12-07 15:15:23 -06:00
Fabio Berger
f1ecdcf602
Make sure we don't pass empty maker into getOrderHashHex
2017-12-07 14:53:14 -06:00
Fabio Berger
1eaefac12b
Make sure we always pass in the correct networkId even if no injectedWeb3 found
2017-12-07 14:51:40 -06:00
Fabio Berger
be17b75ad3
remove unneeded reset
2017-12-06 22:31:20 -06:00
Fabio Berger
0c23f5e07e
Use rejectedWith
2017-12-06 22:30:08 -06:00
Fabio Berger
86e1fa8153
Add missing calls to configure
2017-12-06 22:30:00 -06:00
Fabio Berger
fae0651b0c
remove unneeded type assertions
2017-12-06 20:56:14 -06:00
Fabio Berger
720641f14c
remove unused type
2017-12-06 20:53:23 -06:00
Fabio Berger
e8495b0c7b
Simplify interface to signPersonalMessageAsync
2017-12-06 20:52:48 -06:00
Fabio Berger
e80579a605
Fix unit test
2017-12-06 19:49:27 -06:00
Fabio Berger
5967d39ca9
Fix ethereumjs-tx declaration and import
2017-12-06 19:48:38 -06:00
Fabio Berger
b82b50e2f0
Use assert.isHexString
2017-12-06 19:05:22 -06:00
Fabio Berger
e893e8c442
Add type defs for ledgerco and ethereumjs-tx
2017-12-06 19:05:09 -06:00
Fabio Berger
3db5efa264
Make test only run unit tests since cannot run integration tests on CI
2017-12-06 19:04:41 -06:00
Fabio Berger
b7030cffd9
Improve README
2017-12-06 16:18:42 -06:00
Fabio Berger
73b4b4488e
Fix version and remove the UMD build
2017-12-06 16:18:35 -06:00
Leonid Logvinov
825402b0f9
Address feedback
2017-12-07 01:15:15 +03:00
Fabio Berger
f23071a214
Fix tslint error
2017-12-06 16:13:24 -06:00
Leonid Logvinov
f1b267cc9f
Refactor web3Wrapper to a separate package
2017-12-06 20:55:09 +03:00
Fabio Berger
adf1afc6ba
Standardize deps
2017-12-06 11:00:57 -06:00
Fabio Berger
0abbdc6b96
Merge branch 'development' into feature/addSubproviders
...
* 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
2017-12-06 10:49:22 -06:00
Leonid
594bd2de1c
Merge branch 'development' into feature/airport-experiments
2017-12-06 15:52:22 +03:00
Leonid Logvinov
55083316fc
Inline function
2017-12-06 15:48:30 +03:00
Leonid Logvinov
8c87394b2b
Introduce a const
2017-12-06 15:48:30 +03:00
Leonid Logvinov
1dba4b85d0
Make private
2017-12-06 15:48:30 +03:00
Leonid Logvinov
22de68205b
Add version matcher script
2017-12-06 15:48:30 +03:00
Leonid Logvinov
f76543ebfa
Use same versions of dependencies everywhere
2017-12-06 15:48:30 +03:00