Fabio Berger
745d368130
Remove old 0x.js from website
2018-10-18 13:50:03 +01:00
Jacob Evans
9f924e459c
chore: change package org from 0xproject to 0x
2018-10-18 22:27:31 +11:00
Fabio Berger
18c31a3bc0
chore: Add topBar menu items to mobile drawer
2018-10-17 00:37:56 +01:00
Fabio Berger
c333d093b5
merge development
2018-10-16 16:58:24 +01:00
Alex Browne
5bdfad9b41
Remove ContractNotFound errors in contract-wrappers
2018-10-16 00:23:43 -07:00
Fabio Berger
2e3624d888
fix(website): replace Rollbar UMD with regular npm package
2018-10-11 13:57:07 +02:00
Fabio Berger
ba7de7204d
merge development
2018-09-28 12:08:12 +01:00
fragosti
d6090921a8
Update everything to Coinbase Wallet instead of Toshi
2018-09-26 17:55:40 +02:00
F. Eugene Aumson
2116548eed
Merge remote-tracking branch 'upstream/development' into sol-doc
2018-09-24 13:30:37 -04:00
F. Eugene Aumson
98d06d6d25
BREAKING CHANGE: document contracts from sol-doc
...
Change website to accept smart contract documentation in the format
generated by sol-doc rather than that generated by Doxity.
2018-09-22 11:29:27 -04:00
fragosti
a03b1d4d6c
Move ObjectMap to shared types
2018-09-19 16:48:57 +02:00
fragosti
6dfcaaf889
Clear localstorage
2018-09-07 13:12:53 +02:00
fragosti
8131c5d6bc
Fix minting for new tokens on testnets
2018-09-07 13:05:11 +02:00
fragosti
46b168e10f
Run linter
2018-09-04 12:09:24 -07:00
fragosti
a173c5fc38
Merge branch 'feature/website/update-portal-v2' of https://github.com/0xProject/0x-monorepo into feature/website/update-portal-v2
2018-09-04 11:55:42 -07:00
fragosti
f5237f7971
Use order parser utils from order utils
2018-09-04 11:55:08 -07:00
Fabio Berger
8a683b8541
Fix imports
2018-09-04 18:37:41 +01:00
Brandon Millman
660e670d38
Update generate and fill order flows
2018-08-30 13:36:44 -07:00
Brandon Millman
82a01ef020
Initial changes for v2 portal
2018-08-30 13:24:24 -07:00
Fabio Berger
ca0567ad09
Begin implementing doc home page
2018-08-28 16:03:18 +01:00
Fabio Berger
a26237da66
Implement Developers dropdown
2018-08-27 12:17:23 +01:00
Fabio Berger
e10561b4a5
Fix translation capitalizations to not capitalize single letters with sentences (i.e 'a' in 'Build a Relayer')
2018-08-27 12:16:29 +01:00
Fabio Berger
b67677f476
Fix website given that it still depends on an old version of @0xproject/Types
2018-08-20 13:51:23 +01:00
Fabio Berger
0337b5a401
Merge development
2018-08-16 15:10:12 -07:00
Jacob Evans
88c99396a2
Rename OrderAlreadyCancelledOrFilled -> OrderCancelled.
...
Remove try catch of throwing errors in favour of returning the Errors in a OrderValidationResult
2018-08-16 11:12:35 +10:00
Fabio Berger
3bdf6004ca
Start refactoring docs to remove unnecessary configs given more concise TypeDoc JSON
2018-08-01 17:36:37 +02:00
Brandon Millman
31b8dd1bfc
Remove careers page feature flag
2018-07-26 06:55:06 +08:00
Brandon Millman
c37b6f0eeb
Update open positions section
2018-07-25 18:08:05 +08:00
Brandon Millman
6ffa907f0e
Merge branch 'v2-prototype' into feature/website/jobs-page-part2
...
* v2-prototype: (103 commits)
Add changelog entry for @0xproject/utils
Add AbortController polyfill to fetchAsync in utils
Increase node heap size for webpack command
Add missing timestamp to CHANGELOG entries
Upgrade some @0xproject packages to 1.0.0 in website
Hard code fillOrder selector into abiEncodeFillOrder
Returns byte array instead of memory range for encoding fillOrder calldata
Created LibAbiEncoder with `fillOrderNoThrow`
Add missing dep in migrations
Fix the abi-gen entry point
Fix linter error
Remove the postinstall hook
Update website package.json with original imports
@0xproject/sra-report@1.0.0
Change all package to depend on the new @0xproject/connect@1.0.0
@0xproject/connect@1.0.0
Use old assert version in @0xproject/connect
FIx a typo
Remove rc versions from unmigrated packages
0x.js@1.0.0-rc.2
...
2018-07-20 16:15:04 -07:00
Fabio Berger
e53e2ac31b
Fix version dropdown so it also renders RC versions properly
2018-07-19 20:45:20 +02:00
Fabio Berger
cc223b9eab
Compare host rather then origin so that it comes without the http/https prefix
2018-07-19 19:01:25 +02:00
Brandon Millman
f3e43d7d94
Benefits and values sections
2018-07-18 13:59:50 -07:00
Brandon Millman
a039b66533
Fix development environment check
2018-07-18 13:59:49 -07:00
Leonid Logvinov
f3241ff86a
Merge pull request #883 from 0xProject/feature/tslint-improvements
...
New tslint rules
2018-07-18 14:54:47 +02:00
Leonid Logvinov
bf8ac3b9e6
Fix tslint issues
2018-07-17 12:59:02 +02:00
Brandon Millman
0c04d490bb
Fix ocean link
2018-07-16 17:48:24 -07:00
fragosti
b70f5d1a1e
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into bug/website/txhash-error
2018-07-13 11:15:50 -07:00
Francesco Agosti
26363931ed
Merge pull request #866 from 0xProject/feature/website/integrate-heap
...
Integrate Heap analytics into the website
2018-07-13 11:14:38 -07:00
fragosti
c5fcdd0657
Move format to helper function
2018-07-13 11:11:49 -07:00
Fabio Berger
248632ce76
Merge branch 'v2-prototype' into fix/request-timeout-issue
...
* v2-prototype:
Remove legacy portal code
2018-07-13 16:12:49 +02:00
Fabio Berger
2e5ff53d72
-fetch';
2018-07-13 12:42:01 +02:00
fragosti
65af78c85d
Fix indentify typo
2018-07-12 18:20:46 -07:00
fragosti
b4747c3f85
Refactor utils and add UNNKOWN environment type
2018-07-12 18:11:25 -07:00
fragosti
1df074b73e
Make Analytics API non-async
2018-07-12 16:57:03 -07:00
fragosti
254d30b8df
Fix linting errors
2018-07-12 15:56:01 -07:00
fragosti
ac5588c7c4
Make error reporter not return a promise and add more environment possibilities
2018-07-12 15:56:01 -07:00
fragosti
ddb70a89ad
Do not crash on NaN, and provide default
2018-07-12 15:54:45 -07:00
fragosti
f4b2a9625d
Only upload sourcemaps to rollbar on live deploys, and log NaN error for future debugging
2018-07-12 15:54:45 -07:00
fragosti
0941e0a929
Add no-floating-promises ignore comments
2018-07-11 16:50:00 -07:00
fragosti
1ee78062d7
Remove unused configs and constants
2018-07-11 15:43:37 -07:00