Fabio Berger
d8adc88c52
Add missing await
2017-12-05 22:15:31 -06:00
Fabio Berger
5119e49e47
Move declaration into proper conditional block
2017-12-05 22:15:23 -06:00
Fabio Berger
cfb9f87418
Fix Party element so that an identicon's height is that which was passed in
2017-12-05 22:07:25 -06:00
Fabio Berger
06e348f80b
Have comments hug statements
2017-12-05 21:48:02 -06:00
Fabio Berger
f05e0174a0
Add declaration
2017-12-05 21:47:44 -06:00
Fabio Berger
6bea3ac157
Return actual error thrown
2017-12-05 21:47:29 -06:00
Fabio Berger
e4d42a079c
remove unused modules
2017-12-05 21:47:05 -06:00
Fabio Berger
5bbdb7a8f7
Use subproviders subpackage in website and remove old subproviders
2017-12-05 21:33:42 -06:00
Fabio Berger
3cf7cb1054
remove extra space
2017-12-05 21:32:42 -06:00
Fabio Berger
78274440cb
Add initial tests fort redundantRpcSubprovider
2017-12-05 18:50:02 -06:00
Fabio Berger
e59934ca21
Add null to err type
2017-12-05 18:49:48 -06:00
Fabio Berger
c93bb4ef98
Use null instead of undefined when no error exists
2017-12-05 18:48:51 -06:00
Fabio Berger
e3763bade2
Switch to using our custom base subprovider
2017-12-05 18:48:30 -06:00
Fabio Berger
1ea1c02387
remove unused import
2017-12-05 18:48:17 -06:00
Fabio Berger
f6321a8e70
Fix lint issues
2017-12-05 16:33:18 -06:00
Fabio Berger
08168c6e7d
Merge branch 'development' into feature/addSubproviders
...
* development: (50 commits)
Add PR number to changelog
Address feedback
Add requestId to subscription messages and update json-schemas
Remove isomorphic-fetch types from contracts package
Update README
Regenerate files
Make it private
Change package name
Update README
Make fileExtension configurable
Rename abi-gen to typed-contracts
Add docs for typed-contracts
Remove TODOs
Introduce separate ContextData type and rework it
Check ABI is defined
Introduce a const for 'contract.mustache'
Improve error message
Reuse util
Fix a typo
Introduce a const for 'function'
...
# Conflicts:
# yarn.lock
2017-12-05 16:18:36 -06:00
Fabio Berger
b5030df4e3
Remove spaces
2017-12-05 16:14:11 -06:00
Fabio Berger
8414c18866
Make exception
2017-12-05 16:12:10 -06:00
Fabio Berger
038668efdf
Port subproviders over to mono repo, refactor LedgerSubprovider to no longer rely on hookedWalletSubprovider. Added unit and integration tests.
2017-12-05 15:45:35 -06:00
Brandon Millman
4441d76725
Merge pull request #251 from 0xProject/feature/websocketVersion2
...
Add requestId to subscription messages and update json-schemas
2017-12-05 11:57:14 -08:00
Brandon Millman
1f494feec4
Add PR number to changelog
2017-12-05 11:55:31 -08:00
Leonid
1153fa093b
Merge pull request #249 from 0xProject/feature/typed-contracts
...
ABI to TS generator
2017-12-05 22:39:36 +03:00
Leonid Logvinov
c64ec92fb2
Address feedback
2017-12-05 22:34:59 +03:00
Brandon Millman
20e28d6c70
Add requestId to subscription messages and update json-schemas
2017-12-05 11:28:32 -08:00
Brandon Millman
c0015c2c11
Remove isomorphic-fetch types from contracts package
2017-12-05 11:25:47 -08:00
Leonid Logvinov
3880f2b3cc
Update README
2017-12-05 20:35:14 +03:00
Leonid Logvinov
293847053a
Regenerate files
2017-12-05 20:34:39 +03:00
Leonid Logvinov
e042f49e27
Make it private
2017-12-05 20:26:35 +03:00
Leonid Logvinov
c036b96848
Change package name
2017-12-05 20:26:18 +03:00
Leonid Logvinov
e95dba2c25
Update README
2017-12-05 20:12:35 +03:00
Leonid Logvinov
9891d7aaa6
Make fileExtension configurable
2017-12-05 19:59:13 +03:00
Leonid Logvinov
1ce66b4a81
Rename abi-gen to typed-contracts
2017-12-05 19:53:59 +03:00
Leonid Logvinov
63b1199bd5
Add docs for typed-contracts
2017-12-05 18:49:24 +03:00
Fabio Berger
47789d770d
bump version
2017-12-05 09:26:00 -06:00
Fabio Berger
df58593ff4
Move testrpc to top-level package.json and standardize some versions
2017-12-05 09:25:45 -06:00
Leonid Logvinov
e2ef7a74db
Remove TODOs
2017-12-05 18:07:39 +03:00
Leonid Logvinov
cde52b10b1
Introduce separate ContextData type and rework it
2017-12-05 18:05:03 +03:00
Leonid Logvinov
43983f1bb3
Check ABI is defined
2017-12-05 17:51:47 +03:00
Leonid Logvinov
eb4adcf797
Introduce a const for 'contract.mustache'
2017-12-05 17:46:51 +03:00
Leonid Logvinov
32568ebf09
Improve error message
2017-12-05 17:11:35 +03:00
Leonid Logvinov
c53d195ed0
Reuse util
2017-12-05 17:11:07 +03:00
Leonid Logvinov
9b1c9ecb8b
Fix a typo
2017-12-05 17:08:41 +03:00
Leonid Logvinov
8cd204423a
Introduce a const for 'function'
2017-12-05 17:08:22 +03:00
Leonid Logvinov
2abc5a88c5
Use lodash's map
2017-12-05 17:07:22 +03:00
Leonid Logvinov
4c0bc02c48
Fix an error message
2017-12-05 17:05:48 +03:00
Leonid Logvinov
16b27c4ae8
Delete abi from typed-contracts
2017-12-05 17:04:46 +03:00
Leonid Logvinov
dc5f4ab28b
Type to-snake-case
2017-12-05 17:04:01 +03:00
Leonid Logvinov
f88ecaa035
Fix a comment
2017-12-05 17:01:24 +03:00
Leonid Logvinov
c0cf47138e
Add a comment
2017-12-05 16:59:36 +03:00
Leonid Logvinov
e1127dc2e8
Fix a typo
2017-12-05 16:56:50 +03:00