gno icon indicating copy to clipboard operation
gno copied to clipboard

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + gno.land: a blockchain for timeless code and fair open-source.

Results 476 gno issues
Sort by recently updated
recently updated
newest added

1、a new package helps building governance: propose, vote ,execute, etc; 2、more test needed, some TODOs;

I'm opening this issue assuming this is not a planned feature. Maybe you already discussed privately about this.   ### Problem   With smart contracts, functions may have general conditions: * Read...

Maybe this part is under active development. `grc20.Token` in https://github.com/gnolang/gno/blob/master/examples/gno.land/p/grc/grc20/grc20.gno doesn't implement the `IGRC20` as it seems the interface has been modified I wanted to make a quick fix but...

Signed-off-by: Manfred Touron

This was an exercise in getting pkgs/flowrate to run.

On [quick_start guide](https://test2.gno.land/r/boards:testboard/5), ``` Acquire testnet tokens using the official faucet. Go to https://gno.land/faucet ``` the 'https://gno.land/faucet' raises 404 not found error. I suggest change the url to 'https://test2.gno.land/faucet'

Hey guys, There's been a whole lot of chatter about gno, that even mentioned my involvement in Virgo, and I wanted to mention a bit about my big big hope:...

enhancement

https://github.com/gnolang/gno/pull/306 introduced floating point and decimals, but it isn't clear if it actually is deterministic across go versions and architectures. This Issue should remain open until genesis, to ensure that...

good first issue
help wanted

```go package maptest var m = make(map[string]string) func Deposit() string{ m["0xABC"] = "10ugnot" return "Deposited" } ``` The maptest contract does not return anything when Deposit() is called a second...

bug