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

# Description closes #1121 Support testing coverage functionality into previous testing framework. This feature tracks and reports which parts of the code were executed during test runs. ## Key Changes...

:package: :robot: gnovm
review/triage-pending

# Description Closes #1946 The `isNamedConversion` function now includes a safety check to prevent the use of blank identifiers ("_") as values or types. If both `xt` and `t` are...

:package: :robot: gnovm

- [ ] add `r/sys/params` (dummy version?) - [ ] add `genesis/params.txt` - [ ] port some existing configurations Depends on #2920

:receipt: package/realm
:package: :robot: gnovm
:package: :globe_with_meridians: tendermint v2
:package: :mountain: gno.land

Relate to https://github.com/gnolang/gno/issues/907 Make a few small fixes to get this test working Contributors' checklist... - [ ] Added new tests, or not needed, or not feasible - [ ]...

:package: :globe_with_meridians: tendermint v2

There's been some misalignments in the vision for what we want to do with `gno.mod`. I think it makes sense here to attempt to align on what vision we see...

gno-proposal

Introducing the concept of "ChainDomain," a local primary domain for packages. The next step, which will be another PR, is to ensure that we can launch a gnoland/gnodev instance while...

:package: :robot: gnovm
:package: :globe_with_meridians: tendermint v2
:package: :mountain: gno.land

I have some question is parsing tx-indexer args from the cli needed ? is it ok to use unsafe and reflect ? is tx-indexer logger overly verbose in relation to...

### Summary This pull request adds a new realm example to the Gno `examples` repository—Matija's Homepage. It showcases a personal homepage built on the Gno chain where users can interact...

:receipt: package/realm

Amino `codec.MarshallJSON` has the same method name as Go standard library `json.Marshaler` interface but with a different signature. This is rejected by `go vet`. The same applies for `codec.UnmarshallJSON` vs...

:package: :globe_with_meridians: tendermint v2

Related Issues: #2628 This PR aims to align Gno's constant handling with the Go specification regarding constant expressions (see [Go Specification on Constants](https://go.dev/ref/spec#Constant_expressions)). 1. **Primitive Type Requirement** - **Should Work:**...

:receipt: package/realm
:package: :robot: gnovm