Alex Browne
17c6661e2d
Cleanup migrations and contracts package. Make contracts private again.
2018-10-15 13:37:57 -07:00
Alex Browne
141121004c
Remove generated artifacts in the contracts package
2018-10-15 13:37:57 -07:00
Alex Browne
3af7d1ad02
Add missing dependency to abi-gen-wrappers
2018-10-15 13:37:56 -07:00
Alex Browne
255da32d29
Update testnet-faucets and website to work with new artifacts and abi-gen wrappers
2018-10-15 13:37:56 -07:00
Alex Browne
29063cab18
update order-watcher to use new artifacts and abi-gen wrappers packages
2018-10-15 13:37:56 -07:00
Alex Browne
3da032fb24
update asset-buyer to use new artifacts and abi-gen wrappers packages
2018-10-15 13:36:59 -07:00
Alex Browne
d0b37fcab5
update fill-scenarios to use new artifacts and abi-gen wrappers packages
2018-10-15 13:36:59 -07:00
Alex Browne
57d9fcf9e5
update order-utils to use new artifacts and abi-gen wrappers packages
2018-10-15 13:36:59 -07:00
Alex Browne
2bd7b0f66b
update contract_wrappers to use new artifacts and abi-gen wrappers packages
2018-10-15 13:36:59 -07:00
Alex Browne
8f0ceaf1d8
Create abi-gen-wrappers package
2018-10-15 13:36:59 -07:00
Alex Browne
1da3604351
Create contract-artifacts package (needed to solve dependency cycle)
2018-10-15 13:36:59 -07:00
Alex Browne
3a7bb97ad1
Remove artifacts from migrations package and update contract-wrappers accordingly
2018-10-15 13:36:59 -07:00
Alex Browne
2aa73fc839
Add generated contract wrappers in contracts package to gitignore
2018-10-15 13:36:10 -07:00
Alex Browne
33335a6791
Automatically collapse contract artifacts by adding them to .gitattributes
2018-10-15 13:36:10 -07:00
Alex Browne
5b1b423b5e
Change @0xproject/contracts version number back to 2.1.48
2018-10-15 13:36:10 -07:00
Alex Browne
90f5e4d197
Update .prettierignore
2018-10-15 13:36:09 -07:00
Alex Browne
026ad1f9a1
Update contract-wrappers package to use new contracts package for generated files
2018-10-15 13:36:09 -07:00
Alex Browne
81c4887241
Move generated contract wrappers and artifacts into contracts package
2018-10-15 13:36:09 -07:00
Brandon Millman
83a36aff3f
feat: update CODEOWNERS for asset-buyer, instant, and website
2018-10-15 09:58:03 -07:00
Fabio Berger
40512ea608
chore: Export Stats from types, not indirectly from OrderWatcher
2018-10-15 12:38:02 +01:00
Fabio Berger
29437c5761
chore: Export stats type from 0x.js
2018-10-15 12:26:23 +01:00
Kadinsky
79db7147a4
Merge pull request #1118 from BEcorp/development
...
[order-watcher] Public function getStats
2018-10-15 12:25:24 +01:00
Brandon Millman
23fb8dab13
Merge pull request #1134 from 0xProject/feature/contract-wrappers/forwarder-wrapper-validation
...
[contract-wrappers] Add optional validation to the forwarder wrapper
2018-10-14 23:39:53 -07:00
Andrew Maurer
69e9dbd683
Merge branch 'development' into development
2018-10-13 11:09:50 -04:00
amaurer
dc56ce4549
Exported Stats in OW package
2018-10-13 08:47:37 -04:00
Brandon Millman
22abd1dfcf
feat(contract-wrappers): add optional validation to the forwarder wrapper
...
Similar to the approach taken in exchange wrapper, make a call to an rpc
node in order to simulate the transaction before actually sending the
transaction. The decorator will parse revert reasons and other types of
errors into canonical errors that a consumer of the library expects when
interacting with a contract wrapper.
2018-10-12 14:42:31 -07:00
F. Eugene Aumson
a424c2adfa
fix: linter
2018-10-12 16:05:41 -04:00
F. Eugene Aumson
55f9348d0a
fix: use python's extsplit, not manual splicing
2018-10-12 16:00:45 -04:00
F. Eugene Aumson
2afa38c927
feat(python/order_utils): project stub
...
An empty project, with respect to functionality, but one configured with
a test framework, linters, CI integration, etc.
https://app.asana.com/0/836857747873847/839549782781239/f
2018-10-12 15:50:48 -04:00
F. Eugene Aumson
92fd0a9d24
feat: project stub for python order utilities
...
An empty project, with respect to functionality, but one configured with
a test framework, linters, CI integration, etc.
https://app.asana.com/0/836857747873847/839549782781239/f
2018-10-12 15:31:19 -04:00
Kadinsky
11033c78f5
Merge pull request #1132 from 0xProject/removeRollbarUMD
...
fix(website): replace Rollbar UMD with regular npm package
2018-10-12 20:13:11 +02:00
amaurer
cd04a21e29
Fixes per converstaion, stats interface to pub
2018-10-12 11:55:31 -04:00
Steve Klebanoff
5c76c8586d
Merge pull request #1128 from 0xProject/feature/add-steve-to-team
...
[website] add Steve to team page
2018-10-11 12:41:32 -07:00
Alex Browne
f3cba233ad
Use medium+ resource class for build-website ( #1129 )
2018-10-11 11:27:28 -07:00
Fabio Berger
a1a0d120be
Update yarn.lock
2018-10-11 14:19:25 +02:00
Fabio Berger
2e3624d888
fix(website): replace Rollbar UMD with regular npm package
2018-10-11 13:57:07 +02:00
Leonid Logvinov
8941b6cee5
Merge pull request #1125 from 0xProject/feature/starter-dev-tools-pages
...
Initial project scaffolding for dev tools pages
2018-10-11 12:44:00 +02:00
Leonid Logvinov
e4351789d2
Fix linter error
2018-10-11 12:23:19 +02:00
Francesco Agosti
a5a033c359
Merge pull request #1114 from 0xProject/feature/instant/redux-styles-container
...
[instant] Add styles and redux to instant
2018-10-10 18:27:54 -07:00
fragosti
50442c3ebb
Upgrade ethereum-types
2018-10-10 17:25:17 -07:00
fragosti
9fe88b2146
Lint and update deps
2018-10-10 17:14:17 -07:00
fragosti
c8e7d225ca
Be more explicit with falsiness
2018-10-10 16:55:59 -07:00
fragosti
0aa7bfab0d
Add type to cssRuleIfExists
2018-10-10 16:48:27 -07:00
fragosti
7bc9cd8c94
Fix issue where we throw if non-numeric characters are used in input
2018-10-10 16:43:55 -07:00
fragosti
0a3c543d5d
Upgrade to more recent types, fix yarn.lock
2018-10-10 16:31:14 -07:00
Jacob Evans
01ccd8ff1a
[fix]: [testnet-faucet] Exit 1 on build fail
...
If we detect any compilation errors then exit with 1
2018-10-11 09:56:49 +11:00
Steve Klebanoff
f73e6a75b1
feat: add Steve to team page
2018-10-10 15:21:41 -07:00
Fabio Berger
a300a451c8
Explains tools we want them to use
2018-10-10 22:50:20 +02:00
Fabio Berger
2a95d3269d
Add note about button
2018-10-10 22:44:03 +02:00
Fabio Berger
c8fd1ae05c
Add dev-tools-pages bundles to gitignore
2018-10-10 22:40:56 +02:00