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

This PR intends to let users define custom metadata that can be reused across the whole ecosystem. This realm is intended to be used by people that owns a r/user...

:receipt: package/realm

```bash cd cmd/gnoview go build # github.com/gnolang/gno/cmd/gnoview ./main.go:31:3: unknown field 'Package' in struct literal of type gno.MachineOptions ./main.go:33:3: unknown field 'Importer' in struct literal of type gno.MachineOptions ./main.go:161:24: undefined: gno.Realmer...

Currently the memory allocator doesn't account for any GC freed objects. That is, objects like large strings or arrays each count against the allocation limit, even for temporary objects that...

* **prevent spam on r/boards** -> * limit some boards to people with r/users * allow adding multiple moderators to a board * what do you suggest? * **prevent spam...

help wanted

https://github.com/gnolang/gno/blob/master/examples/gno.land/p/rand/rand.gno I think we should not include a random number generator in the package until we have a proper solution. Blockchain is determinstic. Generating a random number with an entropy...

Hi! I would suggest to enable some linters on this repo. For example by using [golangci-lint](https://golangci-lint.run/). It will help to catch some bugs early and keep code quality at good...

The development environment image now supports all of the databases that gno does. We can also...

todo: - [x] followers - [x] following - [x] unfollowing - [ ] hashtag - [ ] threads - [ ] tweet - [ ] retweet - [ ] comment...

dapp

Without testing gno on an actual network, it will be easier to miss bugs. This PR adds a peer to config, and paves the way for others to add their...

Multiple times, it happened to me that I missed a stdlibs package or method. We need to make it possible to add new stdlibs packages or update already imported ones....