Megan Pearson
73ea2dac6d
Responsive header
2018-10-22 13:27:35 +02:00
Megan Pearson
e9232bf070
Exports media breakpoints
2018-10-22 13:27:35 +02:00
Megan Pearson
ee3538262d
Changed name of export to colors and updates components
2018-10-22 13:27:35 +02:00
Megan Pearson
47b281b754
Implements color variables and updates components
2018-10-22 13:27:35 +02:00
August Skare
580e574c84
Feature/build step ( #2 )
...
* BundleAnalyzerPlugin
* lazy load highlight.js
* seperate bundles for each page
* prerender apps to html on build
* preload important font files
* dont prerender code copy button
* fix woff2 variant of font
* added missing doctype
* remove metatags component
2018-10-19 15:02:15 +01:00
August Skare
30f7f83573
added trace component to trace view
2018-10-18 15:25:08 +02:00
August Skare
97646571a1
tweaking header and hero position and sizing
2018-10-18 14:09:02 +02:00
August Skare
ac60d45969
compiler component in compiler view
2018-10-18 14:08:46 +02:00
August Skare
afa52e280c
intro component on cov view
2018-10-18 13:59:16 +02:00
August Skare
c57c9752a2
intro component in profiler view
2018-10-18 13:58:07 +02:00
August Skare
b158a6d722
initial commit
2018-10-18 13:28:44 +02:00
August Skare
c616b53c9c
update react and styled-components
2018-10-15 13:40:49 +02: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
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
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
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
19a657c38b
Improve README
2018-10-10 22:40:14 +02:00
Fabio Berger
7418932432
Fix button and center
2018-10-10 22:31:18 +02:00
Fabio Berger
fb882b0c77
Add stuff
2018-10-10 17:22:31 +02:00
Leonid Logvinov
6c0d317380
Initial project scaffolding
2018-10-10 16:20:14 +02:00
fragosti
a165f5d25b
Change tslint config to remove conflicts with prettier
2018-10-09 18:41:31 -07:00
fragosti
2bd8cbb80c
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/redux-styles-container
2018-10-09 18:25:14 -07:00
Brandon Millman
afb34da729
Merge pull request #1116 from 0xProject/feature/asset-buyer/api-tweaks
...
[asset-buyer] Fix order expiration calc bug and expose gas options to executeBuyQuote
2018-10-09 18:15:33 -07:00
Jacob Evans
402089db4e
fix: [testnet-faucet] Signing of orders
...
Signing of orders changed in order-utils but forgot to update testnet faucet
2018-10-10 11:31:27 +11:00
Brandon Millman
8155d311af
Merge branch 'development' into feature/asset-buyer/api-tweaks
...
* development:
Define bundlewatch.ci.repoBranchBase
Stop accesing ethers private methods
Fix merge conflicts
Fix ethers build issue
Upgrade ethers.js version
Fix branch name
Add max sizes
Use bundlewatch instead of bundlesize
Move Metamask Error to OrderErrors
Update the exported types for the packages which touch RPC providers
Throw and handle errors from Providers.
Clarifies use of schemas outside of Javascript/TypeScript.
Detect MM on signature validation failure.
Return SignedOrder from signing utils.
Update 0x.js Changelog
Add eth_signTypedData support to our wallet subproviders
Move SignTypedData to utils package
Introduce Metamask Subprovider.
Expose eth_signTypedData functionality for order signing
2018-10-09 17:04:54 -07:00
Brandon Millman
cd8e6d9cdf
Update the CHANGELOG
2018-10-09 16:36:19 -07:00
Brandon Millman
f2fdb6e47d
Add comments for expiryBuffer
2018-10-09 14:28:54 -07:00
fragosti
941448d65c
Fix empty input bug
2018-10-09 12:11:12 -07:00
fragosti
764f402eb9
Center 0x instant
2018-10-09 12:00:55 -07:00
Leonid Logvinov
f93774f855
Stop accesing ethers private methods
2018-10-09 16:01:34 +02:00
Leonid Logvinov
22160df2d2
Fix ethers build issue
2018-10-09 16:01:34 +02:00
Leonid Logvinov
31ee8870b8
Upgrade ethers.js version
2018-10-09 16:01:34 +02:00
Jacob Evans
024bcf492d
Merge pull request #1102 from 0xProject/feature/0x.js/eip712-sign-typed-data
...
[0x.js][order-utils][web3-wrapper] Expose eth_signTypedData functionality for order signing
2018-10-09 21:17:11 +11:00
Jacob Evans
75b9e63919
Move Metamask Error to OrderErrors
2018-10-09 20:58:30 +11:00
Jacob Evans
7f554303b4
Update the exported types for the packages which touch RPC providers
2018-10-09 20:29:41 +11:00
Jacob Evans
9e8031d5e3
Throw and handle errors from Providers.
...
In web3 wrapper when a response contains an error field we throw this rather than return response.result which is often undefined.
In Signature Utils we handle the error thrown when a user rejects the signing dialogue to prevent double signing.
Exposed the ZeroExTransaction JSON schema.
In Website only use the MetamaskSubprovider if we can detect the provider is Metamask
2018-10-09 19:01:36 +11:00
Joe Ardent
34c00eaeb3
Clarifies use of schemas outside of Javascript/TypeScript.
2018-10-07 21:28:11 -07:00