fragosti
a72eae7ea8
Unmarshall txn data in SignerSubprovider before calling web3wrapper sendTransactionAsync
2018-07-05 18:32:28 -07:00
Fabio Berger
8adc6f0faa
merge v2-prototype
2018-07-04 16:35:49 +02:00
Jacob Evans
5915f8430c
Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final
2018-07-04 20:29:54 +10:00
Fabio Berger
4ba108d12f
Use stub in test to avoid difference in setup, how network requests take place
2018-07-04 00:59:18 +02:00
Fabio Berger
6aa4984fed
Fix instance variable name
2018-07-04 00:22:21 +02:00
Fabio Berger
cce2fb40a1
Fix import
2018-07-03 23:11:59 +02:00
Fabio Berger
d528ce757c
Replace use of web3 w/ web3wrapper in subproviders and rename injectedWeb3 to signer subprovider for clarity
2018-07-03 22:58:17 +02:00
Fabio Berger
5e8ef070e2
Fix alignment
2018-07-03 18:26:12 +02:00
Fabio Berger
671f29774b
Update web3-provider-engine version w/o caret
2018-07-03 16:56:49 +02:00
Fabio Berger
4c99ac0ca2
Update web3-provider-engine
2018-07-03 15:59:30 +02:00
Fabio Berger
92f6391df5
Merge pull request #801 from feuGeneA/patch-3
...
in subproviders/package.json, cite typescript-typings only once
2018-07-03 11:53:23 +02:00
Jacob Evans
27c03cffe2
Fix unused imports
2018-07-03 17:01:08 +10:00
Jacob Evans
499915042e
Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final
2018-07-03 16:58:08 +10:00
F. Eugene Aumson
4887d1d42f
in subproviders, cite typescript-typings only once
...
`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"
2018-07-02 11:23:33 -04:00
Fabio Berger
50957e1d29
Update incorrect versions of deps
2018-07-02 16:04:48 +02:00
Jacob Evans
d6f40a9281
Remove duplicated typescript-typings in package.json
2018-07-02 18:14:19 +10:00
Jacob Evans
687802394a
Remove duplicate type definitions.
...
Clear private key earlier
Fix changelog in typescript-typings from bad merge
2018-07-02 18:09:05 +10:00
Jacob Evans
ad570b8ae1
Merge branch 'v2-prototype' into eth-lightwallet-subprovider-final
2018-07-02 11:21:16 +10:00
Jacob Evans
b9165c03af
Use PrivateKeySubprovider inside eth lightwallet
...
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
2018-07-02 11:09:32 +10:00
Amir Bandeali
e58e35e098
Move ledgerhq module declarations to typescript-typings
2018-06-29 17:25:56 -07:00
Amir Bandeali
654b048602
Export LedgerEthereumClient type in subproviders
2018-06-29 17:25:56 -07:00
Fabio Berger
51211a21ba
Improve ganache-core's GanacheOpts type and require it instead of any
2018-06-27 18:33:32 +02:00
Alex Browne
0a87364101
Use ethereumjs-tx@1.3.5 instead of our fork
2018-06-25 16:40:33 -07:00
Fabio Berger
6bb2203f79
Small stylistic tweaks
2018-06-25 23:07:27 +02:00
Fabio Berger
31e3b9ff8b
Fix and imprrove ethLightWalletSubprovider
2018-06-25 22:59:41 +02:00
Fabio Berger
b2e32aaf58
Remove legacy named subprovider
2018-06-25 22:59:24 +02:00
Fabio Berger
1dd9ec4d5a
Remove duplicate type
2018-06-25 22:58:50 +02:00
Fabio Berger
87d66ccf6c
Fix Tslint issues
2018-06-25 22:58:36 +02:00
Cavan
7ce1e9b18d
Add eth-lightwallet subprovider and tests
2018-06-25 19:39:23 +02:00
Cavan
235d78565e
Format subprovider using prettier
2018-06-25 19:06:22 +02:00
Cavan
76f4d67f33
Remove timestamps and fix typings
2018-06-25 18:58:25 +02:00
Cavan
bb4c748bf1
Formatting and standards updates
2018-06-25 18:42:13 +02:00
Alex Browne
4012e31115
Use make-promises-safe as a preloader instead of manually importing
2018-06-21 19:17:33 -07:00
Fabio Berger
f2e0f1b2f1
Update all package versions to match latest published to NPM
2018-06-19 11:32:55 +02:00
Fabio Berger
2a4456b9ca
Update CHANGELOG's with publishes performed on development branch
2018-06-19 11:16:30 +02:00
Fabio Berger
e1879ef4d9
Fix no-unused-variable tslint rule to include parameters and fix issues
2018-06-11 23:42:30 +02:00
Leonid Logvinov
760bab8f86
Implement SolidityProfiler & adapt sol-cov to work with Geth
2018-06-08 14:56:45 -07:00
Alex Browne
05fe8792ea
Merge pull request #676 from 0xProject/feature/mocha-source-maps
...
Use source-map-support package to include correct line numbers in mocha
2018-06-07 11:55:47 -07:00
fragosti
870eca0d9f
Run prettier
2018-06-06 16:59:28 -07:00
Alex Browne
d299458084
Use source-map-support package to include correct line numbers in mocha
2018-06-06 16:54:20 -07:00
fragosti
037912ccab
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into feature/improve-linting
2018-06-06 10:20:35 -07:00
Fabio Berger
25f62daf14
- Rename watch to watch_without_deps in sub-packages, so dev's don't confuse running watch from root dir, with sub-package dir
...
- stop using special prebuild script name and run pre_build steps for `watch` and `build` commands
- Remove `clean` step from `build`/`watch`
2018-06-05 15:38:40 +02:00
fragosti
9778695b4a
Try enabling no-unused-variable...
2018-06-04 19:48:21 -07:00
Leonid Logvinov
a2fc9a964b
Fix linter errors
2018-05-31 11:19:18 -07:00
Leonid Logvinov
fa3d011f68
Add ethereum-types to extraFileIncludes
2018-05-31 11:04:05 -07:00
Leonid Logvinov
a7fc9caacb
Introduce ethereum-types package
2018-05-31 11:04:05 -07:00
Leonid Logvinov
1a3958ed60
Remove some types
2018-05-31 10:20:36 -07:00
Leonid Logvinov
83c37c6a7a
Address feedback
2018-05-22 15:27:17 -07:00
Leonid Logvinov
84a1b5612d
Publish
...
- 0x.js@0.38 .0
- @0xproject/abi-gen@0.3.0
- @0xproject/assert@0.2.10
- @0xproject/base-contract@0.3.2
- @0xproject/connect@0.6.13
- @0xproject/contract-wrappers@0.0.2
- contracts@2.1.29
- @0xproject/dev-utils@0.4.2
- @0xproject/fill-scenarios@0.0.2
- @0xproject/json-schemas@0.7.24
- @0xproject/metacoin@0.0.7
- @0xproject/migrations@0.0.6
- @0xproject/monorepo-scripts@0.1.20
- @0xproject/order-utils@0.0.5
- @0xproject/order-watcher@0.0.2
- @0xproject/react-docs-example@0.0.12
- @0xproject/react-docs@0.0.12
- @0xproject/react-shared@0.1.7
- @0xproject/sol-compiler@0.5.0
- @0xproject/sol-cov@0.0.11
- @0xproject/sol-resolver@0.0.5
- @0xproject/sra-report@0.1.0
- @0xproject/subproviders@0.10 .2
- @0xproject/testnet-faucets@1.0.30
- @0xproject/tslint-config@0.4.18
- @0xproject/types@0.7.0
- @0xproject/typescript-typings@0.3.2
- @0xproject/utils@0.6.2
- @0xproject/web3-wrapper@0.6.4
- @0xproject/website@0.0.33
2018-05-22 15:25:47 -07:00
Leonid Logvinov
f8c628b0c7
Updated CHANGELOGS
2018-05-22 15:22:12 -07:00