Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add basesep to testnets #3224

Closed
wants to merge 5 commits into from
Closed

fix: add basesep to testnets #3224

wants to merge 5 commits into from

Commits on Feb 8, 2024

  1. [Counterfactual] Safe creation (#3180)

    * feat: Create counterfactual 1/1 safes
    
    * fix: Add feature flag
    
    * fix: Lint issues
    
    * fix: Use incremental saltNonce for all safe creations
    
    * fix: Replace useCounterfactualBalance hook with get function and write tests
    
    * refactor: Move creation logic out of Review component
    
    * fix: useLoadBalance check for undefined value
    
    * fix: Extract saltNonce, safeAddress calculation into a hook
    
    * refactor: Rename redux slice
    
    * fix: Show error message in case saltNonce can't be retrieved
    
    * fix: Disable create button if deploy props are loading
    
    * fix: Revert hook change and update comment
    usame-algan authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    74ed3ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec8c01d View commit details
    Browse the repository at this point in the history
  3. [Counterfactual] Deploy safe with first transaction (#3185)

    * feat: Create counterfactual 1/1 safes
    
    * fix: Add feature flag
    
    * fix: Lint issues
    
    * fix: Use incremental saltNonce for all safe creations
    
    * fix: Replace useCounterfactualBalance hook with get function and write tests
    
    * refactor: Move creation logic out of Review component
    
    * fix: useLoadBalance check for undefined value
    
    * fix: Extract saltNonce, safeAddress calculation into a hook
    
    * refactor: Rename redux slice
    
    * fix: Show error message in case saltNonce can't be retrieved
    
    * feat: Deploy counterfactual safe with first transaction
    
    * fix: Get gas limit estimations in parallel
    
    * fix: Add getBalances fallback for safe app calls
    
    * fix: Hide nonce in tx flow for counterfactual safes
    
    * fix: Show txEvents for first tx and close the flow when user submits tx
    usame-algan authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8737cb8 View commit details
    Browse the repository at this point in the history
  4. [Counterfactual] Add deploy safe flow (#3199)

    * feat: Create counterfactual 1/1 safes
    
    * fix: Add feature flag
    
    * fix: Lint issues
    
    * fix: Use incremental saltNonce for all safe creations
    
    * fix: Replace useCounterfactualBalance hook with get function and write tests
    
    * refactor: Move creation logic out of Review component
    
    * fix: useLoadBalance check for undefined value
    
    * fix: Extract saltNonce, safeAddress calculation into a hook
    
    * refactor: Rename redux slice
    
    * fix: Show error message in case saltNonce can't be retrieved
    
    * fix: Disable create button if deploy props are loading
    
    * fix: Revert hook change and update comment
    
    * feat: Deploy counterfactual safe with first transaction
    
    * fix: Get gas limit estimations in parallel
    
    * fix: Add getBalances fallback for safe app calls
    
    * fix: Hide nonce in tx flow for counterfactual safes
    
    * fix: Show txEvents for first tx and close the flow when user submits tx
    
    * feat: Add deploy safe flow
    
    * refactor: Extract getTotalFeeFormatted and move logic into a local hook
    
    * fix: Allow relaying when deploying a safe
    
    * refactor: Extract safe setup overview component
    
    * fix: Wait for relayed deployment before clearing counterfactual state
    usame-algan authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0ff4793 View commit details
    Browse the repository at this point in the history
  5. fix: add basesep to testnets

    schmanu committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8d31df5 View commit details
    Browse the repository at this point in the history