Manfred Touron
Manfred Touron
Could you place "init" before "start" in the `gnoland -h` command? Ensure that the documentation begins with a suggested flow, starting with "init" and then "start," rather than delving into...
I recommend focusing on documenting workflows. We should ensure including `gnoland --help` output in an advanced section using an automated tool. The main documentation gap is tool usage and getting...
It's likely a bug that we can fix. However, it may also be beneficial for security to encourage shorter names, as this improves readability when using or auditing the dApps.
If stdout is printed, events should also be printed if they exist. Currently, events should be considered as returned values of a contract, representing an outcome or consequence as the...
Closed in favor of #2975. But thank you @r3v4s!
Why do you need an index when the events are delivered in an ordered slice? Your PR only shows `msg_idx=0`, which seems incorrect.
(temporarily) assign @gfanton, since he's working on a related project. Feel free to unassign.
Please be aware that we currently have two distinct gaps in our testing related to .gno files: 1. Testing coverage for the .gno files themselves (#1121). 2. Testing coverage for...
Related with https://github.com/gnolang/gno/issues/1215.
-> https://github.com/gnolang/gno/issues/2799