/misc/seq2/

='https://www.csie.ntu.edu.tw/~b01902062/git/dexon-0x-contracts' title='dexon-0x-contracts Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* acccount for no addressSteve Klebanoff2018-10-273-11/+19
* move funct into utilSteve Klebanoff2018-10-272-5/+32
* move importsSteve Klebanoff2018-10-271-4/+2
* Merge branch 'development' into feature/not-enough-ethSteve Klebanoff2018-10-2726-600/+902
|\
| * feat(order_utils.py): ERC721 asset data codec (#1186)F. Eugene Aumson2018-10-271-3/+22
| * Merge pull request #1175 from 0xProject/feature/instant/input-fees-roundingFrancesco Agosti2018-10-2721-148/+415
| |\
| | * Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-2620-145/+270
| | |\
| | * | chore: dont override toString of BigNumber and other PR feedbackfragosti2018-10-2610-41/+53
| | * | chore: update commentsfragosti2018-10-251-2/+2
| | * | chore: use alternate syntax for styledfragosti2018-10-254-4/+16
| | * | fix: weird linting error that depends on typesfragosti2018-10-251-1/+1
| | * | feat: change to increasing input width by a constant amount per additional ch...fragosti2018-10-251-5/+4
| | * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-2518-43/+207
| | |\ \
| | * | | chore: run linterfragosti2018-10-253-3/+3
| | * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-2574-496/+1173
| | |\ \ \
| | * | | | fix: address PR feedbackfragosti2018-10-252-6/+6
| | * | | | feat: cover more token symbol edge casesfragosti2018-10-246-12/+27
| | * | | | feat: add title attribute to labelfragosti2018-10-241-2/+2
| | * | | | feat: add formatted symbol for asset uitlfragosti2018-10-241-1/+11
| | * | | | feat: support half-written decimal numbers in BigNumberInputfragosti2018-10-242-1/+31
| | * | | | fix: remove unused callback infofragosti2018-10-241-3/+3
| | * | | | polish: improve scaling significantlyfragosti2018-10-243-28/+50
| | * | | | fix: remove the concept of initial with from scaling input and remove phasefragosti2018-10-242-27/+21
| | * | | | fix: dont allow heading to change height when input size changesfragosti2018-10-243-3/+7
| | * | | | chore: run linterfragosti2018-10-234-11/+2
| | * | | | chore: final adjustmentsfragosti2018-10-232-3/+3
| | * | | | chore: refactor ScalingInputfragosti2018-10-231-9/+18
| | * | | | feature: reduce font size by a percentage instead of a constantfragosti2018-10-233-39/+57
| | * | | | feat: have basic scaling amount input workingfragosti2018-10-235-52/+131
| | * | | | feat: add scaling input componentfragosti2018-10-202-4/+88
| | * | | | fix: animation component typingfragosti2018-10-201-4/+1
| | * | | | feat: user better syntax for defining ui componentsfragosti2018-10-204-18/+4
| | * | | | feat: upgrade to styled-components v4fragosti2018-10-204-12/+17
| * | | | | Update CHANGELOGsAmir Bandeali2018-10-272-0/+18
| * | | | | feat: update addresses for ForwarderAmir Bandeali2018-10-271-3/+3
| * | | | | feat: update artifact for ForwarderAmir Bandeali2018-10-271-444/+443
* | | | | | feat(instant): Show message if user doesn't have enough ETHSteve Klebanoff2018-10-274-2/+24
* | | | | | ethDecimals -> ETH_DECIMALSSteve Klebanoff2018-10-274-9/+11
|/ / / / /
* | | | / fix(website): round makerAssetToken amount in FillOrder componentBrandon Millman2018-10-261-1/+4
| |_|_|/ |/| | |
* | | | Merge pull request #1184 from 0xProject/feature/instant/view-processings-txnSteve Klebanoff2018-10-2611-53/+101
|\ \ \ \
| * | | | cleanup codeSteve Klebanoff2018-10-261-7/+2
| * | | | Added string to constantsSteve Klebanoff2018-10-262-1/+3
| * | | | better type namesSteve Klebanoff2018-10-261-3/+3
| * | | | Rework OrderState to have more simple definitionSteve Klebanoff2018-10-261-12/+4
| * | | | Making failure txHash requiredSteve Klebanoff2018-10-263-4/+5
| * | | | txnHash -> txHashSteve Klebanoff2018-10-265-22/+22
| * | | | new try/catch pattern and new prop names per code review feedbackSteve Klebanoff2018-10-262-13/+28
| * | | | take out unused importsSteve Klebanoff2018-10-262-2/+2
| * | | | Take out old TODOSteve Klebanoff2018-10-261-1/+0
| * | | | feat(instant): Be able to view transaction when transaction is in progressSteve Klebanoff2018-10-253-4/+13
| * | | | Associate txnhash with processing stateSteve Klebanoff2018-10-253-12/+28
| * | | | Introduce new OrderProcessStateSteve Klebanoff2018-10-258-26/+45
* | | | | Merge pull request #1151 from 0xProject/fix-update-migrations-readmeAlex Browne2018-10-251-25/+2
|\ \ \ \ \
| * | | | | Fix prettierLeonid Logvinov2018-10-181-1/+0
| * | | | | fix(migrations): Update README.md.Alex Browne2018-10-181-24/+2
* | | | | | Merge pull request #1176 from 0xProject/fix/asset-buyer/rounding-errorsBrandon Millman2018-10-257-69/+155
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | chore(asset-buyer): fix lint errorsBrandon Millman2018-10-241-3/+3
| * | | | | feat(asset-buyer): update buyQuoteCalculator to match rounding behavior in co...Brandon Millman2018-10-247-69/+155
* | | | | | Merge pull request #1180 from 0xProject/feature/instant/metamask-denialSteve Klebanoff2018-10-253-2/+16
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | feat: Message when denying signing transactionSteve Klebanoff2018-10-251-1/+1
| * | | | | Message when signature deniedSteve Klebanoff2018-10-253-2/+16
* | | | | | Get rid of react-shared as a dependency, write own etherscanUtilSteve Klebanoff2018-10-253-4/+26
|/ / / / /
* | | | | Get rid of unused importSteve Klebanoff2018-10-251-1/+1
* | | | | Merge branch 'development' into feature/instant/processing-stateSteve Klebanoff2018-10-24