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 adds some doc and tests to `tm2/pkg/amino` to address the following in amino_test.go: fixed #2326 `// XXX Test registering duplicate names or concrete types not in a package.` -...

:package: :globe_with_meridians: tendermint v2

Deterministic garbage collector for gnovm. Tracks allocations and deallocates objects that aren't used anymore. It implements a simple mark and sweep garbage collector. Related [issue](https://github.com/gnolang/gno/issues/266) Root objects (objects through which...

:receipt: package/realm
:package: :robot: gnovm
:package: :mountain: gno.land
in focus

WIP Continuation of #2201 Taking #2904 into account This implements a `Load` function with a similar interface to the [`packages.Load`](https://pkg.go.dev/golang.org/x/tools/go/packages) go function Contributors' checklist... - [ ] Added new tests,...

:receipt: package/realm
:package: :robot: gnovm
:package: :mountain: gno.land

With the overhaul of GitHub Actions in PR (#2040), we switched from nine parallel CI jobs for gnovm to a single job. This change has made the CI check longer,...

#### Description The following test code snippet does not work as expected in Gno when we run `gno test` and causes the GnoVM to crash: ```go package test import (...

Contributors' checklist... - [x] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory -...

In Go, unit tests can share state, and developers need to manually reset the state. While we can follow the same approach, I propose a shift to make unit tests...

We want a RPC call to view and inspect the state of a realm. Ideally, as per https://github.com/gnolang/gno/issues/1974, we want it to also be able to handle advanced use-cases like...

:seedling: feature
:package: :robot: gnovm

# Description Optimized the JSON package and simplified JSON node creation using the builder pattern. - in `buffer.gno` and `escape.gno` files are modified the use of map for lookup tables...

:receipt: package/realm

Allow a registered user to transform into a team by publishing a contract that registers the members in a registry. This will involve creating a new `r/sys/teams` realm to manage...