Manfred Touron
Manfred Touron
Allow a registered user to transform into a team by publishing a contract that registers the members in a registry. This will involve creating a new `r/sys/teams` realm to manage...
We've been mulling over boosting our review process (#998, #985, #1005, and more). Here's what I'm thinking: 1. We kick-off with a comment sporting a checkbox and easy-peasy instructions. A...
The `gno run` command is presently in a pre-alpha phase and may not perform reliably due to its specific requirements for package and function naming. Its primary objective is to...
There is a need to create a `r/sys/config` realm to configure and update blockchain configuration by governance. This would include changing parameters such as VM memory limit, CPU cycle, and...
# Context Currently, we embrace markdown, which is the default way to consume a smart contract using the `Render` function and the official website. I propose extending markdown, so we...
For the launch (or ideally, before), we need to rewrite `r/demo/users` into a better version and rename it `r/sys/users`. This issue will outline the MVP requirements and the final vision...
This PR extracts the grc20 refactor from #2551, which is a meta PR containing several contract improvements and additions that depend on new Gnovm features that haven't been merged yet....
I'm considering whether these commands should be included in the `gnoland` binary, placed elsewhere, or if they are necessary at all. I would appreciate feedback on how people are currently...
Extract the GRC20 part without including the section that requires #2535 in a dedicated PR for the GRC20 refactor minimal PR. --- Meta PR to verify that all my recent...
Enabling `--print-runtime-metrics` on the CI triggered a bug. One of our libraries passes without the flag but triggers a panic with the message `allocation limit exceeded` when the flag is...