Miloš Živković

Results 42 issues of Miloš Živković

# Description This PR adds support to the Edge documentation on the newly added SC predeployment functionality.

enhancement
PR: Please Review
new page
T6: Edge

# Description This PR resolves a pending issue that doesn't return proper chain information on the client version. It removes the base `GET` endpoint to the JSON-RPC layer, as it's...

bug fix

# Description This PR adds support for libp2p stream compressions, namely it introduces 2 stream compression types: * no compression * gzip # Changes include - [ ] Bugfix (non-breaking...

feature

# Description This PR aims to add support for the Persistence Analysis issue proof from the `IBFT Analysis` [paper](https://arxiv.org/pdf/1901.07160.pdf): **Section 5 Persistence Analysis, Lemma 9 Proof** Essentially, it aims to...

## Description This PR introduces the secret management command suite as a the `gnoland` subcommand -- `gnoland secrets`. It is part of a series of PRs I plan to do...

:seedling: feature
:package: :globe_with_meridians: tendermint v2
:package: :mountain: gno.land

## Description This PR removes the old faucet implementation to utilize the new [gnolang/faucet](https://github.com/gnolang/faucet). Additional things done: - subnet throttler tidied, made thread safe - gnoweb faucet page fixed (invalid...

breaking change
:package: :mountain: gno.land

## Description Since we utilize Docusaurus as one of the main documentation frameworks, we should add in the option to index / search the documentation. > [!IMPORTANT] > **The docs...

:book: documentation

## Description As part of our efforts to improve the developer experience, both for bare-metal installs, but also for quick setups, I propose we add support for [DevPod](https://devpod.sh/) in the...

good first issue
:seedling: feature

## Description This PR introduces saving transaction results (execution results) in the node's state DB, and serving them over the node's RPC endpoint (`tx`). Contributors' checklist... - [x] Added new...

:package: :globe_with_meridians: tendermint v2

## Description The current go specification that is used to unmarshal Brownie configuration YAML files does not conform to the [official Brownie configuration file layout](https://eth-brownie.readthedocs.io/en/latest/config.html): https://github.com/Tenderly/tenderly-cli/blob/edaae487a2bff9ab118f2382bccb8f8144d9f6af/providers/deployment_provider.go#L22-L30 The Brownie config is...