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
/
fill_order.tsx
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(website): round makerAssetToken amount in FillOrder component
Brandon Millman
2018-10-26
1
-1
/
+4
*
chore: fix imports
Fabio Berger
2018-10-18
1
-4
/
+4
*
Remove style prop from Link
Fabio Berger
2018-10-05
1
-1
/
+1
*
Use same Link UI component for react-scroll links
Fabio Berger
2018-10-03
1
-2
/
+1
*
Use new Link UI component everywhere, and add complementary ALink type
Fabio Berger
2018-10-03
1
-1
/
+1
*
Run linter
fragosti
2018-09-05
1
-3
/
+0
*
Remove unused imports and console.log
Fabio Berger
2018-09-05
1
-4
/
+1
*
Remove cancel check
Brandon Millman
2018-08-31
1
-5
/
+0
*
Update generate and fill order flows
Brandon Millman
2018-08-31
1
-20
/
+6
*
Initial changes for v2 portal
Brandon Millman
2018-08-31
1
-57
/
+59
*
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...
fragosti
2018-07-14
1
-9
/
+9
|
\
|
*
Make Analytics API non-async
fragosti
2018-07-13
1
-2
/
+1
|
*
Add no-floating-promises ignore comments
fragosti
2018-07-12
1
-0
/
+1
|
*
Integrate heap analytics
fragosti
2018-07-12
1
-4
/
+2
|
*
Replace calls to google analytics with calls to heap
fragosti
2018-07-12
1
-6
/
+8
*
|
Make error reporter not return a promise and add more environment possibilities
fragosti
2018-07-13
1
-2
/
+2
|
/
*
Remove isTracked field on token in favor of trackedTimestamp
Brandon Millman
2018-06-29
1
-4
/
+4
*
Fix no-unused-variable tslint rule to include parameters and fix issues
Fabio Berger
2018-06-12
1
-1
/
+1
*
Change shouldRenderHeader prop to shouldHideHeader
Brandon Millman
2018-06-07
1
-3
/
+3
*
Update GenerateOrderForm and FillOrder components
Brandon Millman
2018-06-06
1
-3
/
+14
*
Remove 0x.js as a dependency from website
Leonid Logvinov
2018-05-24
1
-6
/
+8
*
Add missing type definitions
Leonid Logvinov
2018-05-14
1
-16
/
+16
*
Portal fill with mixed decimals
Jacob Evans
2018-03-26
1
-2
/
+4
*
Consolidate all console.log into the @0xproject/utils package
Brandon Millman
2018-03-14
1
-5
/
+5
*
Fix tslint issues
Fabio Berger
2018-03-10
1
-1
/
+1
*
Refactor Analytics so that calls to ReactGA are all in a single module, combi...
Fabio Berger
2018-03-10
1
-25
/
+5
*
Move Documentation to the `@0xproject/react-docs` package
Fabio Berger
2018-03-06
1
-3
/
+3
*
Moved over all pages/shared components and dependencies to react-shared
Fabio Berger
2018-03-05
1
-1
/
+1
*
Implement blockchain.portalOrderToZeroExOrder
Leonid Logvinov
2018-02-09
1
-30
/
+2
*
Make naming of schemas consistent
Leonid Logvinov
2018-02-09
1
-2
/
+2
*
Address feedback
Leonid Logvinov
2018-02-08
1
-38
/
+33
*
Remove hash from signatureData
Leonid Logvinov
2018-02-08
1
-7
/
+4
*
Remove networkId from orderJSON
Leonid Logvinov
2018-02-08
1
-8
/
+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
1
-4
/
+4
*
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
1
-8
/
+8
*
Add networkId to event label
Fabio Berger
2018-02-07
1
-4
/
+8
*
Added logging for order filling and order cancelling
Thomas Schmidt
2018-02-07
1
-0
/
+25
*
Fix all setState calls after unmounted errors. Decided to create our own flag...
Fabio Berger
2018-01-31
1
-6
/
+13
*
Implement just-in-time loading of token balances & allowances
Fabio Berger
2018-01-28
1
-9
/
+8
*
Properly detect user signing cancellation on Metamask, Parity signer and Ledger
Fabio Berger
2018-01-28
1
-2
/
+2
*
Fix fill/cancel order by looking for NoError instead of empty blockchainErr g...
Fabio Berger
2018-01-22
1
-2
/
+2
*
Fix linter errors
Leonid Logvinov
2018-01-04
1
-1
/
+1
*
Use configured version of bignumber in all packages
Leonid Logvinov
2018-01-04
1
-1
/
+1
*
Apply prettier config
Leonid Logvinov
2018-01-03
1
-127
/
+108
*
Merge branch 'development' into fix/underscorePrivate
Brandon Millman
2017-12-21
1
-2
/
+2
|
\
|
*
Move call to error reporter to end of handler so that even if reporting the e...
Fabio Berger
2017-12-21
1
-2
/
+2
*
|
Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors
Brandon Millman
2017-12-20
1
-35
/
+35
|
/
*
Fix overflow issue on calculated fillAmount
Fabio Berger
2017-12-19
1
-15
/
+13
*
Refactor remaining _.assign to spread operator
Fabio Berger
2017-12-19
1
-4
/
+6
*
standarize on `grey` over `gray` spelling and other color related fixes
Fabio Berger
2017-12-18
1
-1
/
+1
*
Standardize colors to always be in uppercase hex and consolidate material-ui ...
Fabio Berger
2017-12-18
1
-2
/
+2
*
Consolidate all custom colors and material-ui colors into a colors module
Fabio Berger
2017-12-18
1
-4
/
+3
*
Fix website unused vars
Leonid Logvinov
2017-12-15
1
-10
/
+0
*
fix remaining tslint errors
Fabio Berger
2017-11-28
1
-33
/
+39
*
Fix tslint issues
Fabio Berger
2017-11-28
1
-2
/
+2
*
Add website to mono repo, update packages to align with existing sub-packages...
Fabio Berger
2017-11-22
1
-0
/
+714