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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #379 from 0xProject/portal_json
Leonid
2018-02-09
6
-134
/
+79
|
\
|
*
Implement blockchain.portalOrderToZeroExOrder
Leonid Logvinov
2018-02-09
1
-30
/
+2
|
*
Make naming of schemas consistent
Leonid Logvinov
2018-02-09
3
-6
/
+6
|
*
Address feedback
Leonid Logvinov
2018-02-08
4
-50
/
+43
|
*
Remove hash from signatureData
Leonid Logvinov
2018-02-08
4
-27
/
+15
|
*
Remove networkId from orderJSON
Leonid Logvinov
2018-02-08
4
-15
/
+2
|
*
Split Order into signedOrder and metadata
Leonid Logvinov
2018-02-08
1
-70
/
+76
|
*
Remove unused types and take their names
Leonid Logvinov
2018-02-07
2
-16
/
+8
|
*
Introduce makerToken and takerToken fields for unsigned token metadata
Leonid Logvinov
2018-02-07
1
-36
/
+35
|
*
Move .taker.amount to .takerTokenAmount and .maker.amount to .makerTokenAmount
Leonid Logvinov
2018-02-07
1
-12
/
+12
|
*
Move .taker.feeAmount to .takerFee and .maker.feeAmount to .makerFee
Leonid Logvinov
2018-02-07
1
-6
/
+6
|
*
Rename signature to ecSignature
Leonid Logvinov
2018-02-07
1
-5
/
+5
|
*
Rename exchangeContract to exchangeContractAddress
Leonid Logvinov
2018-02-07
1
-2
/
+2
|
*
Rename expiration to expirationUnixTimestampSec
Leonid Logvinov
2018-02-07
2
-12
/
+20
*
|
Add blog to topBar and as a consequence support external links in topBar menu...
Fabio Berger
2018-02-09
2
-3
/
+25
*
|
Fix flash message when receiving test ether
Fabio Berger
2018-02-08
1
-1
/
+2
*
|
Only show faucet error if not on a testnet
Fabio Berger
2018-02-07
1
-4
/
+3
*
|
Move isTestNetwork into utils and also check it from showing ZRX request button
Fabio Berger
2018-02-07
1
-9
/
+2
*
|
Remove stray log
Fabio Berger
2018-02-07
1
-1
/
+0
*
|
Use isTestNetwork instead of isKovanTestNetwork on balances page except for D...
Fabio Berger
2018-02-07
1
-7
/
+15
*
|
Properly detect Rinkeby and Ropsten TokenRegistry tokens as mintable
Fabio Berger
2018-02-07
1
-2
/
+8
*
|
Add networkId to faucet requests so that we can request tokens on Kovan, Rink...
Fabio Berger
2018-02-07
1
-1
/
+3
|
/
*
Add networkId to event label
Fabio Berger
2018-02-07
4
-7
/
+19
*
Added logging for order filling and order cancelling
Thomas Schmidt
2018-02-07
2
-1
/
+26
*
Moved to async await
Thomas Schmidt
2018-02-06
1
-18
/
+13
*
Formatting and removed old GA code
Thomas Schmidt
2018-02-06
1
-16
/
+18
*
Converted BigNumber to number for GA logging
Thomas Schmidt
2018-02-06
2
-3
/
+3
*
GA logging for order creation
Thomas Schmidt
2018-02-06
2
-4
/
+21
*
Switch GA to React GA and add logging for Portal
Thomas Schmidt
2018-02-06
1
-1
/
+12
*
Remove unused prop
Fabio Berger
2018-01-31
1
-1
/
+0
*
Fix prettier
Fabio Berger
2018-01-31
1
-9
/
+1
*
Uppercase Networks enum values
Fabio Berger
2018-01-31
2
-3
/
+3
*
Fix linter errors
Fabio Berger
2018-01-31
14
-40
/
+14
*
Fix all setState calls after unmounted errors. Decided to create our own flag...
Fabio Berger
2018-01-31
5
-27
/
+62
*
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
*
Disallow negative amounts
Fabio Berger
2018-01-30
1
-1
/
+1
*
Fix bug related to balance/allowance fetching being async
Fabio Berger
2018-01-29
1
-0
/
+14
*
Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to Ledger...
Fabio Berger
2018-01-29
3
-20
/
+25
*
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
2
-7
/
+8
*
Use colors module and remove in-lined colors
Fabio Berger
2018-01-29
2
-7
/
+10
*
Replace heavy loading animation with simple circular loader
Fabio Berger
2018-01-29
2
-41
/
+14
*
Add network name to the select provider
Fabio Berger
2018-01-29
1
-12
/
+15
*
Fix bug where could not switch to Ledger and back
Fabio Berger
2018-01-29
1
-4
/
+4
*
Implement just-in-time loading of token balances & allowances
Fabio Berger
2018-01-28
17
-143
/
+353
*
Initial Ledger support implementation
Fabio Berger
2018-01-28
8
-45
/
+419
*
Properly detect user signing cancellation on Metamask, Parity signer and Ledger
Fabio Berger
2018-01-28
5
-6
/
+6
*
Fix fill/cancel order by looking for NoError instead of empty blockchainErr g...
Fabio Berger
2018-01-22
1
-2
/
+2
*
Fix bug hiding the user info from topBar
Fabio Berger
2018-01-19
1
-1
/
+1
*
Allow Token symbols to be alphanumeric
Jacob Evans
2018-01-19
1
-4
/
+4
*
Fix prettier
Leonid Logvinov
2018-01-18
1
-2
/
+4
*
Merge pull request #325 from 0xProject/fix/portal-bugs
Leonid
2018-01-18
3
-14
/
+13
|
\
|
*
Add discourse forum to Community section of website footer
Fabio Berger
2018-01-18
1
-0
/
+6
|
*
Remove dead-code
Fabio Berger
2018-01-18
1
-5
/
+0
|
*
Fix Portal topbar so that it displays the mobile menu
Fabio Berger
2018-01-18
1
-8
/
+6
|
*
Fix balance page copy to refer to the Wrap ETH tab instead of a "convert" button
Fabio Berger
2018-01-18
1
-1
/
+1
*
|
Enable restrict-plus-operands and fix issues detected
Leonid Logvinov
2018-01-17
4
-4
/
+4
|
/
*
Fix ts error in portal after enabling more strict checks
Leonid Logvinov
2018-01-10
6
-20
/
+23
*
Fix linter errors
Leonid Logvinov
2018-01-04
1
-1
/
+1
*
Use configured version of bignumber in all packages
Leonid Logvinov
2018-01-04
20
-20
/
+20
*
Apply prettier config
Leonid Logvinov
2018-01-03
58
-1547
/
+1275
*
Merge pull request #285 from 0xProject/fix/underscorePrivate
Brandon Millman
2017-12-22
37
-451
/
+451
|
\
|
*
Merge branch 'development' into fix/underscorePrivate
Brandon Millman
2017-12-21
4
-6
/
+6
|
|
\
|
*
|
Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors
Brandon Millman
2017-12-20
37
-451
/
+451
*
|
|
Fix Max button bug
Fabio Berger
2017-12-21
1
-1
/
+1
|
|
/
|
/
|
*
|
Move call to error reporter to end of handler so that even if reporting the e...
Fabio Berger
2017-12-21
4
-6
/
+6
|
/
*
Fix merge
Fabio Berger
2017-12-20
3
-7
/
+7
*
Merge branch 'development' into createWethPage
Fabio Berger
2017-12-20
41
-283
/
+211
|
\
|
*
Fix scrolling topBar on Portal
Fabio Berger
2017-12-19
2
-2
/
+2
|
*
Fix overflow issue on calculated fillAmount
Fabio Berger
2017-12-19
1
-15
/
+13
|
*
Fix faulty import
Fabio Berger
2017-12-19
1
-1
/
+1
|
*
Refactor remaining _.assign to spread operator
Fabio Berger
2017-12-19
4
-8
/
+15
|
*
Merge branch 'development' into refactor/website
Fabio Berger
2017-12-19
1
-2
/
+2
|
|
\
|
|
*
Update website calls to deposit/withdraw
Fabio Berger
2017-12-18
1
-2
/
+2
|
*
|
Refactor configs and constants, standardize on uppercase/snakecase, alphebeti...
Fabio Berger
2017-12-19
12
-47
/
+50
|
*
|
remove unused style
Fabio Berger
2017-12-18
1
-5
/
+0
|
*
|
standarize on `grey` over `gray` spelling and other color related fixes
Fabio Berger
2017-12-18
27
-39
/
+43
|
*
|
Standardize colors to always be in uppercase hex and consolidate material-ui ...
Fabio Berger
2017-12-18
14
-22
/
+22
|
*
|
Consolidate all custom colors and material-ui colors into a colors module
Fabio Berger
2017-12-18
32
-138
/
+60
|
*
|
Remove unused `location` prop
Fabio Berger
2017-12-18
2
-4
/
+2
|
*
|
Fix unhoverable help tooltip by renaming `Trade Permissions` to `Allowance`
Fabio Berger
2017-12-18
1
-2
/
+2
|
*
|
Replace remaining strEnums with property TS string enums
Fabio Berger
2017-12-18
7
-12
/
+12
|
*
|
Update first two string enums to native type
Fabio Berger
2017-12-18
8
-31
/
+31
|
|
/
*
|
Add WETH
Fabio Berger
2017-12-19
1
-1
/
+1
*
|
remove extra space
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
2
-10
/
+78
*
|
Fix linter errors
Fabio Berger
2017-12-18
1
-2
/
+4
*
|
Move weth.io url to constants
Fabio Berger
2017-12-18
1
-1
/
+1
*
|
Make it such that Wrapped Ether page works on networks without any outdated W...
Fabio Berger
2017-12-18
1
-11
/
+19
*
|
Add `Max` convenience button in unwrap WETH dialog
Fabio Berger
2017-12-18
1
-1
/
+15
*
|
Link all EtherTokens to Etherscan and add address tooltip
Fabio Berger
2017-12-18
1
-20
/
+53
*
|
Update to passing etherTokenAddress into withdraw and deposit calls
Fabio Berger
2017-12-18
1
-2
/
+2
*
|
Since sending the error report could take some time, we first trigger `onErro...
Fabio Berger
2017-12-17
1
-1
/
+1
|
/
*
Two mysteriously missing imports
Fabio Berger
2017-12-16
1
-0
/
+1
*
Fix linter errors
Fabio Berger
2017-12-16
2
-12
/
+0
*
Merge branch 'development' into createWethPage
Fabio Berger
2017-12-16
28
-153
/
+9
|
\
|
*
Fix redundant spaces
Leonid Logvinov
2017-12-16
2
-2
/
+2
|
*
Fix website unused vars
Leonid Logvinov
2017-12-15
28
-152
/
+7
*
|
Update name to be a call to action
Fabio Berger
2017-12-16
1
-1
/
+1
*
|
Add default value for onConversionSuccessful
Fabio Berger
2017-12-16
1
-3
/
+2
*
|
Improve WETH page styling
Fabio Berger
2017-12-15
2
-12
/
+35
*
|
Use new wrap/unwrap buttons, fetch outdated WETH balances and re-fetch after ...
Fabio Berger
2017-12-15
1
-63
/
+186
*
|
Refactor the WETH conversion dialog/button to be either wrap or unwrap specif...
Fabio Berger
2017-12-15
2
-59
/
+109
*
|
Make label optional and make sure the input field still renders properly with...
Fabio Berger
2017-12-14
1
-3
/
+4
*
|
Remove ETH-WETH convert button from balances page
Fabio Berger
2017-12-14
1
-24
/
+0
*
|
progress weth page
Fabio Berger
2017-12-13
4
-1
/
+240
|
/
*
Fix an invocation
Leonid Logvinov
2017-12-12
1
-1
/
+1
*
Move isAddress to shared utils and remove all dependencies on ethereum-address
Leonid Logvinov
2017-12-11
1
-1
/
+1
*
Merge branch 'development' into feature/web3-wrapper
Leonid
2017-12-08
1
-1
/
+2
|
\
|
*
Make sure we don't pass empty maker into getOrderHashHex
Fabio Berger
2017-12-08
1
-1
/
+2
*
|
Refactor web3Wrapper to a separate package
Leonid Logvinov
2017-12-07
1
-1
/
+1
|
/
*
Add missing await
Fabio Berger
2017-12-06
1
-1
/
+1
*
Fix Party element so that an identicon's height is that which was passed in
Fabio Berger
2017-12-06
1
-1
/
+1
*
Rename packageName to displayName for clarity
Fabio Berger
2017-11-29
1
-1
/
+1
*
Add 0x Connect to footer
Fabio Berger
2017-11-29
1
-0
/
+4
*
Add 0x Connect Docs to the menu and topBar
Fabio Berger
2017-11-29
1
-5
/
+21
*
Refactor docs to be more declarative, put all hard-coded doc-related data in ...
Fabio Berger
2017-11-29
1
-9
/
+7
*
fix remaining tslint errors
Fabio Berger
2017-11-28
55
-291
/
+314
*
Fix tslint issues
Fabio Berger
2017-11-28
1
-2
/
+2
*
update tokenByAddress after tokenStateByAddress to avoid race-condition
Fabio Berger
2017-11-24
1
-1
/
+1
*
Add error when unexpected condition hit
Fabio Berger
2017-11-24
1
-0
/
+3
*
Add missing keys
Fabio Berger
2017-11-24
1
-0
/
+2
*
Add website to mono repo, update packages to align with existing sub-packages...
Fabio Berger
2017-11-22
57
-0
/
+7102