Manfred Touron
Manfred Touron
⚠️ RABBIT HOLE Signed-off-by: moul Contributors' checklist... - [ ] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review...
The feature we're discussing will be active on gno.land but might not be available on other tm2/gnovm blockchains. Our objective is to emulate GitHub's user and organization structure, allowing contracts...
We need a utility that can natively export the content of a blockchain as clickable HTML files. This command will be used in CI to export the content of a...
I propose that when running 'make install,' we should embed the standard libraries, examples folder, and other dynamic dependencies into the binary. This approach allows us to develop without worrying...
Signed-off-by: moul Contributors' checklist... - [ ] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the PR...
We are preparing for an upcoming discussion on the session system that we want to develop in the account module of tm2. Please note that the @gnolang/berty and VarMeta teams...
```console gnome$ go test -v ./sdk/vm -run TestVmHandler === RUN TestVmHandlerQuery_Eval === RUN TestVmHandlerQuery_Eval/gno.land/r/hello.Echo("hello") === RUN TestVmHandlerQuery_Eval/gno.land/r/hello.PubString === RUN TestVmHandlerQuery_Eval/gno.land/r/hello.ConstString === RUN TestVmHandlerQuery_Eval/gno.land/r/hello.pvString === RUN TestVmHandlerQuery_Eval/gno.land/r/hello.counter === RUN TestVmHandlerQuery_Eval/gno.land/r/hello.GetCounter() ===...
Opening this "good first issue" for anyone who wants to improve `uassert` and `urequire`. There are basically three ways to do it: 1. Add missing helpers from https://github.com/stretchr/testify/blob/master/assert/assertions.go 2. Improve...
This PR introduces a new pattern for arbitrary govdao proposals using Gno code using contexts. It involves wrapping the provided closure with a system that configures a `context.Context` with a...