From a086d957f3abde9cd6eb619750e9111cb5b335a0 Mon Sep 17 00:00:00 2001 From: Michelle <117160070+michelleellen@users.noreply.github.com> Date: Mon, 29 Sep 2025 11:44:11 +0200 Subject: [PATCH 1/3] feat: Add TMYG 16 --- posts/tmyg_16.README.md | 50 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 posts/tmyg_16.README.md diff --git a/posts/tmyg_16.README.md b/posts/tmyg_16.README.md new file mode 100644 index 0000000..d1963b1 --- /dev/null +++ b/posts/tmyg_16.README.md @@ -0,0 +1,50 @@ +--- +publication_date: 2025-09-30T00:00:00Z +slug: tmyg-16 +tags: [gnoland, ecosystem, updates, TMYG, community] +authors: [michelleellen] +--- + +# The More You Gno 16 + +In this edition of *The More You Gno*, we're highlighting progress made during the recent *Just Make* sprint (still ongoing), the release of Test8 (a closed testnet for performance testing), and what’s coming next as we move closer to a Beta Mainnet release candidate. + +## **'Just Make' Gno.land** + +The kick off of the *Just Make* initiative gave a significant push toward Beta Mainnet readiness. Seventeen team members, partners, and contributors gathered in person, many more supported remotely, to identify and fast-track the remaining Beta Mainnet scope. + +During the first-phase with the in-person sprint, the team completed around 65% of the outstanding work required for the Beta launch. Most pending pull requests were reviewed, with a few important ones like the [STD split](https://github.com/gnolang/gno/pull/4040) just recently completed. + +We also released Test8 during the in-person session, which incorporated all merged PRs from the initial part of the sprint. This testnet release included a major update to the examples folder, making a clearer distinction between system contracts and demo contracts. + +Looking ahead, the focus is on wrapping up the final items from the *Just Make* scope, which are available for review in the linked [project](https://github.com/orgs/gnolang/projects/62). Test9 is coming soon, and we’ll continue stress testing the network to ensure stability. + +## **Testnet News** + +While Test7 has been sunsetted, it played an important role in recent improvements. GovDAO v3 was thoroughly tested on Test7, with seven proposals created, voted on, and executed on-chain. Network performance improved significantly, scaling the validator set to 35 nodes, and external workflows are now running more smoothly across the board. + +The [Gno.land](http://Gno.land) staging network is up-to-date with the latest merges on the monorepo, and another live network for testing your code real-time with all the newest features. + +## **Stay in the Gno: Gnome Digest and Tech Discussions** + +There are several ways to stay updated with what’s happening in the Gno.land builder community. Gnome Digest is a weekly [roundup](https://x.com/_gnoland/status/1965445290279985630) of contributor updates, shared on X. Every other week, we also host Tech Discussions published on [YouTube](https://youtu.be/b-hPHxVGuq8), where contributors share demos, the team covers key topics, and DevRel recaps recent builder highlights. + +If you’re looking to engage directly, you’re always welcome to join our developer office hours every week (Thursdays) on Discord. + +## **Contributor Program** + +We recently [concluded](https://gno.land/r/gnoland/blog:p/scp-cohort-4) a Student Contributor Program (SCP) cohort, which brought in several students from Epitech University for a six-month deep dive into Gno. They worked on various aspects of the project. We’ve kicked off a new SCP program for the second half of the year, and look forward to their contributions. + +We’re always looking for new contributors, and the best way to get started is by exploring the ‘good first issues’ on the repo and opening pull requests to help resolve them. You can also visit the Gnoverse [community repo](https://github.com/gnoverse/community) to develop your smart contract templates for feedback. + +## **Bounty Program Update** + +The Gno.land Bounty Program continues to grow and evolve. It covers a range of categories including Meta, Scoped, Competing Implementations, and Architectural Solutions. A new category, Security Bounties, was recently added, focusing on providing solutions to select security issues. Developers interested in participating can find active opportunities by searching for the "bounty" label on the Gno repository. More information, including participation guidelines, is available in the [Gno.land Bounties Repo](https://github.com/gnolang/bounties). + + +## **New Workshop: Intro to Gno** + +At GopherCon in August, we hosted a [hands-on workshop](https://github.com/aeddi/gno-workshop) to help Go developers get started with Gno. The session walked attendees through building their first Gno application step by step. It's now available online for anyone looking to start their journey with the Gno platform. + + +So now you gno! As the team continues to work on getting Gno.land ready for Beta Mainnet, we want to thank the entire community of gnomes around the world for your continued support and contributions. From 207f1cbc4b2fadb069d2f5a3a82f9659f7cc8647 Mon Sep 17 00:00:00 2001 From: leohhhn Date: Tue, 30 Sep 2025 12:12:21 +0900 Subject: [PATCH 2/3] move, fix styles, nitpicks --- posts/2025-09-30_myg-16/README.md | 93 +++++++++++++++++++++++++++++++ posts/tmyg_16.README.md | 50 ----------------- 2 files changed, 93 insertions(+), 50 deletions(-) create mode 100644 posts/2025-09-30_myg-16/README.md delete mode 100644 posts/tmyg_16.README.md diff --git a/posts/2025-09-30_myg-16/README.md b/posts/2025-09-30_myg-16/README.md new file mode 100644 index 0000000..90a924f --- /dev/null +++ b/posts/2025-09-30_myg-16/README.md @@ -0,0 +1,93 @@ +--- +publication_date: 2025-09-30T00:00:00Z +slug: tmyg-16 +tags: [gnoland, ecosystem, updates, TMYG, community] +authors: [michelleellen] +--- + +# The More You Gno 16 + +In this edition of *The More You Gno*, we're highlighting progress made during +the recent *Just Make* sprint (still ongoing), the release of Test8 (a closed +testnet for performance testing), and what’s coming next as we move closer to a +Beta Mainnet release candidate. + +## 'Just Make' Gno.land + +The kick off of the *Just Make* initiative gave a significant push toward Beta +Mainnet readiness. Seventeen team members, partners, and contributors gathered +in person, many more supported remotely, to identify and fast-track the remaining +Beta Mainnet scope. + +During the first-phase with the in-person sprint, the team completed around 65% +of the outstanding work required for the Beta launch. Most pending pull requests +were reviewed, with a few important ones like the [`std split`](https://github.com/gnolang/gno/pull/4040) +just recently completed. + +We also released Test8 during the in-person session, which incorporated all +merged PRs from the initial part of the sprint. This testnet release included +a major update to the examples folder, making a clearer distinction between +system contracts and demo contracts. + +Looking ahead, the focus is on wrapping up the final items from the *Just Make* +scope, which are available for review in the linked [project](https://github.com/orgs/gnolang/projects/62). +Test9 is coming soon, and we’ll continue stress testing the network to ensure +stability. + +## Testnet News + +While Test7 has been sunsetted, it played an important role in recent improvements. +GovDAO v3 was thoroughly tested on Test7, with seven proposals created, voted on, +and executed on-chain. Network performance improved significantly, scaling the +validator set to 35 nodes, and external workflows are now running more smoothly +across the board. + +The [Gno.land staging network](https://gno.land) is up-to-date with the latest merges on the +monorepo, and another live network for testing your code real-time with all the +newest features. + +## Stay in the Gno: Gnome Digest and Tech Discussions + +There are several ways to stay updated with what’s happening in the Gno.land +builder community. Gnome Digest is a weekly [roundup](https://x.com/_gnoland/status/1965445290279985630) of contributor updates, +shared on X. Every other week, we also host Tech Discussions published on +[YouTube](https://youtu.be/b-hPHxVGuq8), where contributors share demos, the team covers key topics, and +DevRel recaps recent builder highlights. + +If you’re looking to engage directly, you’re always welcome to join our developer +office hours every week (Thursdays) on Discord. + +## Contributor Program + +We recently [concluded](https://gno.land/r/gnoland/blog:p/scp-cohort-4) a Student Contributor Program (SCP) cohort, which +brought in several students from Epitech University for a six-month deep dive +into Gno. They worked on various aspects of the project. We’ve kicked off a new +SCP program for the second half of the year, and look forward to their contributions. + +We’re always looking for new contributors, and the best way to get started is by +exploring the ‘good first issues’ on the repo and opening pull requests to help +resolve them. You can also visit the Gnoverse [community repo](https://github.com/gnoverse/community) to develop +your smart contract templates for feedback. + +## Bounty Program Update + +The Gno.land Bounty Program continues to grow and evolve. It covers a range of +categories including Meta, Scoped, Competing Implementations, and Architectural +Solutions. A new category, Security Bounties, was recently added, focusing on +providing solutions to select security issues. Developers interested in participating +can find active opportunities by searching for the "bounty" label on the Gno repository. +More information, including participation guidelines, is available in the +[Gno.land Bounties Repo](https://github.com/gnolang/bounties). + + +## New Workshop: Intro to Gno + +At GopherCon in August, we hosted a [hands-on workshop](https://github.com/aeddi/gno-workshop) to help Go developers +get started with Gno. The session walked attendees through building their first +Gno application step by step. It's now available online for anyone looking to +start their journey with the Gno platform. + + +So now you gno! As the team continues to work on getting Gno.land ready for +Beta Mainnet, we want to thank the entire community of gnomes around the world +for your continued support and contributions. diff --git a/posts/tmyg_16.README.md b/posts/tmyg_16.README.md deleted file mode 100644 index d1963b1..0000000 --- a/posts/tmyg_16.README.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -publication_date: 2025-09-30T00:00:00Z -slug: tmyg-16 -tags: [gnoland, ecosystem, updates, TMYG, community] -authors: [michelleellen] ---- - -# The More You Gno 16 - -In this edition of *The More You Gno*, we're highlighting progress made during the recent *Just Make* sprint (still ongoing), the release of Test8 (a closed testnet for performance testing), and what’s coming next as we move closer to a Beta Mainnet release candidate. - -## **'Just Make' Gno.land** - -The kick off of the *Just Make* initiative gave a significant push toward Beta Mainnet readiness. Seventeen team members, partners, and contributors gathered in person, many more supported remotely, to identify and fast-track the remaining Beta Mainnet scope. - -During the first-phase with the in-person sprint, the team completed around 65% of the outstanding work required for the Beta launch. Most pending pull requests were reviewed, with a few important ones like the [STD split](https://github.com/gnolang/gno/pull/4040) just recently completed. - -We also released Test8 during the in-person session, which incorporated all merged PRs from the initial part of the sprint. This testnet release included a major update to the examples folder, making a clearer distinction between system contracts and demo contracts. - -Looking ahead, the focus is on wrapping up the final items from the *Just Make* scope, which are available for review in the linked [project](https://github.com/orgs/gnolang/projects/62). Test9 is coming soon, and we’ll continue stress testing the network to ensure stability. - -## **Testnet News** - -While Test7 has been sunsetted, it played an important role in recent improvements. GovDAO v3 was thoroughly tested on Test7, with seven proposals created, voted on, and executed on-chain. Network performance improved significantly, scaling the validator set to 35 nodes, and external workflows are now running more smoothly across the board. - -The [Gno.land](http://Gno.land) staging network is up-to-date with the latest merges on the monorepo, and another live network for testing your code real-time with all the newest features. - -## **Stay in the Gno: Gnome Digest and Tech Discussions** - -There are several ways to stay updated with what’s happening in the Gno.land builder community. Gnome Digest is a weekly [roundup](https://x.com/_gnoland/status/1965445290279985630) of contributor updates, shared on X. Every other week, we also host Tech Discussions published on [YouTube](https://youtu.be/b-hPHxVGuq8), where contributors share demos, the team covers key topics, and DevRel recaps recent builder highlights. - -If you’re looking to engage directly, you’re always welcome to join our developer office hours every week (Thursdays) on Discord. - -## **Contributor Program** - -We recently [concluded](https://gno.land/r/gnoland/blog:p/scp-cohort-4) a Student Contributor Program (SCP) cohort, which brought in several students from Epitech University for a six-month deep dive into Gno. They worked on various aspects of the project. We’ve kicked off a new SCP program for the second half of the year, and look forward to their contributions. - -We’re always looking for new contributors, and the best way to get started is by exploring the ‘good first issues’ on the repo and opening pull requests to help resolve them. You can also visit the Gnoverse [community repo](https://github.com/gnoverse/community) to develop your smart contract templates for feedback. - -## **Bounty Program Update** - -The Gno.land Bounty Program continues to grow and evolve. It covers a range of categories including Meta, Scoped, Competing Implementations, and Architectural Solutions. A new category, Security Bounties, was recently added, focusing on providing solutions to select security issues. Developers interested in participating can find active opportunities by searching for the "bounty" label on the Gno repository. More information, including participation guidelines, is available in the [Gno.land Bounties Repo](https://github.com/gnolang/bounties). - - -## **New Workshop: Intro to Gno** - -At GopherCon in August, we hosted a [hands-on workshop](https://github.com/aeddi/gno-workshop) to help Go developers get started with Gno. The session walked attendees through building their first Gno application step by step. It's now available online for anyone looking to start their journey with the Gno platform. - - -So now you gno! As the team continues to work on getting Gno.land ready for Beta Mainnet, we want to thank the entire community of gnomes around the world for your continued support and contributions. From 2fbd676ddc82480bb36be3867f2c7f06195a3433 Mon Sep 17 00:00:00 2001 From: leohhhn Date: Tue, 30 Sep 2025 12:13:26 +0900 Subject: [PATCH 3/3] rename, fix slug --- posts/{2025-09-30_myg-16 => 2025-09-30_tmyg-16}/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename posts/{2025-09-30_myg-16 => 2025-09-30_tmyg-16}/README.md (99%) diff --git a/posts/2025-09-30_myg-16/README.md b/posts/2025-09-30_tmyg-16/README.md similarity index 99% rename from posts/2025-09-30_myg-16/README.md rename to posts/2025-09-30_tmyg-16/README.md index 90a924f..1a2ddf1 100644 --- a/posts/2025-09-30_myg-16/README.md +++ b/posts/2025-09-30_tmyg-16/README.md @@ -1,6 +1,6 @@ --- publication_date: 2025-09-30T00:00:00Z -slug: tmyg-16 +slug: monthly-dev-16 tags: [gnoland, ecosystem, updates, TMYG, community] authors: [michelleellen] ---