Guilhem Fanton
Guilhem Fanton
bump to ipfs `13.1` and golang minimal version to `1.17`
partially address suggestion from https://github.com/gnolang/gno/pull/1583 add multiple flags for server usage - `-max-gas` set per block maximum gas - `-no-replay` disable replay on reload (reload have the same effect as...
Add `gnodev` tests Contributors' checklist... - [ ] Added new tests, or not needed, or not feasible - [ ] Provided an example (e.g. screenshot) to aid review or the...
Add `CommentGroup` and `Comment` attribute support to the VM. The main reason behind this is to have the ability to handle special directives such as `// nolint` without having to...
At Berty we implement our conversation groups based on [go-orbit-db](https://github.com/berty/go-orbit-db) stores (go-orbit-db is a golang port of [js-orbit-db](https://github.com/orbitdb/orbit-db)) which themselves rely on libp2p pubsub. Since Berty users will need to...
addresses #1320 This PR does two things: - It prevents deadlocks in state_test by triggering a panic if `GetRoundState` becomes blocked. In the event of any panic, it will attempt...
This PR sets up `VHS` to generate GIFs, ensuring we always have up-to-date GIFs for documentation. I included sample tapes to demonstrate how to proceed. Contributors' checklist... - [ ]...
Add `gno fmt` as an experimental feature inside the `contribs` folder. For now, it only supports the example folder along with stdlibs. In the future, it should possibly support: -...
In the current implementation, each realm possesses a `Render` method that returns a Markdown representation of the realm. While there are ongoing efforts to enhance this default rendering format (as...