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

Related to #2192 - Trigger a panic if a p/ attempts to create a banker, but allow interaction with an already instantiated banker from r/. Don't really know if this...

:package: :robot: gnovm

We should have a tool that displays a graph of dependencies for a set of packages, using Graphviz or a similar visualization tool. We have two main options. The first...

## Description Closes: #2469 This PR adds code to the handler in `gnokey` that extends the `bank/balances` functionality to allow users to fetch the balance of a realm given its...

:package: :globe_with_meridians: tendermint v2

[HTTP basic authentication](https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication) is a simple authentication mechanism, implemented directly in the protocol. Because it is integrated at a protocol level, web services can be protected by edge web servers...

:package: :mountain: gno.land
:star2: improvement

This PR introduces a phase 'initStaticBlock' to come before preprocess, where the StaticBlock name table is populated with BlockNode.Predefine() calls. initStaticBlock() also does a few other things, including giving default...

:package: :robot: gnovm

This is the last part of the solution for issue #1141. The 1 of 3 of the solution can be found in PR #1143. The 2 of 3 of the...

:package: :robot: gnovm

## Description We're planning to introduce a new feature in GnoScan which traces and displays events that occured within a transaction. Below is the preview of the UI. ![image](https://github.com/gnolang/gno/assets/112360739/c9f08353-7f3d-4c83-a0da-524a4c133c25) Unfortunately,...

## Description When I want to do a `gnokey query vm/qeval`, I would expect to be able to write a command like this: ``` gnokey query vm/qeval -remote https://rpc.gno.land:443 -data...

help wanted
:lady_beetle: bug

I'm creating this issue to kick-start a discussion. #2318 goes into the direction of applying more magic to our makefiles; by hacking around the `make` system to have it do...

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

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