-
We've had quite a few chats about improving our logging system. Some things we're thinking about are:
- Making it easier to pop in logging or debugging lines in the code, maybe by passing a nested lo…
moul updated
9 months ago
-
When going through tutorial.md, the gnokey command appears to complete successfully:
```
% gnokey add --recover Faucet
Enter a passphrase to encrypt your key to disk:
Repeat the passphrase:
Ent…
-
I opened this issue to discuss about emit (i.e event subscribe).
In Solidity, you can generate logs using emit & event methods
- EVM has five log opcodes (LOG0, LOG1, ..., LOG4) ([source](https:/…
r3v4s updated
6 months ago
-
![image](https://github.com/gnolang/meetings/assets/117160070/535121c8-a5b6-4e88-a6d9-432bc15464a9)
### Description
Join Gnolang's core tech team and partners for the bi-weekly developer call, a…
-
I'm following [the guide](https://github.com/gnolang/gno/blob/master/examples/gno.land/r/demo/boards/README.md) to call the board "CreateReply" realm function from the command line using a local gnola…
-
## Description
I've opened this issue to openly discuss on the official Gno SDK (JS/TS + Gno), which @zivkovicmilos and the Onbloc team have been discussing. Dapp developers that want to build in Gno…
-
to start local test-net, `cd ~/gno; ./build/gnoland` used to work with previous commit.
but with current `master` branch, `gnoland` won't start due to error shown below.
```
ERROR LOG: recove…
-
## Description
sorry to ask here but discord has some cryptic verification and telegram is empty.
SO i started building a GNO IDE, then saw that there is one happening according to : https://tes…
-
I am a Teritori team member and we have built multisig (project name called gnosig) in Gnolang as part of our contribution to Gnoland ecosystem - voting and proposals posting part are done.
The probl…
-
In test context, `std.AssertOriginCall` is overrided by the following code :
```go
func(m *gno.Machine) {
isOrigin := len(m.Frames) == 3
if !isOrigin {
panic("invalid non-origi…