gno
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.
Closes #2479. When defining a type alias to a type in another package, the existing type is specified with a selector expression. This PR ensures that the underlying type being...
## Description We should add a way to check the balance of a realm via `gnokey query`. The only way to check a realms balance is to somehow get its...
Example available here (uncomment): https://github.com/gnolang/gno/pull/928#discussion_r1662173744 ``` panic: unexpected type declaration type *gnolang.TypeType [recovered] panic: urequire/urequire.gno:3: unexpected type declaration type *gnolang.TypeType: --- preprocess stack --- stack 0: file{ package urequire; import...
## Description This PR adds the Raffle realm that will be used for gno.land's raffle at GC US 2024. Contributors' checklist... - [ ] Added new tests, or not needed,...
RFC: Should we enforce basic code formatting, verify and return an error for bad formatting, or accept bad formatting? --- This PR introduces the concept of automatically formatting packages during...
I don't think we need to merge this pull request, but I wanted to open it to check a few points: - We have three main folders containing `txtar` files....
This PR will introduce the `r/foo/dao`, add `r/manfred/dao` (solo), and clean up `r/gov/dao` so we can continue working on DAO patterns without giving the impression that the `r/gov/dao` has been...
Signed-off-by: moul Contributors' checklist... - [ ] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the PR...
Continues #2013 > People should focus on their contributions in the `contribs/MYFOLDER` without updating a shared `Makefile` + `.github/contribs/*.yml`. The CI part has been completed in #2040. This pull request...
Following and closing #384 This PR adds a user check when adding a new package. The check is based on the first part of the realm path: `gno.land/(r|p)/`. It calls...