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 This PR ports over the overflow stdlib to Gno. The addition of this library will enable adding Coin functionality already existing in tm2's [coin.go](https://github.com/gnolang/gno/blob/master/tm2/pkg/std/coin.go) the [Coin/Coins](https://github.com/gnolang/gno/blob/master/gnovm/stdlibs/std/coins.gno) in Gno....

:package: :robot: gnovm

This PR adds `cpu-cycle-overrun1.txtar` in gno/gno.land/cmd/gnoland/testdata . To run it, in gno/gno.land/cmd/gnoland enter: ``` go test -v . --run TestTestdata/cpu-cycle-overrun1 ``` The call to Render hangs. You can see that...

:lady_beetle: bug
:package: :mountain: gno.land

Add a system based on #1466 issue that add a CODEFACILITATORS file and a script to assign PRs similar to how code owners works and add a message to the...

![gno-debug](https://github.com/gnolang/gno/assets/5792239/96c50686-df6c-4dd8-a1d1-63f787a9328d) We provide here an embedded interactive debugger to let the user control and inspect its program at symbolic level, with the same features and commands as classical debuggers: gdb,...

:package: :robot: gnovm

Relates to #1133 Note: the unit tests are missing from the gnorkle packages. This will not be merged without unit tests. They will be written once the design has been...

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

A demo is currently running on the portal loop you can check https://portal.gnoteam.com/r/portal/counter close: https://github.com/gnolang/gno/issues/1443 Contributors' checklist... - [ ] Added new tests, or not needed, or not feasible -...

Enabling this option gives better error detection. For example, this code returns no diagnostics (errors in LSP lexic) if buildOnSave is false: ```go package main func main() { xxx }...

Fix #1664 As commented in the IsRealm() method, a better format of user realms should emerge in the form of `gno.land/u/user_address`, which would remove the confusion between standard realms and...

:package: :robot: gnovm
:package: :mountain: gno.land

GnoSocial uses r/demo/users to register users. A typical social app can search for other users by name, which requires a search box with partial match. The private variable `name2User` is...

:receipt: package/realm

PrevRealm was tested from `gno/examples/gno.land/r/demo/tests/tests_test.gnotest`. As far as I can see in r/demo/tests however, it was not tested for *filetests*. Although `gno test .` passes, depending on whether #1704 is...

:receipt: package/realm