interface icon indicating copy to clipboard operation
interface copied to clipboard

WIP: Cross chain GHO

Open foodaka opened this issue 11 months ago • 13 comments

General Changes

  • Fixes XYZ bug
  • Adds XYZ feature

Developer Notes

Add any notes here that may be helpful for reviewers.


Author Checklist

Please ensure you, the author, have gone through this checklist to ensure there is an efficient workflow for the reviewers.

  • [ ] The base branch is set to main
  • [ ] The title is using Conventional Commit formatting
  • [ ] The Github issue has been linked to the PR in the Development section
  • [ ] The General Changes section has been filled out
  • [ ] Developer Notes have been added (optional)

If the PR is ready for review:

  • [ ] The PR is in Open state and not in Draft mode
  • [ ] The Ready for Dev Review label has been added

Reviewer Checklist

Please ensure you, as the reviewer(s), have gone through this checklist to ensure that the code changes are ready to ship safely and to help mitigate any downstream issues that may occur.

  • [ ] End-to-end tests are passing without any errors
  • [ ] Code style generally follows existing patterns
  • [ ] Code changes do not significantly increase the application bundle size
  • [ ] If there are new 3rd-party packages, they do not introduce potential security threats
  • [ ] If there are new environment variables being added, they have been added to the .env.example file as well as the pertinant .github/actions/* files
  • [ ] There are no CI changes, or they have been approved by the DevOps and Engineering team(s)
  • [ ] Code changes have been quality checked in the ephemeral URL
  • [ ] QA verification has been completed
  • [ ] There are two or more approvals from the core team
  • [ ] Squash and merge has been checked

foodaka avatar Mar 20 '24 12:03 foodaka

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

height[bot] avatar Mar 20 '24 12:03 height[bot]

📦 Next.js Bundle Analysis for aave-ui

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

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 538.56 KB (🟡 +139 B)
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!

New Page Added

The following page was added to the bundle from the code in this PR:

Page Size (compressed) First Load
/bridge 19.23 KB 557.79 KB

Eleven Pages Changed Size

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

Page Size (compressed) First Load
/ 79.06 KB (🟡 +967 B) 617.61 KB
/404 6.71 KB (🟡 +1 B) 545.26 KB
/500 7.13 KB (🟡 +1 B) 545.69 KB
/faucet 28.22 KB (🟡 +2 B) 566.78 KB
/governance 88.55 KB (-2 B) 627.11 KB
/governance/v3/proposal 128.84 KB (-2 B) 667.4 KB
/history 36.89 KB (🟡 +1 B) 575.44 KB
/markets 29.63 KB (🟢 -93 B) 568.18 KB
/reserve-overview 24.08 KB (-1 B) 562.64 KB
/staking 23.25 KB (🟢 -737 B) 561.8 KB
/v3-migration 40.22 KB (🟡 +4 B) 578.78 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.

github-actions[bot] avatar Mar 25 '24 17:03 github-actions[bot]

  • Ipfs hash: bafybeig7o5d47oih5e6laiilem36f7szwmaszgwmis4d45yimfdvfuxgqu
  • Ipfs preview link: https://bafybeig7o5d47oih5e6laiilem36f7szwmaszgwmis4d45yimfdvfuxgqu.ipfs.cf-ipfs.com/

github-actions[bot] avatar Mar 25 '24 17:03 github-actions[bot]

📦 Next.js Bundle Analysis for aave-ui

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

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 538.57 KB (🟡 +156 B)
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!

New Page Added

The following page was added to the bundle from the code in this PR:

Page Size (compressed) First Load
/bridge 31.53 KB 570.1 KB

Eleven Pages Changed Size

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

Page Size (compressed) First Load
/ 78.54 KB (🟡 +435 B) 617.11 KB
/404 6.71 KB (🟡 +1 B) 545.28 KB
/500 7.13 KB (🟡 +1 B) 545.7 KB
/faucet 27.68 KB (🟢 -556 B) 566.25 KB
/governance 88.55 KB (-2 B) 627.12 KB
/governance/v3/proposal 128.84 KB (-2 B) 667.41 KB
/history 36.37 KB (🟢 -533 B) 574.94 KB
/markets 29.63 KB (🟢 -93 B) 568.2 KB
/reserve-overview 24.08 KB (-1 B) 562.66 KB
/staking 23.25 KB (🟢 -737 B) 561.82 KB
/v3-migration 39.66 KB (🟢 -573 B) 578.23 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.

github-actions[bot] avatar Mar 26 '24 11:03 github-actions[bot]

  • Ipfs hash: bafybeihhxm6fr3xjxlv5jvgynqeda52w5bzkxqquad6hfagrmwb2rq3kqm
  • Ipfs preview link: https://bafybeihhxm6fr3xjxlv5jvgynqeda52w5bzkxqquad6hfagrmwb2rq3kqm.ipfs.cf-ipfs.com/

github-actions[bot] avatar Mar 26 '24 11:03 github-actions[bot]

📦 Next.js Bundle Analysis for aave-ui

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

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 538.57 KB (🟡 +157 B)
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!

New Page Added

The following page was added to the bundle from the code in this PR:

Page Size (compressed) First Load
/bridge 31.53 KB 570.11 KB

Eleven Pages Changed Size

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

Page Size (compressed) First Load
/ 78.54 KB (🟡 +435 B) 617.11 KB
/404 6.71 KB (🟡 +1 B) 545.28 KB
/500 7.13 KB (🟡 +1 B) 545.7 KB
/faucet 27.68 KB (🟢 -556 B) 566.25 KB
/governance 88.55 KB (-2 B) 627.12 KB
/governance/v3/proposal 128.84 KB (-2 B) 667.42 KB
/history 36.37 KB (🟢 -533 B) 574.94 KB
/markets 29.63 KB (🟢 -93 B) 568.2 KB
/reserve-overview 24.08 KB (-1 B) 562.66 KB
/staking 23.25 KB (🟢 -737 B) 561.82 KB
/v3-migration 39.66 KB (🟢 -573 B) 578.23 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.

github-actions[bot] avatar Mar 26 '24 12:03 github-actions[bot]

  • Ipfs hash: bafybeigdknul6sazh524665myi2qj4rjgfsnmfbdjgq4hkrr72myqixrty
  • Ipfs preview link: https://bafybeigdknul6sazh524665myi2qj4rjgfsnmfbdjgq4hkrr72myqixrty.ipfs.cf-ipfs.com/

github-actions[bot] avatar Mar 26 '24 12:03 github-actions[bot]

📦 Next.js Bundle Analysis for aave-ui

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

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 538.58 KB (🟡 +159 B)
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!

New Page Added

The following page was added to the bundle from the code in this PR:

Page Size (compressed) First Load
/bridge 31.53 KB 570.11 KB

Eleven Pages Changed Size

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

Page Size (compressed) First Load
/ 78.54 KB (🟡 +435 B) 617.11 KB
/404 6.71 KB (🟡 +1 B) 545.28 KB
/500 7.13 KB (🟡 +1 B) 545.71 KB
/faucet 27.68 KB (🟢 -556 B) 566.25 KB
/governance 88.55 KB (-2 B) 627.13 KB
/governance/v3/proposal 128.84 KB (-2 B) 667.42 KB
/history 36.37 KB (🟢 -533 B) 574.94 KB
/markets 29.63 KB (🟢 -93 B) 568.2 KB
/reserve-overview 24.08 KB (-1 B) 562.66 KB
/staking 23.25 KB (🟢 -737 B) 561.82 KB
/v3-migration 39.66 KB (🟢 -573 B) 578.23 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.

github-actions[bot] avatar Mar 26 '24 12:03 github-actions[bot]

  • Ipfs hash: bafybeibs6gpwjy6ze4zxk7e7dfmfe7kera4hhrv4mnxxmyypgzevu3c5ki
  • Ipfs preview link: https://bafybeibs6gpwjy6ze4zxk7e7dfmfe7kera4hhrv4mnxxmyypgzevu3c5ki.ipfs.cf-ipfs.com/

github-actions[bot] avatar Mar 26 '24 12:03 github-actions[bot]

📦 Next.js Bundle Analysis for aave-ui

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

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 538.58 KB (🟡 +160 B)
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!

New Page Added

The following page was added to the bundle from the code in this PR:

Page Size (compressed) First Load
/bridge 31.53 KB 570.11 KB

Eleven Pages Changed Size

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

Page Size (compressed) First Load
/ 78.54 KB (🟡 +435 B) 617.11 KB
/404 6.71 KB (🟡 +1 B) 545.28 KB
/500 7.13 KB (🟡 +1 B) 545.71 KB
/faucet 27.68 KB (🟢 -556 B) 566.25 KB
/governance 88.55 KB (-2 B) 627.13 KB
/governance/v3/proposal 128.84 KB (-2 B) 667.42 KB
/history 36.37 KB (🟢 -533 B) 574.94 KB
/markets 29.67 KB (🟢 -52 B) 568.24 KB
/reserve-overview 24.08 KB (-1 B) 562.66 KB
/staking 23.25 KB (🟢 -737 B) 561.82 KB
/v3-migration 39.66 KB (🟢 -573 B) 578.24 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.

github-actions[bot] avatar Mar 26 '24 15:03 github-actions[bot]

  • Ipfs hash: bafybeiejqjrobolxqdrkgd4off767pkrtm4a6gfcmk4jifzowugmq3yode
  • Ipfs preview link: https://bafybeiejqjrobolxqdrkgd4off767pkrtm4a6gfcmk4jifzowugmq3yode.ipfs.cf-ipfs.com/

github-actions[bot] avatar Mar 26 '24 15:03 github-actions[bot]

📦 Next.js Bundle Analysis for aave-ui

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

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 539.62 KB (🟡 +792 B)
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!

New Page Added

The following page was added to the bundle from the code in this PR:

Page Size (compressed) First Load
/bridge 31.59 KB 571.22 KB

Eleven Pages Changed Size

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

Page Size (compressed) First Load
/ 78.54 KB (🟡 +436 B) 618.16 KB
/404 6.71 KB (🟡 +1 B) 546.33 KB
/500 7.13 KB (🟡 +1 B) 546.75 KB
/faucet 27.75 KB (🟢 -561 B) 567.37 KB
/governance 88.55 KB (-2 B) 628.17 KB
/governance/v3/proposal 128.84 KB (-2 B) 668.47 KB
/history 36.37 KB (🟢 -533 B) 575.99 KB
/markets 29.66 KB (🟢 -94 B) 569.29 KB
/reserve-overview 24.19 KB (-2 B) 563.82 KB
/staking 23.61 KB (🟢 -754 B) 563.23 KB
/v3-migration 39.66 KB (🟢 -573 B) 579.28 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.

github-actions[bot] avatar Apr 04 '24 15:04 github-actions[bot]

  • Ipfs hash: bafybeicl7ctlojuak7r4oc5bbipjw5hdidvgl4of7sm3vqsb3ivg27ygei
  • Ipfs preview link: https://bafybeicl7ctlojuak7r4oc5bbipjw5hdidvgl4of7sm3vqsb3ivg27ygei.ipfs.cf-ipfs.com/

github-actions[bot] avatar Apr 04 '24 15:04 github-actions[bot]

📦 Next.js Bundle Analysis for aave-ui

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

⚠️ Global Bundle Size Increased

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

New Page Added

The following page was added to the bundle from the code in this PR:

Page Size (compressed) First Load
/bridge 47.03 KB 586.76 KB

Eleven Pages Changed Size

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

Page Size (compressed) First Load
/ 77.38 KB (🟡 +302 B) 617.11 KB
/404 6.7 KB (🟡 +2 B) 546.43 KB
/500 7.13 KB (🟡 +1 B) 546.86 KB
/faucet 27.77 KB (🟢 -563 B) 567.49 KB
/governance 88.44 KB (🟢 -128 B) 628.17 KB
/governance/v3/proposal 128.71 KB (🟢 -132 B) 668.44 KB
/history 36.39 KB (🟢 -534 B) 576.11 KB
/markets 31.01 KB (🟢 -144 B) 570.74 KB
/reserve-overview 24.91 KB (🟡 +736 B) 564.64 KB
/staking 26.55 KB (-2 B) 566.28 KB
/v3-migration 41.61 KB (🟢 -579 B) 581.34 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.

github-actions[bot] avatar Jun 05 '24 15:06 github-actions[bot]

  • Ipfs hash: bafybeig7ktcmgoqqz6eu6rcvmiiosd5qezizym6vbsam7nyyep7ym53m2y
  • Ipfs preview link: https://bafybeig7ktcmgoqqz6eu6rcvmiiosd5qezizym6vbsam7nyyep7ym53m2y.ipfs.cf-ipfs.com/

github-actions[bot] avatar Jun 05 '24 15:06 github-actions[bot]

📦 Next.js Bundle Analysis for aave-ui

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

⚠️ Global Bundle Size Increased

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

New Page Added

The following page was added to the bundle from the code in this PR:

Page Size (compressed) First Load
/bridge 47.03 KB 586.82 KB

Eleven Pages Changed Size

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

Page Size (compressed) First Load
/ 77.38 KB (🟡 +302 B) 617.17 KB
/404 6.7 KB (🟡 +2 B) 546.49 KB
/500 7.13 KB (🟡 +1 B) 546.92 KB
/faucet 27.77 KB (🟢 -563 B) 567.55 KB
/governance 88.44 KB (🟢 -128 B) 628.23 KB
/governance/v3/proposal 128.71 KB (🟢 -132 B) 668.5 KB
/history 36.39 KB (🟢 -534 B) 576.17 KB
/markets 31.01 KB (🟢 -144 B) 570.8 KB
/reserve-overview 24.91 KB (🟡 +736 B) 564.7 KB
/staking 26.55 KB (-2 B) 566.34 KB
/v3-migration 41.61 KB (🟢 -579 B) 581.4 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.

github-actions[bot] avatar Jun 05 '24 21:06 github-actions[bot]

  • Ipfs hash: bafybeid7mwk5f2qun6jymli53rv2pg7gwplevbrtxeqr2f3i3lpby63loy
  • Ipfs preview link: https://bafybeid7mwk5f2qun6jymli53rv2pg7gwplevbrtxeqr2f3i3lpby63loy.ipfs.cf-ipfs.com/

github-actions[bot] avatar Jun 05 '24 21:06 github-actions[bot]

📦 Next.js Bundle Analysis for aave-ui

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

⚠️ Global Bundle Size Increased

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

New Page Added

The following page was added to the bundle from the code in this PR:

Page Size (compressed) First Load
/bridge 47.03 KB 586.85 KB

Eleven Pages Changed Size

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

Page Size (compressed) First Load
/ 77.38 KB (🟡 +302 B) 617.2 KB
/404 6.7 KB (🟡 +2 B) 546.52 KB
/500 7.13 KB (🟡 +1 B) 546.95 KB
/faucet 27.77 KB (🟢 -563 B) 567.58 KB
/governance 88.44 KB (🟢 -128 B) 628.26 KB
/governance/v3/proposal 128.71 KB (🟢 -132 B) 668.53 KB
/history 36.39 KB (🟢 -534 B) 576.2 KB
/markets 31.01 KB (🟢 -144 B) 570.83 KB
/reserve-overview 24.91 KB (🟡 +736 B) 564.73 KB
/staking 26.55 KB (-2 B) 566.37 KB
/v3-migration 41.61 KB (🟢 -579 B) 581.43 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.

github-actions[bot] avatar Jun 06 '24 16:06 github-actions[bot]

  • Ipfs hash: bafybeicxmxbbsyluqsfn2cdol4sgfm22upq7qmsak42mzmyc2vq6ikm7ci
  • Ipfs preview link: https://bafybeicxmxbbsyluqsfn2cdol4sgfm22upq7qmsak42mzmyc2vq6ikm7ci.ipfs.cf-ipfs.com/

github-actions[bot] avatar Jun 06 '24 16:06 github-actions[bot]

  • Ipfs hash: bafybeiglfaaio53k64qo4vpdfxga2ul6iar4r5liidxyojqzr2zepgqyfe
  • Ipfs preview link: https://bafybeiglfaaio53k64qo4vpdfxga2ul6iar4r5liidxyojqzr2zepgqyfe.ipfs.cf-ipfs.com/

github-actions[bot] avatar Jun 06 '24 17:06 github-actions[bot]

📦 Next.js Bundle Analysis for aave-ui

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

⚠️ Global Bundle Size Increased

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

New Page Added

The following page was added to the bundle from the code in this PR:

Page Size (compressed) First Load
/bridge 48.16 KB 587.99 KB

Ten Pages Changed Size

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

Page Size (compressed) First Load
/ 77.15 KB (🟡 +61 B) 616.98 KB
/404 6.7 KB (🟡 +2 B) 546.54 KB
/500 7.13 KB (🟡 +1 B) 546.96 KB
/faucet 28.32 KB (🟡 +2 B) 568.15 KB
/governance 88.44 KB (🟢 -128 B) 628.28 KB
/governance/v3/proposal 128.71 KB (🟢 -132 B) 668.54 KB
/markets 31.01 KB (🟢 -144 B) 570.84 KB
/reserve-overview 24.19 KB (-1 B) 564.02 KB
/staking 26.55 KB (-2 B) 566.38 KB
/v3-migration 42.18 KB (🟡 +1 B) 582.01 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.

github-actions[bot] avatar Jun 06 '24 17:06 github-actions[bot]

  • Ipfs hash: bafybeidpgyxhuxj24oelxuekucdxmvxdu37cqea4a4u7u6l5nha4udnx4i
  • Ipfs preview link: https://bafybeidpgyxhuxj24oelxuekucdxmvxdu37cqea4a4u7u6l5nha4udnx4i.ipfs.cf-ipfs.com/

github-actions[bot] avatar Jun 06 '24 18:06 github-actions[bot]

📦 Next.js Bundle Analysis for aave-ui

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

⚠️ Global Bundle Size Increased

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

New Page Added

The following page was added to the bundle from the code in this PR:

Page Size (compressed) First Load
/bridge 48.16 KB 587.99 KB

Ten Pages Changed Size

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

Page Size (compressed) First Load
/ 77.15 KB (🟡 +61 B) 616.98 KB
/404 6.7 KB (🟡 +2 B) 546.54 KB
/500 7.13 KB (🟡 +1 B) 546.96 KB
/faucet 28.32 KB (🟡 +2 B) 568.15 KB
/governance 88.44 KB (🟢 -128 B) 628.28 KB
/governance/v3/proposal 128.71 KB (🟢 -132 B) 668.54 KB
/markets 31.01 KB (🟢 -144 B) 570.84 KB
/reserve-overview 24.19 KB (-1 B) 564.02 KB
/staking 26.55 KB (-2 B) 566.38 KB
/v3-migration 42.18 KB (🟡 +1 B) 582.01 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.

github-actions[bot] avatar Jun 06 '24 18:06 github-actions[bot]

  • Ipfs hash: bafybeidam5u6xiz4upxjeyousty46exd2ttbwpsh7chkqx4swdaqdabxta
  • Ipfs preview link: https://bafybeidam5u6xiz4upxjeyousty46exd2ttbwpsh7chkqx4swdaqdabxta.ipfs.cf-ipfs.com/

github-actions[bot] avatar Jun 06 '24 19:06 github-actions[bot]

📦 Next.js Bundle Analysis for aave-ui

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

⚠️ Global Bundle Size Increased

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

New Page Added

The following page was added to the bundle from the code in this PR:

Page Size (compressed) First Load
/bridge 48.16 KB 588 KB

Ten Pages Changed Size

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

Page Size (compressed) First Load
/ 77.13 KB (🟡 +39 B) 616.96 KB
/404 6.7 KB (🟡 +2 B) 546.54 KB
/500 7.13 KB (🟡 +1 B) 546.96 KB
/faucet 28.32 KB (🟡 +2 B) 568.15 KB
/governance 88.44 KB (🟢 -128 B) 628.28 KB
/governance/v3/proposal 128.71 KB (🟢 -132 B) 668.54 KB
/markets 31.01 KB (🟢 -144 B) 570.85 KB
/reserve-overview 24.19 KB (-1 B) 564.03 KB
/staking 26.55 KB (-2 B) 566.39 KB
/v3-migration 42.18 KB (🟡 +1 B) 582.01 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.

github-actions[bot] avatar Jun 06 '24 19:06 github-actions[bot]

  • Ipfs hash: bafybeibmg4m6z7nxn7du5ci5wz5gtkrlxljgpqxa5phka3sirmlikkfbsi
  • Ipfs preview link: https://bafybeibmg4m6z7nxn7du5ci5wz5gtkrlxljgpqxa5phka3sirmlikkfbsi.ipfs.cf-ipfs.com/

github-actions[bot] avatar Jun 06 '24 19:06 github-actions[bot]

📦 Next.js Bundle Analysis for aave-ui

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

⚠️ Global Bundle Size Increased

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

New Page Added

The following page was added to the bundle from the code in this PR:

Page Size (compressed) First Load
/bridge 48.16 KB 587.98 KB

Ten Pages Changed Size

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

Page Size (compressed) First Load
/ 77.13 KB (🟡 +39 B) 616.95 KB
/404 6.7 KB (🟡 +2 B) 546.52 KB
/500 7.13 KB (🟡 +1 B) 546.95 KB
/faucet 28.32 KB (🟡 +2 B) 568.14 KB
/governance 88.44 KB (🟢 -128 B) 628.26 KB
/governance/v3/proposal 128.71 KB (🟢 -132 B) 668.53 KB
/markets 31.01 KB (🟢 -144 B) 570.83 KB
/reserve-overview 24.19 KB (-1 B) 564.01 KB
/staking 26.55 KB (-2 B) 566.37 KB
/v3-migration 42.18 KB (🟡 +1 B) 582 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.

github-actions[bot] avatar Jun 06 '24 19:06 github-actions[bot]

  • Ipfs hash: bafybeieq37jlx377imnlo23qre5hnt6naqot5q5jj7wv4s2sqk7x4xpkfe
  • Ipfs preview link: https://bafybeieq37jlx377imnlo23qre5hnt6naqot5q5jj7wv4s2sqk7x4xpkfe.ipfs.cf-ipfs.com/

github-actions[bot] avatar Jun 07 '24 18:06 github-actions[bot]

📦 Next.js Bundle Analysis for aave-ui

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

⚠️ Global Bundle Size Increased

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

New Page Added

The following page was added to the bundle from the code in this PR:

Page Size (compressed) First Load
/bridge 48.16 KB 588.01 KB

Ten Pages Changed Size

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

Page Size (compressed) First Load
/ 77.13 KB (🟡 +38 B) 616.98 KB
/404 6.7 KB (🟡 +2 B) 546.56 KB
/500 7.13 KB (🟡 +1 B) 546.98 KB
/faucet 28.32 KB (🟡 +2 B) 568.17 KB
/governance 88.44 KB (🟢 -128 B) 628.3 KB
/governance/v3/proposal 128.71 KB (🟢 -132 B) 668.56 KB
/markets 31.02 KB (🟢 -142 B) 570.87 KB
/reserve-overview 24.19 KB (-2 B) 564.04 KB
/staking 26.55 KB (-2 B) 566.41 KB
/v3-migration 42.18 KB (🟡 +1 B) 582.03 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.

github-actions[bot] avatar Jun 07 '24 18:06 github-actions[bot]

📦 Next.js Bundle Analysis for aave-ui

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

⚠️ Global Bundle Size Increased

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

New Page Added

The following page was added to the bundle from the code in this PR:

Page Size (compressed) First Load
/bridge 48.16 KB 588.02 KB

Ten Pages Changed Size

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

Page Size (compressed) First Load
/ 77.17 KB (🟡 +86 B) 617.03 KB
/404 6.7 KB (🟡 +2 B) 546.56 KB
/500 7.13 KB (🟡 +1 B) 546.99 KB
/faucet 28.32 KB (🟡 +2 B) 568.18 KB
/governance 88.44 KB (🟢 -128 B) 628.3 KB
/governance/v3/proposal 128.71 KB (🟢 -132 B) 668.57 KB
/markets 31.02 KB (🟢 -142 B) 570.88 KB
/reserve-overview 24.19 KB (-2 B) 564.05 KB
/staking 26.55 KB (-2 B) 566.41 KB
/v3-migration 42.18 KB (🟡 +1 B) 582.04 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.

github-actions[bot] avatar Jun 07 '24 20:06 github-actions[bot]