Manfred Touron

Results 499 comments of Manfred Touron

Not finished yet. Seeking initial review, feedback, and questions to aid in continuation.

I suggest we start by replacing execution time in unit tests with consumed gas, or keeping both side by side. ![CleanShot 2024-06-18 at 12 00 12](https://github.com/gnolang/gno/assets/94029/bd7bc311-9795-4794-b269-b9331d4e7dce) This should be sufficient...

TLDR is: * we want to remove `--root-dir` (git clone guessing) * downloading `stdlibs` VS embedding `stdlibs`?

@harry-hov can you checkout https://github.com/gnolang/gno/pull/1014, I think you should collaborate to make your work merged.

+1 for alpine instead of busybox.

The primary reason, iirc, was not to run multiple services on the same server but to clearly distinguish between a production instance and a development instance. It should be okay...

Can you provide some usage examples for this package? I see a pattern of using a `map[string]counter`, but I'm unsure why it's named "nonce" and only takes `stdAddress` as key....

See https://github.com/gnolang/gno/pull/2225/files#r1659648147

You are adding general-purpose libraries, which is good. However, it's challenging to review without a real usage example. Could you create dapps using your new libraries or provide more actionable...

@linhpn99, could you provide an example demonstrating the use of this library?