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.
Signed-off-by: Manfred Touron
The tx indexing and query system was removed to attempt a more modular and minimal implementation. The goal I have in mind is to simply log to file *all* EventSwitch...
Signed-off-by: Manfred Touron
Currently, the realm package `users` associates a user profile to an address, it seems the associated address for a name can no longer be updated after registration. Is there a...
Hello, first contribution from me :wave: Let me know what you think ? I've noticed there is also the `coins.gno` that could benefit of using a HashSet, I can do...
Pebbledb is a rocks-like kv store written in pure go. It has performance and resource consumption benefits when compared to rocksdb. Likely, its ease of use, configurability, and performance will...
Depends on #290
Related w/ https://github.com/chainapsis/keplr-wallet/pull/392 Depends on #275
Plans for this PR: * [ ] test various upgrade patterns (3 in mind right now) * [ ] extend r/tests and write more unit tests in tests/ * [...
This PR implements a seigniorage stablecoin implementation based on multiple sources. Resources: * https://arxiv.org/pdf/2101.08423.pdf --- TODO * [x] finish the implementation * [ ] write a dummy oracle * [...