Skip to content

Commit 44424ec

Browse files
authored
Merge branch 'main' into tsc-hw-br
Signed-off-by: Daniel Ntege <danientege785@gmail.com>
2 parents 8c50be2 + aa57bae commit 44424ec

File tree

10 files changed

+650
-280
lines changed

10 files changed

+650
-280
lines changed

content/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ section_what_is_hiero_heading = "What is Hiero?"
1010
section_what_is_hiero_text = '''
1111
Hiero, a <a href="http://www.lfdecentralizedtrust.org/" target="_blank" rel="noreferrer noopener">Linux Foundation Decentralized Trust</a> project, is an open-source, vendor-neutral distributed ledger technology. Hiero is used to build the <a href="https://hedera.com/" target="_blank" rel="noreferrer noopener">Hedera</a> public ledger.'''
1212

13-
section_why_open_source_heading = "Why is Hiero Open Source?"
14-
section_why_open_source_text = "The main goal of Hiero is to create a diverse community of developers, dreamers, and builders working to make the world more fair, fast, and secure. To achieve that goal it is critical that everyone can access the source of Hiero and move the project forward. A decentralized network that is used by enterprises and critical infrastructure around the world must be vendor-neutral and fully auditable."
13+
1514

1615
section_what_parts_open_source_heading = "What parts of Hiero are Open Source?"
1716
section_what_parts_open_source_text = '''
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
+++
2+
title = "Hiero Links For The Week of April 6th"
3+
featured_image = "/images/april_six.png"
4+
date = 2026-04-06
5+
categories = ["Blog"]
6+
abstract = """An overview of the updates that happened in Hiero during
7+
the week of April 6th."""
8+
[[authors]]
9+
name = "Angelina Ceppaluni"
10+
organization = "Hiero"
11+
+++
12+
13+
## Hiero Links For The Week Of April 6th
14+
15+
This week featured a lot of new and exciting updates within the Hiero Organization.
16+
Below are links to some of things that happend this past week. **Check it out!**
17+
18+
---
19+
**Cheese Cake** added [ToString tests](https://github.com/hiero-ledger/hiero-sdk-cpp/pull/1335) for TokenAssociation in the C++ SDK.
20+
21+
**Sophie Bulloch** added a [concurrency guard](https://github.com/hiero-ledger/hiero-sdk-python/pull/2072) in the Python sdk to prevent overlapping runs, and updates related workflow metadata.
22+
23+
**Ajay Rajera** converted the [repositories carousel](https://github.com/hiero-ledger/hiero-website/pull/343) to static grid layout in the hiero website.
24+
25+
**Sophie Bulloch** added a [CodeQL workflow](https://github.com/hiero-ledger/hiero-sdk-python/pull/2085) to ensure code scanning on PR’s and daily checks.
26+
27+
**Want to be featured on the Hiero-Website?**
28+
--
29+
Follow this link to be featured on the Hiero-Website: [Discord Guide](https://github.com/hiero-ledger/hiero-website/blob/main/docs/discord.md)!

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"dependencies": {
1919
"date-fns": "^4.1.0",
2020
"gray-matter": "^4.0.3",
21-
"next": "16.1.7",
21+
"next": "16.2.3",
2222
"react": "19.2.4",
2323
"react-dom": "19.2.4",
2424
"react-markdown": "^10.1.0",
2525
"swiper": "^12.1.3",
26-
"toml": "^3.0.0"
26+
"toml": "^4.1.1"
2727
},
2828
"devDependencies": {
2929
"@tailwindcss/postcss": "^4.2.2",
@@ -35,18 +35,20 @@
3535
"@types/react": "^19.2.14",
3636
"@types/react-dom": "^19.2.3",
3737
"@vitejs/plugin-react": "6.0.1",
38-
"@vitest/coverage-v8": "4.1.1",
38+
"@vitest/coverage-v8": "4.1.3",
3939
"eslint": "^9.39.4",
40-
"eslint-config-next": "16.2.1",
41-
"jsdom": "^29.0.1",
40+
"eslint-config-next": "16.2.3",
41+
"jsdom": "^29.0.2",
4242
"prettier": "^3.8.1",
4343
"tailwindcss": "^4.2.2",
4444
"typescript": "^5.9.3",
45-
"vitest": "^4.1.1"
45+
"vite": "8.0.5",
46+
"vitest": "4.1.3"
4647
},
4748
"pnpm": {
4849
"overrides": {
49-
"tinyexec": "1.0.2"
50+
"tinyexec": "1.0.2",
51+
"vite": "8.0.5"
5052
}
5153
}
5254
}

0 commit comments

Comments
 (0)