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

Fix: conditions to display "Execute transaction" #3257

Merged
merged 28 commits into from
Jan 14, 2022

Commits on Jan 6, 2022

  1. Build: create a hook for getting the recommended nonce

    Diogo Soares committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    a216e28 View commit details
    Browse the repository at this point in the history
  2. Build: extract "can execute transaction" to a hook

    Diogo Soares committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    0266a1e View commit details
    Browse the repository at this point in the history
  3. Build: remove unused return type

    Diogo Soares committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    b084b55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0fb4cf View commit details
    Browse the repository at this point in the history
  5. Refactor: use ComponentProps to get component types

    Diogo Soares committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    ab24bd3 View commit details
    Browse the repository at this point in the history
  6. Fix: remove from tests logic extracted to hook

    Diogo Soares committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    240478a View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

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

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    d56093b View commit details
    Browse the repository at this point in the history
  2. refactor: use useCanTxExecute in other review modals

    Diogo Soares committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    57612cf View commit details
    Browse the repository at this point in the history
  3. fix: improve useCanTxExecute types and logic

    Diogo Soares committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    a989041 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fa2d51 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. fix: approve modal logic

    Diogo Soares committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    e1c7de6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93ef7c2 View commit details
    Browse the repository at this point in the history
  3. build: flag execution to calculate tx gas

    Diogo Soares committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    674c8a8 View commit details
    Browse the repository at this point in the history
  4. build: include PENDING_FAILED tx status in showing execution tooltip …

    …and icon
    Diogo Soares committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    5cca7a9 View commit details
    Browse the repository at this point in the history
  5. fix: adjust tests to reflect latest logic

    Diogo Soares committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    31f0efb View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. fix: add missing hook dependency

    Diogo Soares committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    01ac45e View commit details
    Browse the repository at this point in the history
  2. fix: avoid race conditions when fetching from the backend

    Diogo Soares committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    144a35c View commit details
    Browse the repository at this point in the history
  3. fix: implement minor PR comments

    Diogo Soares committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    2befeb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    738e7a2 View commit details
    Browse the repository at this point in the history
  5. fix: update tests to take manualSafeNonce

    Diogo Soares committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    9b622dd View commit details
    Browse the repository at this point in the history
  6. fix: remove wrong check

    Diogo Soares committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    be54a48 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. refactor: rename execution related variables

    Diogo Soares committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    f501dde View commit details
    Browse the repository at this point in the history
  2. fix: rename variable

    Diogo Soares committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    669f8e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Obtain isOffChainSignature by calling a function instead of prop dril…

    …ling
    Diogo Soares committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    3f26613 View commit details
    Browse the repository at this point in the history
  2. Calculate tx gas even for off chain transactions

    Diogo Soares committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    fa26e8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    572c8f8 View commit details
    Browse the repository at this point in the history
  4. fix TransactionFees rendering

    Diogo Soares committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    7e8d179 View commit details
    Browse the repository at this point in the history