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

Rootstock stg #2

Merged
merged 160 commits into from
Oct 4, 2024
Merged

Rootstock stg #2

merged 160 commits into from
Oct 4, 2024

Conversation

gofman8
Copy link

@gofman8 gofman8 commented Aug 9, 2024

What it solves

Resolves #

How this PR fixes it

How to test it

Screenshots

Checklist

  • I've tested the branch on mobile 📱
  • I've documented how it affects the analytics (if at all) 📊
  • I've written a unit/e2e test for it (if applicable) 🧑‍💻

mike10ca and others added 30 commits May 14, 2024 15:39
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
```
* tests: update message tests

* tests: disable eslint for localstorage file

* tests: update test titles
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.
* tests: fix open safe app test
* fix: Hide signed transaction from untrusted pending queue

* fix: Revert label adjustment, extract logic from hook and write tests

* refactor: Filter items first
…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
* Fix: update social login disclaimer

* Prettier
* Fix: memoize Safe List data

* Adjust types
* tests: add component tests for tx history filter

* tests: update tests
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>
* feat: add new label to swaps button
jmealy and others added 22 commits July 5, 2024 14:11
* fix: show calculated fee in the correct token
* fix: tooltip formatting
* Add sidebar tests

* Update tests
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.
* fix: last update of t&cs, reword the legal disclaimer title

---------

Co-authored-by: Daniel Dimitrov <[email protected]>
# Conflicts:
#	src/features/swap/components/SwapOrderConfirmationView/index.tsx
* Fix: prompt -> confirm

* Update unit test
Copy link

cloudflare-workers-and-pages bot commented Aug 14, 2024

Deploying rootstock-wallet-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: 79b95bb
Status:🚫  Build failed.

View logs

Copy link

github-actions bot commented Aug 14, 2024

Branch preview

❌ Deploy failed!

Copy link

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 0 N/A
  • Result: ✅ success
  • Annotations: 0 total

Report generated by eslint-plus-action

Copy link

📦 Next.js Bundle Analysis for safe-wallet-web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 992.92 KB (🟡 +48.37 KB)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Thirty-six Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load
/_offline 1.08 KB (🟢 -11 B) 994 KB
/addOwner 536 B (🟡 +1 B) 993.44 KB
/address-book 26.1 KB (🟢 -5 B) 1019.02 KB
/apps 50.23 KB (🟡 +48 B) 1.02 MB
/apps/custom 41.84 KB (🟡 +40 B) 1.01 MB
/apps/open 53.37 KB (🟡 +45 B) 1.02 MB
/balances 31.01 KB (🟡 +383 B) 1023.93 KB
/balances/nfts 19.19 KB (🟡 +29 B) 1012.11 KB
/cookie 8.76 KB (🟢 -2 B) 1001.68 KB
/home 61.27 KB (🟡 +1.04 KB) 1.03 MB
/imprint 1.38 KB (🟢 -1 B) 994.29 KB
/licenses 4.97 KB (🟡 +2 B) 997.89 KB
/new-safe/create 34.84 KB (🟡 +594 B) 1 MB
/new-safe/load 16.27 KB (🟢 -121 B) 1009.19 KB
/privacy 15.91 KB (🟡 +11 B) 1008.83 KB
/settings 451 B (🟡 +1 B) 993.36 KB
/settings/appearance 9.5 KB (🟡 +1.49 KB) 1002.42 KB
/settings/cookies 7.64 KB (🟡 +8 B) 1000.56 KB
/settings/data 7.55 KB (🟡 +8 B) 1000.47 KB
/settings/environment-variables 9.12 KB (🟢 -6 B) 1002.04 KB
/settings/modules 9.73 KB (🟢 -34 B) 1002.65 KB
/settings/notifications 28.8 KB (🟡 +1.19 KB) 1021.72 KB
/settings/safe-apps 25.56 KB (🟡 +6 B) 1018.48 KB
/settings/security 8.07 KB (🟡 +7 B) 1000.99 KB
/settings/setup 35.96 KB (🟢 -24 B) 1 MB
/share/safe-app 9.75 KB (🟡 +26 B) 1002.67 KB
/swap 606 B (🟡 +1 B) 993.51 KB
/terms 11.6 KB (🟡 +361 B) 1004.51 KB
/transactions 75.01 KB (🟡 +1.43 KB) 1.04 MB
/transactions/history 74.98 KB (🟡 +1.43 KB) 1.04 MB
/transactions/messages 39.12 KB (🟡 +183 B) 1.01 MB
/transactions/msg 29.51 KB (🟡 +165 B) 1022.43 KB
/transactions/queue 31.05 KB (🟡 +3 B) 1023.97 KB
/transactions/tx 20.8 KB (🟢 -21 B) 1013.72 KB
/wc 689 B (🟡 +2 B) 993.59 KB
/welcome 8.16 KB (🟡 +1.39 KB) 1001.08 KB
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this.

Copy link

Coverage report

Action wasn't able to generate report within GitHub comment limit. If you're facing this issue, please let me know by commenting under this issue.

Report generated by 🧪jest coverage report action from 79b95bb

@gofman8 gofman8 merged commit f121c57 into rootstock Oct 4, 2024
4 of 16 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.