index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
website
/
ts
/
components
/
dialogs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(website): fix code splitting
Brandon Millman
2018-11-12
1
-1
/
+1
*
chore: replace @0xproject with @0x in .tsx files
Fabio Berger
2018-10-18
6
-9
/
+9
*
Change all onTouchTap to onClick
fragosti
2018-08-25
8
-11
/
+11
*
WIP for sending ether from portal (works)
fragosti
2018-07-19
2
-18
/
+28
*
Fix tslint issues
Leonid Logvinov
2018-07-17
1
-2
/
+2
*
Use default networkId of 1 for ledger dropdown
fragosti
2018-07-06
1
-1
/
+4
*
Remove increase balance link from balance_bounded_input component
Brandon Millman
2018-07-03
2
-3
/
+0
*
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...
fragosti
2018-06-29
2
-2
/
+3
|
\
|
*
Remove isTracked field on token in favor of trackedTimestamp
Brandon Millman
2018-06-29
1
-1
/
+3
*
|
Changing provider to ledger more consistent with previous experience
fragosti
2018-06-28
1
-2
/
+0
*
|
Remove IS_MAINNET_ENABLED config
fragosti
2018-06-28
1
-11
/
+5
*
|
Fix stateful ledger dialog edge state
fragosti
2018-06-27
1
-0
/
+1
*
|
Fix subtle issues with ledger config dialog
fragosti
2018-06-27
1
-0
/
+2
|
/
*
Fix no-unused-variable tslint rule to include parameters and fix issues
Fabio Berger
2018-06-12
1
-2
/
+2
*
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...
fragosti
2018-06-07
1
-3
/
+3
|
\
|
*
Fix undefined ether balance
Brandon Millman
2018-06-06
1
-3
/
+3
*
|
Try enabling no-unused-variable...
fragosti
2018-06-05
2
-2
/
+0
|
/
*
Remove 0x.js as a dependency from website
Leonid Logvinov
2018-05-24
2
-4
/
+4
*
Add missing type definitions
Leonid Logvinov
2018-05-14
8
-43
/
+43
*
Update website to support latest ledger
Jacob Evans
2018-04-11
1
-1
/
+0
*
Add clean-state tests
Leonid Logvinov
2018-03-27
2
-4
/
+4
*
Add error popover if TokenRegistry on network user is browsing on don't inclu...
Fabio Berger
2018-03-25
1
-0
/
+14
*
Consolidate all console.log into the @0xproject/utils package
Brandon Millman
2018-03-14
1
-3
/
+3
*
Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ...
Fabio Berger
2018-03-11
1
-1
/
+3
*
Create blockchainWatcher class and refactor Portal such that Ether amounts ar...
Fabio Berger
2018-03-10
2
-7
/
+12
*
Move Documentation to the `@0xproject/react-docs` package
Fabio Berger
2018-03-06
2
-5
/
+5
*
Moved over all pages/shared components and dependencies to react-shared
Fabio Berger
2018-03-05
5
-5
/
+5
*
Uppercase Networks enum values
Fabio Berger
2018-01-31
1
-1
/
+1
*
Fix linter errors
Fabio Berger
2018-01-31
1
-1
/
+1
*
Fix all setState calls after unmounted errors. Decided to create our own flag...
Fabio Berger
2018-01-31
1
-4
/
+11
*
Default the derivation path to that found in the Ledger subprovider
Fabio Berger
2018-01-31
1
-1
/
+4
*
Add browser data to dialog info
Fabio Berger
2018-01-31
1
-1
/
+1
*
Add Rinkeby support
Fabio Berger
2018-01-30
1
-6
/
+3
*
Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to Ledger...
Fabio Berger
2018-01-29
2
-4
/
+8
*
Re-set Ledger config dialog to connect step if dialog is closed
Fabio Berger
2018-01-29
1
-0
/
+1
*
Make it such that users can switch between Ledger accounts without first swit...
Fabio Berger
2018-01-29
1
-1
/
+4
*
Implement just-in-time loading of token balances & allowances
Fabio Berger
2018-01-28
4
-31
/
+55
*
Initial Ledger support implementation
Fabio Berger
2018-01-28
1
-7
/
+39
*
Fix ts error in portal after enabling more strict checks
Leonid Logvinov
2018-01-10
1
-4
/
+6
*
Use configured version of bignumber in all packages
Leonid Logvinov
2018-01-04
3
-3
/
+3
*
Apply prettier config
Leonid Logvinov
2018-01-03
8
-240
/
+167
*
Merge pull request #285 from 0xProject/fix/underscorePrivate
Brandon Millman
2017-12-22
5
-64
/
+64
|
\
|
*
Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors
Brandon Millman
2017-12-20
5
-64
/
+64
*
|
Fix Max button bug
Fabio Berger
2017-12-21
1
-1
/
+1
|
/
*
Fix merge
Fabio Berger
2017-12-20
1
-2
/
+2
*
Merge branch 'development' into createWethPage
Fabio Berger
2017-12-20
6
-33
/
+35
|
\
|
*
Refactor remaining _.assign to spread operator
Fabio Berger
2017-12-19
1
-1
/
+3
|
*
Refactor configs and constants, standardize on uppercase/snakecase, alphebeti...
Fabio Berger
2017-12-19
3
-15
/
+16
|
*
standarize on `grey` over `gray` spelling and other color related fixes
Fabio Berger
2017-12-18
2
-2
/
+1
|
*
Standardize colors to always be in uppercase hex and consolidate material-ui ...
Fabio Berger
2017-12-18
1
-1
/
+1
|
*
Consolidate all custom colors and material-ui colors into a colors module
Fabio Berger
2017-12-18
5
-8
/
+8
|
*
Update first two string enums to native type
Fabio Berger
2017-12-18
2
-8
/
+8
*
|
Add WETH
Fabio Berger
2017-12-19
1
-1
/
+1
*
|
Remove binding on prop passed callbacks
Fabio Berger
2017-12-19
2
-4
/
+4
*
|
Add notice dialog to balances page about updating the WETH contract. We also ...
Fabio Berger
2017-12-18
1
-0
/
+38
*
|
Add `Max` convenience button in unwrap WETH dialog
Fabio Berger
2017-12-18
1
-1
/
+15
|
/
*
Merge branch 'development' into createWethPage
Fabio Berger
2017-12-16
3
-7
/
+1
|
\
|
*
Fix website unused vars
Leonid Logvinov
2017-12-15
3
-7
/
+1
*
|
Improve WETH page styling
Fabio Berger
2017-12-15
1
-4
/
+4
*
|
Refactor the WETH conversion dialog/button to be either wrap or unwrap specif...
Fabio Berger
2017-12-15
1
-52
/
+78
|
/
*
fix remaining tslint errors
Fabio Berger
2017-11-28
7
-33
/
+39
*
Add website to mono repo, update packages to align with existing sub-packages...
Fabio Berger
2017-11-22
7
-0
/
+907