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

feat(dapp): prepare for v2 Staking #93

Open
wants to merge 15 commits into
base: trunk
Choose a base branch
from
Open

feat(dapp): prepare for v2 Staking #93

wants to merge 15 commits into from

Conversation

sambacha
Copy link
Contributor

@sambacha sambacha commented Aug 2, 2022

No description provided.

@vercel
Copy link

vercel bot commented Aug 2, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
manifold-staking-dapp ❌ Failed (Inspect) Sep 2, 2022 at 5:13AM (UTC)

@sambacha sambacha changed the title feat(nextjs): upgrade to v12 feat(dapp): prepare for v2 Staking Aug 2, 2022
@github-actions
Copy link

github-actions bot commented Aug 2, 2022

📦 Next.js Bundle Analysis

This analysis was generated by the next.js bundle analysis action 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 259.12 KB (🟡 +10.36 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!

Seven Pages Changed Size

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

Page Size (compressed) First Load % of Budget (550 KB)
/ 285 B 259.4 KB 47.16% (+/- <0.01%)
/404 391 B 259.5 KB 47.18% (+/- <0.01%)
/_error 194 B 259.31 KB 47.15% (🟢 -0.23%)
/faqs 544 B 259.65 KB 47.21% (+/- <0.01%)
/mint 21.32 KB 280.45 KB 50.99% (🟢 -0.06%)
/stake 22.67 KB 281.79 KB 51.23% (🟢 -0.09%)
/vote 1.07 KB 260.19 KB 47.31% (🟢 -0.04%)
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

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 25% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@socket-security
Copy link

socket-security bot commented Aug 2, 2022

Socket Security Report

Dependency issues detected. If you merge this pull request, you will not be alerted to the instances of these issues again.

📜 New install scripts detected

A dependency change in this PR is introducing new install scripts to your install step.

Package Script field Location
@parcel/[email protected] (added) binding.gyp package.json via @nrwl/[email protected], @nrwl/[email protected]
[email protected] (upgraded) binding.gyp package.json via [email protected], [email protected], [email protected]
[email protected] (upgraded) binding.gyp package.json via @ethersproject/[email protected], [email protected]
[email protected] (upgraded) install package.json via [email protected], [email protected], [email protected]
[email protected] (added) postinstall package.json via [email protected], [email protected], [email protected]
[email protected] (added) postinstall package.json via @nrwl/[email protected], @nrwl/[email protected]
[email protected] (upgraded) postinstall package.json via @nrwl/[email protected], @nrwl/[email protected], @pmmmwh/[email protected]
[email protected] (added) postinstall package.json via @nrwl/[email protected], @nrwl/[email protected]
[email protected] (added) postinstall package.json via @nrwl/[email protected], @nrwl/[email protected], [email protected]
@parcel/[email protected] (added) install package.json via @nrwl/[email protected], @nrwl/[email protected]
[email protected] (upgraded) install package.json via @ethersproject/[email protected], [email protected]
[email protected] (upgraded) postinstall package.json via [email protected], [email protected], [email protected], [email protected], [email protected]
🫣 Native code

Contains native code which could be a vector to obscure malicious code, and generally decrease the likelihood of reproducible or reliable installs.

Package Location
@parcel/[email protected] (added) package.json via @nrwl/[email protected], @nrwl/[email protected]
[email protected] (upgraded) package.json via [email protected], [email protected], [email protected]
[email protected] (upgraded) package.json via @ethersproject/[email protected], [email protected]
Socket.dev scan summary
Issue Status
Did you mean? ✅ no new possible package typos
Install scripts ⚠️ 12 new install scripts detected
Telemetry ✅ no new telemetry
Troll package ✅ no new troll packages
Malware ✅ no new malware
Native code ⚠️ 3 new native modules detected

Powered by socket.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant