Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

#99 Refactor redux store #103

Merged
merged 52 commits into from
Apr 22, 2019
Merged

#99 Refactor redux store #103

merged 52 commits into from
Apr 22, 2019

Commits on Apr 8, 2019

  1. remove cookie store and session storage

    Mikhail Mikheev committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    6e9799b View commit details
    Browse the repository at this point in the history
  2. eslint fix

    Mikhail Mikheev committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    0f7d68b View commit details
    Browse the repository at this point in the history
  3. display all safes and not owners only in safe list

    Mikhail Mikheev committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    6003d8d View commit details
    Browse the repository at this point in the history
  4. load active tokens from localstorage when visiting safe view

    Mikhail Mikheev committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    3b27729 View commit details
    Browse the repository at this point in the history
  5. add an action to fetch token balances

    Mikhail Mikheev committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    8108b6b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. action for fetching active token balances wip

    Mikhail Mikheev committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    8a8b297 View commit details
    Browse the repository at this point in the history
  2. reducer fix, fetching balances and updating balances fixes

    Mikhail Mikheev committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    4f59865 View commit details
    Browse the repository at this point in the history
  3. tokens fetch fixes, disable eth switch in tokens modal

    Mikhail Mikheev committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    1125536 View commit details
    Browse the repository at this point in the history
  4. split fetching tokens function

    Mikhail Mikheev committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    56c6892 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. fix token fetch

    Mikhail Mikheev committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    f598344 View commit details
    Browse the repository at this point in the history
  2. update safe and token models

    Mikhail Mikheev committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    93cf045 View commit details
    Browse the repository at this point in the history
  3. add extended token selector

    Mikhail Mikheev committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    a158fe4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. extended token selector fix, dep bump

    Mikhail Mikheev committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    78883ea View commit details
    Browse the repository at this point in the history
  2. refactor tokens reducer

    Mikhail Mikheev committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    fe35b81 View commit details
    Browse the repository at this point in the history
  3. balance fetch fixes

    Mikhail Mikheev committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    f94e598 View commit details
    Browse the repository at this point in the history
  4. tokens balance refactor wip

    Mikhail Mikheev committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    be295d1 View commit details
    Browse the repository at this point in the history
  5. add eth balance to safe model

    Mikhail Mikheev committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    5f142bc View commit details
    Browse the repository at this point in the history
  6. remove eth from list of active tokens

    Mikhail Mikheev committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    3530d2f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. show eth balance in balance tab

    Mikhail Mikheev committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    50a315b View commit details
    Browse the repository at this point in the history
  2. use addSafe instead updateSafe while adding a new safe

    Mikhail Mikheev committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    f797e2d View commit details
    Browse the repository at this point in the history
  3. add SafeToken record

    Mikhail Mikheev committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    a6249de View commit details
    Browse the repository at this point in the history
  4. update readme

    Mikhail Mikheev committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    49f0004 View commit details
    Browse the repository at this point in the history
  5. Update safe tokens wip

    Mikhail Mikheev committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    f8d1e68 View commit details
    Browse the repository at this point in the history
  6. reducer fix

    Mikhail Mikheev committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    413cfa3 View commit details
    Browse the repository at this point in the history
  7. fix displaying active tokens

    Mikhail Mikheev committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    595731d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    910382c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Configuration menu
    Copy the full SHA
    f486068 View commit details
    Browse the repository at this point in the history
  2. fix token balance updating

    mmv08 committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    3c5d7fc View commit details
    Browse the repository at this point in the history
  3. eslint fix

    mmv08 committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    fc3e1e4 View commit details
    Browse the repository at this point in the history
  4. fix token balance updating

    mmv08 committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    400a19f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7127fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81e05c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b6be00 View commit details
    Browse the repository at this point in the history
  8. remove cdu, otherwise it will fail on many token updates because of i…

    …nconsistent request finishes, debouncing tbd
    Mikhail Mikheev committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    2c8a79e View commit details
    Browse the repository at this point in the history
  9. update fix

    Mikhail Mikheev committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    7df11f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. activeTokens refactor (again)

    mmv08 committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    b9b936d View commit details
    Browse the repository at this point in the history
  2. conflict ifx

    mmv08 committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    d8fbdd3 View commit details
    Browse the repository at this point in the history
  3. merge fixes

    mmv08 committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    76b41a4 View commit details
    Browse the repository at this point in the history
  4. fix token balance selector

    mmv08 committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    4c1197a View commit details
    Browse the repository at this point in the history
  5. storage middleware wip, add optimization comment

    Mikhail Mikheev committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    3373b83 View commit details
    Browse the repository at this point in the history
  6. fix storing safe in localstorage

    Mikhail Mikheev committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    7e49f8d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Configuration menu
    Copy the full SHA
    dc185e8 View commit details
    Browse the repository at this point in the history
  2. fix safe loading from storage

    mmv08 committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    e3d7984 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81fbb3b View commit details
    Browse the repository at this point in the history
  4. fix loading tokens from storage

    mmv08 committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    cdaa6c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    289f5f6 View commit details
    Browse the repository at this point in the history
  6. eslint fix

    mmv08 committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    43e8521 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c633165 View commit details
    Browse the repository at this point in the history
  8. eslint fixes

    mmv08 committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    84af7ae View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    8f9eadb View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. fix loading active tokens error

    Mikhail Mikheev committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    1c95804 View commit details
    Browse the repository at this point in the history
  2. fix eslint disable statement duplication

    Mikhail Mikheev committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    24b51ba View commit details
    Browse the repository at this point in the history