Skip to content

Commit 91443ed

Browse files
authored
Merge pull request #195 from cardano-foundation/staging
Merge #191, #192, #193, #194 into main
2 parents 6b64d44 + 8f6363d commit 91443ed

File tree

15 files changed

+56
-10
lines changed

15 files changed

+56
-10
lines changed
97.3 KB
Binary file not shown.

Diff for: blog/2025-02-17-cardano-economic-parameters/index.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
slug: 2025-02-17-cardano-economic-parameters
3+
title: "A Deep Dive into Cardano’s Economic Parameters"
4+
authors: [cf]
5+
tags: [education,research ]
6+
---
7+
8+
The Cardano Foundation released the "Cardano Economic Parameters" whitepaper by Professor Massimo Morini, analyzing how parameters like k (desired pool count) and a₀ (pledge influence) shape stake pool rewards. It explores the impact of pool size, pledge, and ecosystem reserves while clarifying reserve distribution between rewards and the treasury. The paper provides insights for stake pool operators and governance participants to support informed decision-making on Cardano’s long-term sustainability.
9+
10+
<div style={{ textAlign: 'right' }}>
11+
[**Read more**](https://www.cardanofoundation.org/blog/deep-dive-cardano-economic-parameters)
12+
</div>
13+
14+
![weekly development report](./banner.webp)
15+
153 KB
Binary file not shown.

Diff for: blog/2025-02-28-weekly-development-report/index.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
slug: 2025-02-28-weekly-development-report
3+
title: "Weekly Development Report"
4+
authors: [iog]
5+
tags: [weekly development report, development]
6+
---
7+
8+
The February 28, 2025, development report highlights Cardano’s growth, with 1,987 projects building on the network, 1.324 million delegated wallets, and 10.70 million native tokens issued. Smart contracts expanded to 127,114 Plutus scripts, and on-chain transactions grew to 108.80 million. Governance engagement remains strong with 1,147 DReps. Iagon and Andamio Platform joined the Cardano Foundation’s Venture Hub, Carlos Souza introduced ‘Xander,’ an Elixir library for node connections, and Butane Synthetics is launching Cardano’s first distributed, fault-resistant oracle.
9+
10+
<div style={{ textAlign: 'right' }}>
11+
[**Read more**](https://www.essentialcardano.io/development-update/weekly-development-report-as-of-2025-02-28)
12+
</div>
13+
14+
![weekly development report](./banner.webp)
15+
206 KB
Loading

Diff for: blog/2025-03-04-community-digest/index.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
slug: 2025-03-04-community-digest
3+
title: "Community Digest"
4+
authors: [cf]
5+
tags: [community digest, governance]
6+
---
7+
8+
9+
The March 4, 2025, Cardano Community Digest highlights the inclusion of ada in the newly announced U.S. Crypto Strategic Reserve alongside BTC, ETH, XRP, and SOL, reinforcing Cardano’s growing recognition. The latest SPO Table Talk explores the redesigned staking rewards calculator, featuring real-time data, Monte Carlo simulations, and governance modeling. IOG released a documentary on the Cardano Blockchain Constitution, capturing key moments from the December 2024 Constitutional Convention and its on-chain ratification in February 2025. These developments underscore Cardano’s increasing role in global finance, governance, and blockchain innovation.
10+
11+
<div style={{ textAlign: 'right' }}>
12+
[**Read more**](https://forum.cardano.org/t/digest-march-04-2025-u-s-president-trump-confirms-ada-in-crypto-strategic-reserve-spo-table-talk-exploring-the-new-staking-rewards-calculator-the-cardano-blockchain-constitution-documentary-by-iog/)
13+
</div>
14+
15+
![community digest](./community-digest.png)
16+

Diff for: netlify.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Activates the browser's built-in cross-site scripting (XSS) filter and blocks responses if an attack is detected.
1010
X-XSS-Protection = "1; mode=block"
1111
# Ensures that only trusted content is executed and styled. TODO: Consider using nonces or hashes for inline scripts instead of unsafe-inline.
12-
Content-Security-Policy = "default-src 'self'; script-src 'self' 'unsafe-inline' https://cardano.org https://new-cardano-org-staging.netlify.app https://www.googletagmanager.com https://js.hsforms.net https://forms.hsforms.com https://www.google.com https://www.gstatic.com; img-src 'self' https://cardano.org https://new-cardano-org-staging.netlify.app https://forms.hsforms.com https://forms-eu1.hsforms.com data: https://*.ytimg.com; style-src 'self' 'unsafe-inline'; frame-src 'self' https://www.youtube.com https://www.youtube-nocookie.com https://www.google.com https://*.hsforms.com https://new-cardano-org-staging.netlify.app/reward-calculator/ https://cardano.org/reward-calculator/; media-src 'self' https://www.youtube.com https://www.youtube-nocookie.com; connect-src 'self' https://hubspot-forms-static-embed.s3.amazonaws.com https://*.hsforms.com https://*.google-analytics.com https://cardano-mainnet.blockfrost.io https://api.koios.rest https://hey.cardano.org;"
12+
Content-Security-Policy = "default-src 'self'; script-src 'self' 'unsafe-inline' https://cardano.org https://new-cardano-org-staging.netlify.app https://www.googletagmanager.com https://js.hsforms.net https://forms.hsforms.com https://www.google.com https://www.gstatic.com; img-src 'self' https://cardano.org https://new-cardano-org-staging.netlify.app https://forms.hsforms.com https://forms-eu1.hsforms.com data: https://*.ytimg.com; style-src 'self' 'unsafe-inline'; frame-src 'self' https://www.youtube.com https://www.youtube-nocookie.com https://www.google.com https://*.hsforms.com https://new-cardano-org-staging.netlify.app/reward-calculator/ https://cardano.org/reward-calculator/; media-src 'self' https://www.youtube.com https://www.youtube-nocookie.com; connect-src 'self' https://hubspot-forms-static-embed.s3.amazonaws.com https://*.hsforms.com https://*.google-analytics.com https://cardano-mainnet.blockfrost.io https://data.cardano.org https://hey.cardano.org;"
1313
# Enforces secure connections via HTTPS, protecting against certain types of man-in-the-middle attacks.
1414
Strict-Transport-Security = "max-age=63072000; includeSubDomains; preload"
1515
# Controls information provided as the HTTP Referer header when navigating from your site, enhancing privacy and security.
@@ -30,7 +30,7 @@
3030
for = "/crewardcalculator/*"
3131
[headers.values]
3232
X-Frame-Options = "SAMEORIGIN"
33-
Content-Security-Policy = "default-src 'self'; script-src 'self' 'unsafe-inline' https://cardano.org https://new-cardano-org-staging.netlify.app https://www.googletagmanager.com https://js.hsforms.net https://forms.hsforms.com https://www.google.com https://www.gstatic.com; img-src 'self' https://cardano.org https://new-cardano-org-staging.netlify.app https://forms.hsforms.com https://forms-eu1.hsforms.com data: https://*.ytimg.com; style-src 'self' 'unsafe-inline'; frame-src 'self' https://www.youtube.com https://www.youtube-nocookie.com https://www.google.com https://*.hsforms.com https://cardano.org https://new-cardano-org-staging.netlify.app; media-src 'self' https://www.youtube.com https://www.youtube-nocookie.com; connect-src 'self' https://api.koios.rest https://hey.cardano.org"
33+
Content-Security-Policy = "default-src 'self'; script-src 'self' 'unsafe-inline' https://cardano.org https://new-cardano-org-staging.netlify.app https://www.googletagmanager.com https://js.hsforms.net https://forms.hsforms.com https://www.google.com https://www.gstatic.com; img-src 'self' https://cardano.org https://new-cardano-org-staging.netlify.app https://forms.hsforms.com https://forms-eu1.hsforms.com data: https://*.ytimg.com; style-src 'self' 'unsafe-inline'; frame-src 'self' https://www.youtube.com https://www.youtube-nocookie.com https://www.google.com https://*.hsforms.com https://cardano.org https://new-cardano-org-staging.netlify.app; media-src 'self' https://www.youtube.com https://www.youtube-nocookie.com; connect-src 'self' https://data.cardano.org https://hey.cardano.org"
3434

3535
# Redirects
3636
[[redirects]]

Diff for: src/pages/exchanges.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ export default function Home() {
6767
<BackgroundWrapper backgroundType={"gradientLight"}>
6868
<BoundaryBox>
6969
<CtaOneColumn
70-
title="Focus On What Matters. Leave The Rest To Us"
71-
buttonLabel={"Acess Adrestia"}
70+
title="Focus On What Matters. Leave The Rest To Us."
71+
buttonLabel={"Access Adrestia"}
7272
buttonLink={"https://input-output-hk.github.io/adrestia/"}
7373
/>
7474
</BoundaryBox>

Diff for: static/crewardcalculator/404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/crewardcalculator/_next/static/css/46694a2e3f2dde89.css" as="style"/><link rel="stylesheet" href="/crewardcalculator/_next/static/css/46694a2e3f2dde89.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/crewardcalculator/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/crewardcalculator/_next/static/chunks/webpack-2e9c6a3f0f30e4f9.js" defer=""></script><script src="/crewardcalculator/_next/static/chunks/framework-64ad27b21261a9ce.js" defer=""></script><script src="/crewardcalculator/_next/static/chunks/main-dfb077c8afae29b4.js" defer=""></script><script src="/crewardcalculator/_next/static/chunks/pages/_app-87cee5540118d1b4.js" defer=""></script><script src="/crewardcalculator/_next/static/chunks/pages/_error-7a92967bea80186d.js" defer=""></script><script src="/crewardcalculator/_next/static/HQtolw4UCHy19EfcJ6j40/_buildManifest.js" defer=""></script><script src="/crewardcalculator/_next/static/HQtolw4UCHy19EfcJ6j40/_ssgManifest.js" defer=""></script></head><body class="antialiased"><div id="__next"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">This page could not be found<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"HQtolw4UCHy19EfcJ6j40","assetPrefix":"/crewardcalculator","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
1+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/crewardcalculator/_next/static/css/46694a2e3f2dde89.css" as="style"/><link rel="stylesheet" href="/crewardcalculator/_next/static/css/46694a2e3f2dde89.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/crewardcalculator/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/crewardcalculator/_next/static/chunks/webpack-2e9c6a3f0f30e4f9.js" defer=""></script><script src="/crewardcalculator/_next/static/chunks/framework-64ad27b21261a9ce.js" defer=""></script><script src="/crewardcalculator/_next/static/chunks/main-dfb077c8afae29b4.js" defer=""></script><script src="/crewardcalculator/_next/static/chunks/pages/_app-87cee5540118d1b4.js" defer=""></script><script src="/crewardcalculator/_next/static/chunks/pages/_error-7a92967bea80186d.js" defer=""></script><script src="/crewardcalculator/_next/static/e6pClACMAj1wi4Qst-eOA/_buildManifest.js" defer=""></script><script src="/crewardcalculator/_next/static/e6pClACMAj1wi4Qst-eOA/_ssgManifest.js" defer=""></script></head><body class="antialiased"><div id="__next"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">This page could not be found<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"e6pClACMAj1wi4Qst-eOA","assetPrefix":"/crewardcalculator","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>

Diff for: static/crewardcalculator/_next/static/chunks/pages/index-3db1a938b940ede3.js

-1
This file was deleted.

Diff for: static/crewardcalculator/_next/static/chunks/pages/index-4dccccc640d6330c.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: static/crewardcalculator/_next/static/HQtolw4UCHy19EfcJ6j40/_buildManifest.js renamed to static/crewardcalculator/_next/static/e6pClACMAj1wi4Qst-eOA/_buildManifest.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)