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.
## Description This PR introduces an upgrade to the `r/gov/dao` system: - it makes it configurable through custom implementations - added a `p/demo/simpledao` implementation - the implementations are changeable through...
## Description This task concerns scoping out and documenting (can be a single HackMD document, not the official documentation) the current Gno.land storage layer. We utilize LevelDB for our embedded...
If variables have constant values of a primitive type and they are never mutated (or mutated by constant expressions), just like values from constants are currently propagated, we can do...
## Description `go build` is not currently executed as part of our CI pipeline. Add that step by doing the following: - Add a new template where `go build` will...
The header hash was generated with a missing hash of the validateset's priorities information. A malicious user could modify the priorities without causing a state hash validation error. Remarkably this...
related to #2777 Contributors' checklist... - [ ] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the...