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

staging to production #10

Merged
merged 161 commits into from
Sep 5, 2024
Merged

staging to production #10

merged 161 commits into from
Sep 5, 2024

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    0b41172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dae492 View commit details
    Browse the repository at this point in the history
  3. Chore: Slim Down Docker Image (#3707)

    When playing around with the Safe web interface I noticed that the
    Docker image that it produces is **over 6GB in size**!
    
    This PR slims down the docker image significantly by using a multistage
    build where the first stage builds the static website, and the actual
    image just hosts the static webside (here using BusyBox `httpd` which is
    nice and lightweight).
    
    This gets the image down to around 72MB, around 1% of the original image
    size _(sizes computed from Docker images built on amd64 Linux)_.
    
    Note that there is one weird detail is that static HTTP servers
    typically don't have support for automatically adding `.html` endings to
    URL paths. It was worked around here with symlinks. See comment in the
    Dockerfile for more details.
    
    ```
    $ docker images
    REPOSITORY                            TAG          IMAGE ID      CREATED            SIZE
    localhost/safe-web                    small        2bb37df44d9f  14 minutes ago     71.9 MB
    localhost/safe-web                    big          ae2940e99e19  3 hours ago        6.52 GB
    ```
    nlordell authored May 14, 2024
    Configuration menu
    Copy the full SHA
    be9294b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Tests: update message tests (#3715)

    * tests: update message tests
    
    * tests: disable eslint for localstorage file
    
    * tests: update test titles
    mike10ca authored May 15, 2024
    Configuration menu
    Copy the full SHA
    d4b77b4 View commit details
    Browse the repository at this point in the history
  2. Revert Slim Down Docker Image (#3707) (#3709)

    This reverts PR #3707 as the CI build appears to be failing. I will
    investigate and try to make a follow up PR that fixes the issue.
    nlordell authored May 15, 2024
    Configuration menu
    Copy the full SHA
    b6f7ac2 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    830cd7a View commit details
    Browse the repository at this point in the history
  2. fix: always fetch message info when signing (#3724)

    
    ---------
    
    Co-authored-by: katspaugh <[email protected]>
    schmanu and katspaugh authored May 16, 2024
    Configuration menu
    Copy the full SHA
    ecde7fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33aad08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5da3a1d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Tests: fix open safe app test (#3730)

    * tests: fix open safe app test
    mike10ca authored May 17, 2024
    Configuration menu
    Copy the full SHA
    657c070 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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

Commits on May 24, 2024

  1. fix: Hide signed transaction from untrusted pending queue (#3710)

    * fix: Hide signed transaction from untrusted pending queue
    
    * fix: Revert label adjustment, extract logic from hook and write tests
    
    * refactor: Filter items first
    usame-algan authored May 24, 2024
    Configuration menu
    Copy the full SHA
    c60895f View commit details
    Browse the repository at this point in the history
  2. Fix: Show loading state in WC input between pairing and receiving pro…

    …posal (#3712)
    
    * fix: show loading state in WC widget between pairing and receiving a proposal
    
    * fix: clear loading state on failed paring
    
    * empty commit for deployment
    
    * disable loading state for approval form
    
    * fix typo
    
    * add 30 second timeout for proposal
    
    * Only show timeout error when waiting on proposal
    jmealy authored May 24, 2024
    Configuration menu
    Copy the full SHA
    4f34136 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1733f18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72a2018 View commit details
    Browse the repository at this point in the history
  5. Fix: update social login disclaimer (#3741)

    * Fix: update social login disclaimer
    
    * Prettier
    katspaugh authored May 24, 2024
    Configuration menu
    Copy the full SHA
    98e879a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    433bb16 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Fix: memoize Safe List data (#3729)

    * Fix: memoize Safe List data
    
    * Adjust types
    katspaugh authored May 25, 2024
    Configuration menu
    Copy the full SHA
    548bf6a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    ae506ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e794e4 View commit details
    Browse the repository at this point in the history
  3. Tests: add component tests for tx history filter (#3758)

    * tests: add component tests for tx history filter
    
    * tests: update tests
    mike10ca authored May 28, 2024
    Configuration menu
    Copy the full SHA
    53162c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1156b6 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    f1bad1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01878b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1822efd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fe39f1 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump next from 14.1.0 to 14.1.1 (#3681)

    Bumps [next](https://github.com/vercel/next.js) from 14.1.0 to 14.1.1.
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](vercel/next.js@v14.1.0...v14.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: next
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 29, 2024
    Configuration menu
    Copy the full SHA
    1e781a9 View commit details
    Browse the repository at this point in the history
  6. 1.37.0

    katspaugh committed May 29, 2024
    Configuration menu
    Copy the full SHA
    050e58b View commit details
    Browse the repository at this point in the history
  7. feat: add new label to swaps button [SWAP-86] (#3763)

    * feat: add new label to swaps button
    compojoom authored May 29, 2024
    Configuration menu
    Copy the full SHA
    3da9a4e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    4f57526 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b452828 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    146b394 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7b60f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5f5adb View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    7537a62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f6e2b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. 1.37.1

    katspaugh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    be5d931 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0ecdd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4d5157 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d3c33b View commit details
    Browse the repository at this point in the history
  5. 1.37.2

    katspaugh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    e9ed505 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f20bcb5 View commit details
    Browse the repository at this point in the history
  7. Refactor: Replace onboard with Eip1193Provider in dispatch calls (#3745)

    * fix: Replace onboard with Eip1193Provider in dispatch calls
    
    * fix: Remove dangling console.log
    usame-algan authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0e20e87 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. feat: slight UI improvements to the new tx flow (#3767)

    Added a swap tokens button there and slightly updated the visual presentation according to the figma:
    https://www.figma.com/design/VyA38zUPbJ2zflzCIYR6Nu/Swap?node-id=6588-48609&t=LhvUJl76y7PuTnIS-4
    compojoom authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e787a81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac90a1f View commit details
    Browse the repository at this point in the history
  3. fix: switch between swap & limit loses token (#3791)

    We were re-rendering the widget when teh user switches between swap and a limit swap and this was causing the sellToken to reset.
    compojoom authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    f3843eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59b891d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37ea273 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8f78c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b83813 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    c1f4064 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d965ee8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ecdfef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3892de7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61c8b85 View commit details
    Browse the repository at this point in the history
  6. Feat: top 5 assets on the dashboard (#3796)

    * Feat: top 5 assets on the dashboard
    
    * Adjust pending txs height
    
    * Rm recovery widget; separate tracking label
    
    * Mobile view
    
    * Don't show hidden assets; add no assets state
    
    * Show Send button when no Swaps
    
    * Fix e2e test
    katspaugh authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3a93685 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    db9e381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22a6210 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Feat: calculate surplus for partially filled orders (#3804)

    * Feat: calculate partially filled surplus
    
    * remove _ prefix
    jmealy authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    795c76d View commit details
    Browse the repository at this point in the history
  2. feat: add promo widget for swaps [SWAP-87] (#3771)

    ---------
    
    Co-authored-by: Usame Algan <[email protected]>
    Co-authored-by: James Mealy <[email protected]>
    3 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9ad7349 View commit details
    Browse the repository at this point in the history
  3. Fix: move the execute button on recovery transactions to the correct …

    …column [SWAP-75] (#3808)
    jmealy authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ff33839 View commit details
    Browse the repository at this point in the history
  4. feat: add link to tx for order notifications [SWAP-61] (#3803)

    * feat: add link to tx for order notifications
    
    We don’t always have the txId in the order information, but when we do
    we add a link to the notification.
    It’s highly likely that order created events won’t ever have a txId as
    this event is created before submitting the tx to the blockchain.
    
    I had to extract getTxLink to a separate file as having it in
    useTxNotifications was causing a circular dependency error in our tests.
    compojoom authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    437d07a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71a8bda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5c3df4 View commit details
    Browse the repository at this point in the history
  7. fix: Optimize RPC requests when predicting safe address (#3780)

    * fix: Optimize RPC requests when predicting safe address
    
    * fix: Explicitely add safeVersion when predicting address
    usame-algan authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6bce0ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cca4801 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    224d913 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Feat: allow custom recovery delay (#3728)

    * feat: allow custom recovery delay
    
    * add validation and fix bugs
    
    * align expiry input and delay input
    
    * fix: custom delay not being applied
    
    * add utils
    
    * use utils in recovery review
    
    * fix: text cut off in mobile
    
    * remove unused code
    
    * Improve review window explanation
    
    * fix typo
    jmealy authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e99b8ec View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump @grpc/grpc-js from 1.9.5 to 1.9.15 (#3822)

    Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.5 to 1.9.15.
    - [Release notes](https://github.com/grpc/grpc-node/releases)
    - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])
    
    ---
    updated-dependencies:
    - dependency-name: "@grpc/grpc-js"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2d7b400 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9720343 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    544d007 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdf45b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d40446 View commit details
    Browse the repository at this point in the history
  7. fix: always show tx value (#3793)

    * fix: always show tx value
    
    * fix: add to all comoonents decoding txs
    schmanu authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    64e6e48 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. feat: add feature toggle for zodiac roles integration (#3830)

    * feat: add feature toggle for zodiac roles integration
    
    * refactor: rewrite mock
    schmanu authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    02c99b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35a2224 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a9ab12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e92c01d View commit details
    Browse the repository at this point in the history
  5. Revert "Refactor: Consistently use latest MultiSendCallOnly address (…

    …#3811)"
    
    This reverts commit 544d007.
    katspaugh committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3c432bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    081587f View commit details
    Browse the repository at this point in the history
  7. 1.38.0

    katspaugh committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d826efa View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    067d738 View commit details
    Browse the repository at this point in the history
  2. feat: return more info in appCommunicator getInfo (#3839)

    The return type of the getInfo endpoint now returns more data about the
    safe.
    compojoom authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6d2f6be View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    010d629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed75771 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. fix: Close transaction modals as soon as the transaction is submitted…

    … (#3676)
    
    * fix: Use unchecked signer when executing batch
    
    * fix: Use unchecked signer for dispatch calls
    usame-algan authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d94b068 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 19, 2024

  1. Fix: signTypedData for the test wallet (#3850)

    * Fix: signTypedData for the test wallet
    
    * Prettier
    katspaugh authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c69b303 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Tests: Fix happy path tests (#3849)

    * Fix happy path tests
    mike10ca authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    62db3d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd1b305 View commit details
    Browse the repository at this point in the history
  3. Feat: visually group transactions executed in bulk in the transaction…

    … history (#3772)
    
    * Group transactions in the history by transaction hash
    
    * remove commented code
    
    * create component for bulk transaction groups
    
    * layout for bulk group
    
    * fix: misalignment of txs on smaller screens
    
    * align grouped columns with non grouped columns
    
    * fix: column widths on mobile
    
    * Add unit test, wrap grouping functions
    
    * fix: lint errors
    
    * fix: untrusted txs warning placement
    
    * Use tx hash returned from backend
    
    * lint errors
    
    * remove unused function
    
    * Change layout and change explorer link
    
    * add unit test for grouping function
    
    * lodash import
    
    * fix typo
    
    * remove orange border from tx group
    
    * fix: transaction count color
    
    * change bulk group title
    jmealy authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2ecbdb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Fix: ignore nonce for risk scanning requests (#3854)

    Move nonce reset to useRedefine
    katspaugh authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    edda914 View commit details
    Browse the repository at this point in the history
  2. 1.38.1

    katspaugh committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f7134ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4ace73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e47d108 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7da267f View commit details
    Browse the repository at this point in the history
  6. Chore: update privacy policy (#3857)

    * Chore: update privacy policy
    
    * Safe Wallet spelling
    katspaugh authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2fd1a6f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Fix: redirect routes w/o ?safe (#3846)

    * Fix: redirect routes w/o ?safe
    
    * Add settings routes
    katspaugh authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d37d92b View commit details
    Browse the repository at this point in the history
  2. Fix: full token amount in tx details (#3848)

    * Fix: full token amount in tx details
    
    * Use formatAmountPrecise
    
    * Update e2e tests
    katspaugh authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c08e17d View commit details
    Browse the repository at this point in the history
  3. Tests: Fix regression tests (#3862)

    * Fix tests
    
    * Update tests
    mike10ca authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    046684f View commit details
    Browse the repository at this point in the history
  4. Fix: adjust approval editor with swaps (#3855)

    * Fix: adjust approval editor with swaps
    
    * Update src/components/tx/ApprovalEditor/EditableApprovalItem.tsx
    
    Co-authored-by: Manuel Gellfart <[email protected]>
    
    * Fix: do not reload when changing approval amount
    
    ---------
    
    Co-authored-by: Manuel Gellfart <[email protected]>
    katspaugh and schmanu authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b517293 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    f1bd9a2 View commit details
    Browse the repository at this point in the history
  2. Fix: update meta description (#3866)

    * Fix: update meta description
    
    * Update index.tsx
    katspaugh authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a39c4e2 View commit details
    Browse the repository at this point in the history
  3. feat: Improve safe creation status screen (#3778)

    * feat: Improve safe creation status screen
    
    * fix: Failing tests
    
    * fix: Extract useUndeployedSafe
    
    * fix: Add safeViewRedirectURL and remove old creation modal
    
    * fix: Show address in success modal
    
    * fix: Adjust undeployedSafeSlice to contain pay method
    
    * fix: Add safe to added safes and address book
    
    * chore: Remove usePendingSafe hook
    
    * fix: Show reverted error and adjust rejected error
    
    * test: Adjust create_safe_cf smoke test
    
    * fix: Adjust success screen wording
    
    * fix: Reset status fields on fail
    
    * fix: Add missing events, remove GET_STARTED event
    
    ---------
    
    Co-authored-by: James Mealy <[email protected]>
    usame-algan and jmealy authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    93bb38f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Feat: TWAP order decoding in tx history/queue [SW-1] (#3861)

    * fix: <p> cannot appear as a descendant of <p>
    
    * feat: add decoding for twaps txs in history tab
    
    * chore: update @safe-global/safe-gateway-typescript-sdk
    
    * fix: lint errors
    
    * chore: prettier
    
    * fix: typo
    
    * refactor: move swap components to swap feature folder
    
    * refactor: use null instead of <></>
    
    * refactor: clean up
    
    * refactor: use more abstract naming for function names
    compojoom authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    866da04 View commit details
    Browse the repository at this point in the history
  2. Feat: Show warning for address poisoning transactions (#3851)

    * Flag imitation transactions and add warning component
    
    * add imitation to Erc20Transfer type
    
    * make txddetails full width when there is  no execution info to display
    
    * Make warning symbold full opacity, remove tooltip for imitation txs
    
    * handle poisoned addresses
    
    * hide share
    
    * temporary cast for changes to SDK type
    
    * restore share link
    
    * remove unused css and rename imitation prop
    
    * remove learn more link from imitation tx warning
    
    * reuse malicious transaction warning component.
    
    * fix: missing tooltip for untrusted txs
    
    * update gateway sdks
    
    * add mock fields for updated gateway types
    
    * remove temporary cast for Erc20Transfer type from gateway sdk
    
    * remove unused css
    
    * change hide untrusted button to hide suspicious toggle switch
    
    * fix: unit tests
    jmealy authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    34da84f View commit details
    Browse the repository at this point in the history
  3. fix: update recommendedNonce when history tag changes (#3872)

    * fix: update recommendedNonce when history tag changes
    
    * chore: adjust comment in test
    schmanu authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a49eee3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc82d70 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

Commits on Jun 28, 2024

  1. Tests: E2e wallet (#3878)

    * Tests: remove e2e wallet
    
    * Tests: Update tests as per new signer (#3867)
    
    * Update tests as per new signer
    
    * Update tests
    
    * Tests: Fix tests (#3873)
    
    * Fix tests
    mike10ca authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    dcfef22 View commit details
    Browse the repository at this point in the history
  2. Feat: TWAP decoding on confirmation screen [SW-2] (#3865)

    * chore: update safe-gateway-typescript-sdk to 3.21.6
    * feat: add decoding for twap confirmation view
    * refactor: use the gateway-sdk types
    * fix: typo
    * fix: confirm tx was missing “twap order” title
    * refactor: improve times
    * fix: show correct start time
    * fix: Unknown transaction type: TwapOrder [SW-46]
    * fix: confirm transaction title was showing swap info
    * fix: match figma designs a bit better
    * fix: incorrect twap order title
    compojoom authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ec7a1e1 View commit details
    Browse the repository at this point in the history
  3. feat: Add method to Sign in with Ethereum [SW-28] (#3853)

    * feat: Add siwe
    
    * fix: Extract functions into gateway-sdk
    usame-algan authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    61047eb View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Display swap info on sent/receive events [SW-3] (#3877)

    * feat: display swap info on sent/receive events
    
    * chore: update safe-gateway-typescript-sdk
    
    * feat: improve the title for order settlements
    
    * Update src/features/swap/components/SwapOrder/index.tsx
    
    Co-authored-by: Usame Algan <[email protected]>
    
    ---------
    
    Co-authored-by: Usame Algan <[email protected]>
    compojoom and usame-algan authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c5e04e2 View commit details
    Browse the repository at this point in the history
  2. Tests: Add swap tests (#3884)

    * Add swap tests
    mike10ca authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c319066 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80029b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. fix: Display cow fallback handler message [SW-33] (#3882)

    * fix: Display cow fallback handler message
    
    * fix: Remove alert icon and adjust style
    usame-algan authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    15be4c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b69aac7 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Feat: create deep link page for messages (#3863)

    * feat: create a route for diplaying a sinlge message
    
    * feat: create share message link component
    
    * feat: add text to share link for sign message modal
    
    * only show link when message has been been created
    
    * move share link button to bottom of the page
    
    * Use previous gateway sdk version
    
    * add unit tests to sinlgeMsg page
    
    * Extract useOrigin hook
    
    * create info box for share message link
    
    * fix type, remove unused props
    
    * fix: only show message link after message exists
    
    * Change message after one signature is recevied
    
    * Update src/components/tx-flow/flows/SignMessage/SignMessage.tsx
    
    Co-authored-by: katspaugh <[email protected]>
    
    * remove whitespace
    
    * create safe message bulder for tests
    
    * remove commented code
    
    * fix: unit tests error state
    
    * fix: cypress tests
    
    ---------
    
    Co-authored-by: katspaugh <[email protected]>
    jmealy and katspaugh authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    7a7c500 View commit details
    Browse the repository at this point in the history
  2. Feat swaps fees [SW-34] (#3880)

    * feat: dynamic swap fee
    * fix: change tooltip text
    * fix: use functional params update
    * fix: define constants for the tiers
    * fix: switching between swap and twap was broken
    * feat: display the widget fee next to the order
    * feat: add new legaldisclaimer for swaps
    * fix: failing tests
    * fix: typo
    * chore: change fee recipient
    * fix: hide fee data in queue
    * fix: wrong styling for link
    * fix: check for stablecoin was not working
    * fix: wrong total fee description
    * feat: add most used stable-coins
    compojoom authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    26a99fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    397c268 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11634a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    054e169 View commit details
    Browse the repository at this point in the history
  6. Feat: Do not show swaps feature to users from blocked counties [SW-48…

    …] (#3892)
    
    * Feat: Don't show swaps entrypoints if swaps page returns a 403
    * feat: add custom 403 error page
    * redirect to 403 page from the swaps page if country is blocked
    * add terms link
    * Update comment in GeoblockingProvider
    jmealy authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3ba8dac View commit details
    Browse the repository at this point in the history
  7. 1.39.0

    compojoom committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a71d605 View commit details
    Browse the repository at this point in the history
  8. Tests: Add sidebar tests (#3898)

    * Add tests
    
    * Update tests
    mike10ca authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    831e68a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7a1018a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. chore: update terms and conditions request [SW-57] (#3906)

    * chore: users need to reconfirm cookie and terms policy
    * refactor: rename CookieBanner to CookiesAndTermsBanner
    compojoom authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7a3714b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f920e90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3de1c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e10cbc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88eb33f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    0b85254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5d65fd View commit details
    Browse the repository at this point in the history
  3. Fix: Add title for limit order cancellations [SW-68] (#3911)

    * Fix: Add title for limit order cancellations
    
    * Make title more general
    jmealy authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    17e0547 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a28a1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7de64fa View commit details
    Browse the repository at this point in the history
  6. chore: update cowprotocol/widget-react (#3914)

    The CoW widget was not properly updating AppData in some situations.
    This widget release includes the fix for this:
    cowprotocol/cowswap#4670
    compojoom authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2e4acea View commit details
    Browse the repository at this point in the history
  7. Fix: display swap fees using the correct token [SW-67] (#3913)

    * fix: show calculated fee in the correct token
    * fix: tooltip formatting
    jmealy authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    08973ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c90f76 View commit details
    Browse the repository at this point in the history
  9. Tests: Add sidebar (pending tx) tests (#3912)

    * Add sidebar tests
    
    * Update tests
    mike10ca authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    fb9d9db View commit details
    Browse the repository at this point in the history
  10. feat: add a remote config for cow server (#3917)

    Sometimes there are bugs in the production version of CoW. Having the
    option to switch to staging would allow us to test fixes for those bugs.
    compojoom authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    fb5ab2b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    3e5257f View commit details
    Browse the repository at this point in the history
  2. Update hp tests (#3919)

    mike10ca authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ab14e14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66130ce View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    84050cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7d8120 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Fix: wording changes (#3921)

    * fix: last update of t&cs, reword the legal disclaimer title
    
    ---------
    
    Co-authored-by: Daniel Dimitrov <[email protected]>
    schmanu and compojoom authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    eb7b007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51c068e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into main-dev-conflicts-1

    # Conflicts:
    #	src/features/swap/components/SwapOrderConfirmationView/index.tsx
    compojoom committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2c35895 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cd1d89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2e13ff View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    480b9af View commit details
    Browse the repository at this point in the history
  2. Fix: prompt -> confirm (#3939)

    * Fix: prompt -> confirm
    
    * Update unit test
    katspaugh committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    283ec49 View commit details
    Browse the repository at this point in the history
  3. 1.39.2

    katspaugh committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ccdcfb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. fixes

    DenSmolonski committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6926156 View commit details
    Browse the repository at this point in the history
  2. fixes

    DenSmolonski committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6f29cb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c50f523 View commit details
    Browse the repository at this point in the history
  4. update env

    DenSmolonski committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ed7c0ef View commit details
    Browse the repository at this point in the history
  5. fixes

    DenSmolonski committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    eea605e View commit details
    Browse the repository at this point in the history
  6. update config

    DenSmolonski committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c887eb6 View commit details
    Browse the repository at this point in the history