Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Fix price format #1310

Merged
merged 24 commits into from
Aug 26, 2021
Merged

Fix price format #1310

merged 24 commits into from
Aug 26, 2021

Commits on Aug 18, 2021

  1. Add limit price and valid to/filled date.

    biocom committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    c10d80b View commit details
    Browse the repository at this point in the history
  2. Add limit price and valid to/filled date.

    biocom committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    c07c06b View commit details
    Browse the repository at this point in the history
  3. Fixed type of getLimitPrice utils function

    Leandro Boscariol committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    6294eb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Execution price WIP.

    biocom committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    ad86001 View commit details
    Browse the repository at this point in the history
  2. Styled file for cleanup.

    biocom committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    e56f1cb View commit details
    Browse the repository at this point in the history
  3. Styled file for cleanup.

    biocom committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    daeba48 View commit details
    Browse the repository at this point in the history
  4. Fix grid on mobile (Safari).

    biocom committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    55258ed View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. comment out getExecutedPrice

    biocom committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    28e5ef0 View commit details
    Browse the repository at this point in the history
  2. Merge conflict.

    biocom committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    d6b8afe View commit details
    Browse the repository at this point in the history
  3. Expired order strike through.

    biocom committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    6a7e6be View commit details
    Browse the repository at this point in the history
  4. Unfillable faq link external.

    biocom committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    9c83925 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Pull/merge conflict.

    biocom committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    ef56009 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Price functions for Recent History (#1289)

    * Add bignumber, so library matches our dex-js
    
    * Add price utils
    
    * Refactor transaction summary
    
    * Change todo
    
    * Rename variable to executionPrice.
    
    * Delete comment
    
    * Remove comments and improve doc
    
    * Fix path and default value
    
    * Add datatype for api additional data (#1290)
    
    # Summary
    
    Continues #1289, 
    
    Augment the order datatype so we can have the executed volumes. 
    Adds the datatype where we can save the API information
    
    It also makes use of this data in the recent history. 
    
    ## Not included
    
    Saving the actual data.
    
    Co-authored-by: biocom <michel@gnosis.pm>
    anxolin and biocom authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    45e4464 View commit details
    Browse the repository at this point in the history
  2. Correction of buy/sell prices.

    biocom committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    9850f40 View commit details
    Browse the repository at this point in the history
  3. Close walletModal on connection success

    biocom committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    141d546 View commit details
    Browse the repository at this point in the history
  4. fix price format

    biocom committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    0533d76 View commit details
    Browse the repository at this point in the history
  5. Clean console.log

    biocom committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    cfe67c6 View commit details
    Browse the repository at this point in the history
  6. Clean console.log

    biocom committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    2f6436a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Price invert fix.

    biocom committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    dbe3d60 View commit details
    Browse the repository at this point in the history
  2. Orders panel execution price (#1309)

    * Fix decimals bug
    
    * Moved additional info to BaseOrder, everything is serializable
    
    * Added additional info to order fullfilment type
    
    * Passing along additional info when fulfillig order
    
    * Storing additional info on order obj
    
    Co-authored-by: Leandro Boscariol <leandro.boscariol@gnosis.io>
    alfetopito and Leandro Boscariol authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    e58cdcb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'orders-panel-10' of gno.github.com:gnosis/cowswap into …

    …orders-panel-13
    biocom committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    6bf065b View commit details
    Browse the repository at this point in the history
  4. Style execution price.

    biocom committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    0a2564b View commit details
    Browse the repository at this point in the history
  5. Fix transaction style for longer digits.

    biocom committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    7489836 View commit details
    Browse the repository at this point in the history
  6. Solve merge conflict.

    biocom committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    bc156e3 View commit details
    Browse the repository at this point in the history