Skip to content

Commit 5a56638

Browse files
Koutekileohhhn
andauthored
feat: Add TMYG15 (#128)
* Add TMYG15 * Update intro * Update posts/2025-04-09_tmyg-15/README.md Co-authored-by: Leon Hudak <[email protected]> * Capitalization matters --------- Co-authored-by: Leon Hudak <[email protected]>
1 parent fa322c0 commit 5a56638

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

posts/2025-04-09_tmyg-15/README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
publication_date: 2025-04-09T00:00:00Z
3+
slug: monthly-dev-15
4+
tags: [gnoland, ecosystem, updates, gnovm]
5+
authors: [Kouteki]
6+
---
7+
8+
# The More You Gno 15: Getting Ready for the Mainnet Beta
9+
10+
As we gear up for the launch of the Mainnet Beta, this edition of _The More You Gno_ takes a look at the progress we’ve made, what’s currently in the works, and what’s coming next. From critical governance updates to improvements in storage and gas mechanisms, we’re laying the groundwork for a stable and feature-rich mainnet. Let’s dive in.
11+
12+
## Mainnet Beta Progress
13+
14+
There are several key components that we need to complete before we launch the mainnet beta.
15+
16+
Done:
17+
* [Token lock & params keeper](https://github.com/gnolang/gno/pull/3176) allows us to lock token transfers, except for paying gas fees to add a package or call a contract. The restriction will eventually be unlocked through a GovDAO vote.
18+
* [GovDAO v3](https://github.com/gnolang/gno/issues/3078): new iteration of the governance realms that introduces the multi-tiered membership.
19+
20+
In review:
21+
* [Garbage collector](https://github.com/gnolang/gno/pull/3789): capable of synchronous garbage collection, greatly reducing memory allocation and costs.
22+
* [Realm ownership spec](https://github.com/gnolang/gno/pull/4028): a critical piece that will dictate how realms interact with one another.
23+
* [Gas storage fee mechanism](https://github.com/gnolang/gno/issues/3418): a system to manage storage fees for transactions by locking GNOT proportional to additional storage usage. This ensures fair accounting for storage costs and provides incentives for efficient storage use.
24+
* [Balance checker and genesis distribution](https://github.com/gnolang/gno/pull/3899): a realm and interface enabling you to quickly check any account balance.
25+
* [Drip faucet](https://github.com/gnolang/gno/pull/3808): since tokens initially can't be purchased or traded, the faucet will enable you to cover gas fees while using gno.land.
26+
* [Gas fee distribution](https://github.com/gnolang/gno/pull/3956): the cornerstone of the transaction fee logic, routing fees to the collector addresses.
27+
28+
In development:
29+
* [std refactor](https://github.com/gnolang/gno/issues/3874): the division into packages should help to reduce the scope of each package, helping us create modular packages.
30+
31+
## Test6 Preview
32+
33+
Test6 has been delayed because we wanted to launch it with both the token lock and GovDAO v3 components, so we could test them together and figure out how they could break. The new testnet will also introduce some new components, like the username registry and the valoper (validator operator) registry; prospective validators will be able to register a public profile before getting nominated to become a network validator.
34+
35+
We aim to launch Test6 next week, so stay tuned!
36+
37+
## Events and Meetups
38+
39+
### Introduction to gno.land @ Belgrade
40+
41+
If you're in the Belgrade area, join us for an [in-person workshop](https://lu.ma/gyesps56) on April 10, where we’ll explore Gno, and give you a solid understanding of gno.land and how it differs from other smart contract platforms.

0 commit comments

Comments
 (0)