Skip to content

Commit 4cea215

Browse files
Koutekimoulleohhhn
authored
feat: add TMYG11 (#110)
* add TMYG11 * Update posts/2024-08-30_myg-11/README.md Add link to Antoine's GH profile Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com> * Update posts/2024-08-30_myg-11/README.md Add Germany Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com> * Update posts/2024-08-30_myg-11/README.md Update publish date Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com> * fix URL --------- Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com> Co-authored-by: Leon Hudak <33522493+leohhhn@users.noreply.github.com>
1 parent a90cd4d commit 4cea215

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

posts/2024-08-30_myg-11/README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
publication_date: 2024-09-02T00:00:00Z
3+
slug: monthly-dev-11
4+
tags: [gnoland, ecosystem, updates, gnovm, gnobro]
5+
authors: [Kouteki]
6+
---
7+
8+
# The More You Gno 11: Introducing gnobro
9+
10+
As we're gearing up toward the mainnet launch, we haven't forgotten to give some love to minor features that makes everyone's lives easier. This time the spotlight's on **gnobro**.
11+
12+
# Gno Core Updates
13+
14+
## gnobro is Live
15+
16+
What's gnobro, you say? Simply put, it's a terminal based realm browser you can use to explore realms and improve the development experience on 'gnodev'. [See it in action](https://github.com/gnolang/gno/pull/2608).
17+
18+
## Changelog
19+
20+
- We've updated the release CI and [fixed issues](https://github.com/gnolang/gno/pull/2686) with `go-releaser`. Now all of the tools in the monorepo are released properly, with accompanying artifacts.
21+
- Added support for smooth `.md` file rendering in `gnoweb`, ahead of our plans to work on gnoweb 2.0. This allows packages that have READMEs and other documentation to render easily in gnoweb.
22+
- Slew of GnoVM fixes, increasing stability
23+
- [Type comparison fix](https://github.com/gnolang/gno/pull/1890)
24+
- [Cyclic references in type declarations](https://github.com/gnolang/gno/pull/2081)
25+
- [Handling non-call expression valuedecl values](https://github.com/gnolang/gno/pull/2647)
26+
- And more pending reviews!
27+
- We've added back [coverage support (CodeCov) for txtar tests](https://github.com/gnolang/gno/pull/2377), which make up a majority of our integration testing suite. The txtar tests for the `gnovm` package added an additional 5% coverage. We are currently assessing other packages that suffer from bad txtar coverage.
28+
- We've added [support for more robust stack traces for Gno-code panics](https://github.com/gnolang/gno/pull/2145), providing a much better UX for the developer. You no longer need to dig through a 5k line log output to figure out what panicked in your Gno code; you'll see the exception stack trace instead.
29+
- [Variable config command help output is drastically improved](https://github.com/gnolang/gno/pull/2399). In the past you'd need to know exactly what the configuration looks like before modifying or viewing the values. Now these values are conveniently present in the command help output.
30+
- Last, but not least: let's welcome our new R&D Go Engineer, [Antoine](https://github.com/aeddi). He'll help us scale core components for gno and beyond!
31+
32+
# Events and Meetups
33+
34+
## Past events
35+
36+
### BUIDL With Cosmos / Web3 Summit, Germany
37+
38+
We've had a couple of cool talks in Berlin: [An Introduction to gno.land](https://www.youtube.com/watch?v=hTGeG0z09NU) by Leon Hudak and [Building the Interchain of Ecosystems](https://youtu.be/nhpqaQxcIUY) by Tobias Schwartz.
39+
40+
### Web3 Kamp
41+
42+
Web3 Kamp is a 9-day intensive camp held anually in Serbia, focusing on getting students involved in Web3. Check out this [X thread](https://x.com/_gnoland/status/1828443842221080778) for the highligh of our involvement.

0 commit comments

Comments
 (0)