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

Release 3.10.0 #2535

Merged
merged 11 commits into from
Jul 20, 2021
Merged

Release 3.10.0 #2535

merged 11 commits into from
Jul 20, 2021

Commits on Jun 30, 2021

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

Commits on Jul 1, 2021

  1. Display the list of owned safes (#2495)

    * Display the list of owned safes on dev
    
    * Show owner safes in a collapsible
    
    * Fix the endpoint
    
    * Eth hash abbreviation; add an icon gap
    
    * Expand the collapsible and mark the current safe
    
    * Reset owned safe when connected wallet changes
    katspaugh committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    45d3f30 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Use staging and dev links in the network menu (#2508)

    * Use staging and dev links in the network menu
    
    * Mainnet safe url
    katspaugh committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    8ae6805 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Address book: validate chain id; fix download button (#2509)

    * Address book: validate chain id; fix download button
    
    * Trim chainId when validating
    katspaugh committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    e006cdd View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Speed up safe creation (#2473)

    * wip: txMonitor function
    
    * Wait for speed up tx confirmation
    
    * Error and indefinitely pending tx handling
    
    * Delete unnecessary polling
    
    * Console logs for debugging
    
    * End txMonitor if first tx is mined
    
    * Added an await
    
    * Add more delay to txMonitor to check each 5 seconds
    
    * Timeout after 1 hour of pending txs
    
    * Refactor tx monitor (#2511)
    
    * Refactor
    
    * Add unit tests
    
    Co-authored-by: fernandomg <fernando.greco@gmail.com>
    Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
    Co-authored-by: katspaugh <katspaugh@users.noreply.github.com>
    4 people committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    68f4363 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. (Feature) Show error message when a custom Safe App can't be fetched (#…

    …2498)
    
    * Fix link width to fit to the content
    
    * Reset app info state on load
    
    * Set error message when app manifest can't be fetch
    
    Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
    Co-authored-by: katspaugh <katspaugh@gmail.com>
    3 people committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    ae20684 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

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

Commits on Jul 13, 2021

  1. Use subtabs in sidebar (#2521)

    * Add Settings links and Assets links to sidebar with accordion
    
    * Add notification badge for sidebar menu elements
    
    * Reset collapse state when changing safe
    
    * Fix history navigation collapse/expand behavior
    Daniel Sanchez committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    7e39841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2b64b6 View commit details
    Browse the repository at this point in the history
  3. Bump version to 3.10.0

    katspaugh committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    fc25d9e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Add not null check

    Daniel Sanchez committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    b08001b View commit details
    Browse the repository at this point in the history