Manfred Touron
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...
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...
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...
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...
- [ ] add `r/sys/params` (dummy version?) - [ ] add `genesis/params.txt` - [ ] port some existing configurations Depends on #2920
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...
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...
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...