Manfred Touron

Results 401 issues of Manfred Touron

In addition to obtaining governance approval, should we establish any hardcoded conditions for becoming an ICS consumer of the hub, encoded directly into the software? Also, if we define these...

ICS

Similar to QA, but for security. Should we mandate that all proposals include evidence of maintaining high security standards? Ideally, this could be akin to a 'security coverage' badge, marking...

governance

We mention the goal of "fostering diversity and alignment." However, this phrase can be open to interpretation and may seem contradictory at first. We need to define what we mean...

mission

We could use labels like 'Meeting#1', 'Meeting#2', etc., to tag issues that we plan to discuss in a call. Additionally, another label could indicate the status of an issue in...

meta

- [ ] add `r/sys/params` (dummy version?) - [ ] add `genesis/params.txt` - [ ] port some existing configurations Depends on #2920

:receipt: package/realm
:package: :robot: gnovm
:package: :globe_with_meridians: tendermint v2
:package: :mountain: gno.land

Introducing the concept of "ChainDomain," a local primary domain for packages. The next step, which will be another PR, is to ensure that we can launch a gnoland/gnodev instance while...

:package: :robot: gnovm
:package: :globe_with_meridians: tendermint v2
:package: :mountain: gno.land

Instructions: https://github.com/github/linguist/blob/master/CONTRIBUTING.md > We try only to add new extensions once they have some usage on GitHub. In most cases we prefer that each new file extension be in use...

We are launching a bounty to find an idiomatic and straightforward Gno API for generating simple markdown, focusing on standard markdown. While we are considering extending or flavoring markdown in...

bounty
bounty/M

With the overhaul of GitHub Actions in PR (#2040), we switched from nine parallel CI jobs for gnovm to a single job. This change has made the CI check longer,...

In Go, unit tests can share state, and developers need to manually reset the state. While we can follow the same approach, I propose a shift to make unit tests...