| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* development: (27 commits)
Remove re-assignment
Fix scrolling topBar on Portal
Fix overflow issue on calculated fillAmount
Fix faulty import
Introduce an identityCommandBuilder
Define types for methodID
Define types for ethereumjs-abi
Install types for yargs
Fix comments
Fix linter issues
Fix linter error
Rename SubscriptionOpts to BlockRange
Refactor remaining _.assign to spread operator
Move muiTheme into it's own module
Refactor configs and constants, standardize on uppercase/snakecase, alphebetize, rename for logical grouping
Sort colors into color spectrum
remove unused style
standarize on `grey` over `gray` spelling and other color related fixes
Standardize colors to always be in uppercase hex and consolidate material-ui greys
Consolidate all custom colors and material-ui colors into a colors module
...
# Conflicts:
# packages/website/ts/components/eth_wrappers.tsx
# packages/website/ts/components/portal.tsx
# packages/website/ts/utils/configs.ts
# packages/website/ts/utils/constants.ts
|
| | |
|
| |
| |
| |
| | |
alphebetize, rename for logical grouping
|
| | |
|
| | |
|
| |
| |
| |
| | |
greys
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
tokenRegistry and put hacks behind the shouldDeprecateOldWethToken flag
|
| |
| |
| |
| | |
draw attention to the new dedicated section for unwrapping from outdated WETH tokens
|
|/ |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* development: (54 commits)
Fix redundant spaces
Fix tests
Fix website unused vars
Fix connect unused vars
Fix 0x.js unused vars
Dissallow unused vars/imports
Implement first custom linter rule async-suffix
Reuse intervalutils in website
Add a newline
Name a variable
Add a comment
Fix a conditional
Make migrations deterministic
Fix linter error
Fix linter errors
Add a function to init token balances
Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokens
Add DummyToken to gitignore
Add DummyToken to artifacts list
Increase mocha timeout
...
|
| | |
|
| |
| |
| |
| | |
a successful unwrap.
|
| |
| |
| |
| | |
longer the old one
|
|\|
| |
| |
| |
| |
| |
| | |
* development:
update yarn.lock
Fix typedoc_utils to take into account subPackageName when rendering call path
Add WebSocketOrderbookChannel to connect docs
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
contracts into a single component
|
|
|
|
| |
one place so it easier to add new doc pages
|
| |
|
|
|
|
| |
web3 typings
|
| |
|
|
sub-packages, use new subscribeAsync 0x.js method
|