Skip to content

Commit 218eefd

Browse files
feat: Add TMYG 16 (#138)
* feat: Add TMYG 16 * move, fix styles, nitpicks * rename, fix slug --------- Co-authored-by: leohhhn <[email protected]>
1 parent 9f88a26 commit 218eefd

File tree

1 file changed

+93
-0
lines changed

1 file changed

+93
-0
lines changed

posts/2025-09-30_tmyg-16/README.md

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
---
2+
publication_date: 2025-09-30T00:00:00Z
3+
slug: monthly-dev-16
4+
tags: [gnoland, ecosystem, updates, TMYG, community]
5+
authors: [michelleellen]
6+
---
7+
8+
# The More You Gno 16
9+
10+
In this edition of *The More You Gno*, we're highlighting progress made during
11+
the recent *Just Make* sprint (still ongoing), the release of Test8 (a closed
12+
testnet for performance testing), and what’s coming next as we move closer to a
13+
Beta Mainnet release candidate.
14+
15+
## 'Just Make' Gno.land
16+
17+
The kick off of the *Just Make* initiative gave a significant push toward Beta
18+
Mainnet readiness. Seventeen team members, partners, and contributors gathered
19+
in person, many more supported remotely, to identify and fast-track the remaining
20+
Beta Mainnet scope.
21+
22+
During the first-phase with the in-person sprint, the team completed around 65%
23+
of the outstanding work required for the Beta launch. Most pending pull requests
24+
were reviewed, with a few important ones like the [`std split`](https://github.com/gnolang/gno/pull/4040)
25+
just recently completed.
26+
27+
We also released Test8 during the in-person session, which incorporated all
28+
merged PRs from the initial part of the sprint. This testnet release included
29+
a major update to the examples folder, making a clearer distinction between
30+
system contracts and demo contracts.
31+
32+
Looking ahead, the focus is on wrapping up the final items from the *Just Make*
33+
scope, which are available for review in the linked [project](https://github.com/orgs/gnolang/projects/62).
34+
Test9 is coming soon, and we’ll continue stress testing the network to ensure
35+
stability.
36+
37+
## Testnet News
38+
39+
While Test7 has been sunsetted, it played an important role in recent improvements.
40+
GovDAO v3 was thoroughly tested on Test7, with seven proposals created, voted on,
41+
and executed on-chain. Network performance improved significantly, scaling the
42+
validator set to 35 nodes, and external workflows are now running more smoothly
43+
across the board.
44+
45+
The [Gno.land staging network](https://gno.land) is up-to-date with the latest merges on the
46+
monorepo, and another live network for testing your code real-time with all the
47+
newest features.
48+
49+
## Stay in the Gno: Gnome Digest and Tech Discussions
50+
51+
There are several ways to stay updated with what’s happening in the Gno.land
52+
builder community. Gnome Digest is a weekly [roundup](https://x.com/_gnoland/status/1965445290279985630) of contributor updates,
53+
shared on X. Every other week, we also host Tech Discussions published on
54+
[YouTube](https://youtu.be/b-hPHxVGuq8), where contributors share demos, the team covers key topics, and
55+
DevRel recaps recent builder highlights.
56+
57+
If you’re looking to engage directly, you’re always welcome to join our developer
58+
office hours every week (Thursdays) on Discord.
59+
60+
## Contributor Program
61+
62+
We recently [concluded](https://gno.land/r/gnoland/blog:p/scp-cohort-4) a Student Contributor Program (SCP) cohort, which
63+
brought in several students from Epitech University for a six-month deep dive
64+
into Gno. They worked on various aspects of the project. We’ve kicked off a new
65+
SCP program for the second half of the year, and look forward to their contributions.
66+
67+
We’re always looking for new contributors, and the best way to get started is by
68+
exploring the ‘good first issues’ on the repo and opening pull requests to help
69+
resolve them. You can also visit the Gnoverse [community repo](https://github.com/gnoverse/community) to develop
70+
your smart contract templates for feedback.
71+
72+
## Bounty Program Update
73+
74+
The Gno.land Bounty Program continues to grow and evolve. It covers a range of
75+
categories including Meta, Scoped, Competing Implementations, and Architectural
76+
Solutions. A new category, Security Bounties, was recently added, focusing on
77+
providing solutions to select security issues. Developers interested in participating
78+
can find active opportunities by searching for the "bounty" label on the Gno repository.
79+
More information, including participation guidelines, is available in the
80+
[Gno.land Bounties Repo](https://github.com/gnolang/bounties).
81+
82+
83+
## New Workshop: Intro to Gno
84+
85+
At GopherCon in August, we hosted a [hands-on workshop](https://github.com/aeddi/gno-workshop) to help Go developers
86+
get started with Gno. The session walked attendees through building their first
87+
Gno application step by step. It's now available online for anyone looking to
88+
start their journey with the Gno platform.
89+
90+
91+
So now you gno! As the team continues to work on getting Gno.land ready for
92+
Beta Mainnet, we want to thank the entire community of gnomes around the world
93+
for your continued support and contributions.

0 commit comments

Comments
 (0)