Leonid Logvinov
|
c5afca53a4
|
Rename COVERAGE to SOLIDITY_COVERAGS
|
2018-03-12 03:37:28 +01:00 |
|
Leonid Logvinov
|
b4cb88ab26
|
Add better error handling in deployer constructor
|
2018-03-12 03:37:28 +01:00 |
|
Leonid Logvinov
|
ad4f607643
|
Move compiler URL to constants
|
2018-03-12 03:37:28 +01:00 |
|
Leonid Logvinov
|
c7d340e822
|
Handle an error while loading the compiler
|
2018-03-12 03:37:28 +01:00 |
|
Leonid Logvinov
|
2c501d2380
|
Introduce isCompilerAvailableLocally
|
2018-03-12 03:37:28 +01:00 |
|
Leonid Logvinov
|
3787e4a83c
|
Fix variable name
|
2018-03-12 03:37:28 +01:00 |
|
Leonid Logvinov
|
3b77e4ebf1
|
Rename getCoverageSubprovider to getCoverageSubproviderSingleton
|
2018-03-12 03:37:28 +01:00 |
|
Leonid Logvinov
|
6eebf717d5
|
Improve migrations comment
|
2018-03-12 03:37:28 +01:00 |
|
Leonid Logvinov
|
98f32d6f1f
|
Stop making an assumption that contract code is immutable
|
2018-03-12 03:37:28 +01:00 |
|
Leonid Logvinov
|
62f45f7b41
|
Cache code parsing
|
2018-03-12 03:37:28 +01:00 |
|
Leonid Logvinov
|
a7d8f6599a
|
use sourceList instead of sources
|
2018-03-12 03:37:28 +01:00 |
|
Leonid Logvinov
|
4da6db8418
|
Improve compiler output type
|
2018-03-12 03:37:28 +01:00 |
|
Leonid Logvinov
|
d991291f2a
|
Use in-process Ganache in contracts
|
2018-03-12 03:37:27 +01:00 |
|
Leonid Logvinov
|
392fb42973
|
Revert mocha timeout increase
|
2018-03-12 03:37:27 +01:00 |
|
Leonid Logvinov
|
13299158d1
|
Add sol-cover implementation
|
2018-03-12 03:37:27 +01:00 |
|
Fabio Berger
|
a6571b09d2
|
Improve README
|
2018-03-11 13:24:34 +01:00 |
|
Fabio Berger
|
870ba445b8
|
Merge pull request #444 from 0xProject/dedupWeb3Wrapper
Remove custom web3Wrapper from website
|
2018-03-11 12:49:15 +01:00 |
|
Fabio Berger
|
caaa70f630
|
Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we don't sometimes pass an empty string and sometimes undefined
|
2018-03-11 12:33:34 +01:00 |
|
Fabio Berger
|
56a8e0a09a
|
Fix userAddress bugs
|
2018-03-11 12:04:46 +01:00 |
|
Fabio Berger
|
4c08667a07
|
Replace local PRECISION constants with global config.AMOUNT_DISPLAY_PRECISION
|
2018-03-10 22:43:13 +01:00 |
|
Fabio Berger
|
4ac6b6828c
|
Get rid of getFirstAccountIfExistsAsync since no longer needed
|
2018-03-10 22:38:31 +01:00 |
|
Fabio Berger
|
c050186014
|
Use undefined rather then an empty string in blockchainWatcher
|
2018-03-10 22:36:54 +01:00 |
|
Fabio Berger
|
63f2606863
|
Refactor blockchain to store userAddress as address or undefined
|
2018-03-10 22:31:19 +01:00 |
|
Fabio Berger
|
5160e0ba18
|
Add pr number to changelog
|
2018-03-10 22:24:13 +01:00 |
|
Fabio Berger
|
0aad2ee005
|
Merge pull request #442 from 0xProject/addPackagePublishConfig
Add Package Publish Config
|
2018-03-10 17:07:38 +01:00 |
|
Brandon Millman
|
fc7e7d9331
|
Merge pull request #445 from 0xProject/feature/web3-logging
Fixed merge issue
|
2018-03-09 16:19:01 -08:00 |
|
Tom Schmidt
|
494bff4bc0
|
Fixed merge issue
|
2018-03-09 16:10:25 -08:00 |
|
Tom Schmidt
|
824ee8a3dc
|
Merge pull request #441 from 0xProject/feature/website/web3-logging
Add web3 provider logging to GA
|
2018-03-09 15:31:21 -08:00 |
|
Tom Schmidt
|
47af38ecb8
|
Merge branch 'development' into feature/website/web3-logging
|
2018-03-09 15:22:59 -08:00 |
|
Tom Schmidt
|
654c790c3d
|
Fixed Parity detection
|
2018-03-09 12:44:11 -08:00 |
|
Fabio Berger
|
7ebebb5bd9
|
Create blockchainWatcher class and refactor Portal such that Ether amounts are always passed around as baseUnits
|
2018-03-09 19:02:07 +01:00 |
|
Fabio Berger
|
8f921a61da
|
Add getProvider method to web3Wrapper
|
2018-03-09 18:52:02 +01:00 |
|
Fabio Berger
|
cfd734d84f
|
remove remaining declaration
|
2018-03-09 15:09:25 +01:00 |
|
Fabio Berger
|
342a697e42
|
Remove _exchangeAddress instance var from blockchain class
|
2018-03-09 15:08:22 +01:00 |
|
Fabio Berger
|
918f3cde94
|
Remove duplicitous methods from website's webWrapper
|
2018-03-09 15:08:02 +01:00 |
|
Fabio Berger
|
7b82a8669d
|
Fix comment
|
2018-03-09 15:07:39 +01:00 |
|
Leonid Logvinov
|
7116f100ee
|
Fix tests by passing DummyToken args
|
2018-03-09 14:16:38 +01:00 |
|
Fabio Berger
|
42fce45585
|
Merge pull request #443 from 0xProject/moveReactDocExample
Move `react-doc` example to separate sub-package
|
2018-03-09 14:10:56 +01:00 |
|
Fabio Berger
|
9da57daa7f
|
Fix tslint error
|
2018-03-09 13:51:44 +01:00 |
|
Fabio Berger
|
e302d23317
|
Extend top-level tsconfigs
|
2018-03-09 13:44:56 +01:00 |
|
Fabio Berger
|
0edfa83951
|
Update README
|
2018-03-09 13:44:25 +01:00 |
|
Fabio Berger
|
a5ba049427
|
Update README
|
2018-03-09 13:41:31 +01:00 |
|
Fabio Berger
|
adba69a589
|
rm unnecessary npmignore
|
2018-03-09 11:06:03 +01:00 |
|
Fabio Berger
|
cc73f72d13
|
remove example top-level dir
|
2018-03-09 11:00:47 +01:00 |
|
Fabio Berger
|
e4f90996af
|
Remove example from react-docs package to react-docs-example package
|
2018-03-09 10:49:57 +01:00 |
|
Fabio Berger
|
974c0d2b95
|
Fix isse of sourceMapLoader looking at node_modules
|
2018-03-09 10:18:15 +01:00 |
|
Fabio Berger
|
d1fc2a115e
|
Export DocsState
|
2018-03-09 10:17:49 +01:00 |
|
Fabio Berger
|
a9373c7fb0
|
Remove unused dep from subproviders
|
2018-03-09 10:17:35 +01:00 |
|
Fabio Berger
|
8b604462ac
|
Add missing dependencies
|
2018-03-09 10:17:23 +01:00 |
|
Fabio Berger
|
51e4a73439
|
Add missing package.json fields
|
2018-03-09 09:48:49 +01:00 |
|