cosmpy icon indicating copy to clipboard operation
cosmpy copied to clipboard

A Python client library for interacting with blockchains based on the Cosmos-SDK

Results 47 cosmpy issues
Sort by recently updated
recently updated
newest added

I was using the send_tokens function. ```python private_key = "" to_address = "" memo = "" amount = "" client = LedgerClient(NetworkConfig( chain_id="cosmoshub-4", url="rest+https://cosmos-rest.publicnode.com", fee_minimum_gas_price=0.005, fee_denomination="uatom", staking_denomination="uatom", )) wallet =...

### Prerequisites - [X] I am running the [latest CosmPy version](https://docs.fetch.ai/CosmPy/#version). - [X] I checked the [documentation](http://docs.fetch.ai/CosmPy/) and found no answer to my problem. - [X] I checked the [existing...

### Prerequisites - [X] I am running the [latest CosmPy version](https://docs.fetch.ai/CosmPy/#version). - [X] I checked the [documentation](http://docs.fetch.ai/CosmPy/) and found no answer to my problem. - [X] I checked the [existing...

### Prerequisites - [X] I am running the [latest CosmPy version](https://docs.fetch.ai/CosmPy/#version). - [X] I checked the [documentation](http://docs.fetch.ai/CosmPy/) and found no answer to my problem. - [X] I checked the [existing...

### Prerequisites - [X] I checked the [documentation](http://docs.fetch.ai/CosmPy/) and made sure this feature does not already exist. - [X] I checked the [existing issues](https://github.com/fetchai/cosmpy/issues) to make sure this feature has...

### Prerequisites - [X] I am running the [latest CosmPy version](https://docs.fetch.ai/CosmPy/#version). - [X] I checked the [documentation](http://docs.fetch.ai/CosmPy/) and found no answer to my problem. - [X] I checked the [existing...

### Prerequisites - [X] I am running the [latest CosmPy version](https://docs.fetch.ai/CosmPy/#version). - [X] I checked the [documentation](http://docs.fetch.ai/CosmPy/) and found no answer to my problem. - [X] I checked the [existing...

## Proposed changes Hello As the maintainer of the [spellcheck GitHub action](https://github.com/marketplace/actions/github-spellcheck-action) I am sunsetting version 0.25.0 as by the proposed [sunset policy](https://github.com/rojopolis/spellcheck-github-actions/wiki#sunset-policy) I just updated the action to version...

## Proposed changes Adds client functionality to be able to claim validator commissions. ## Issues Links to any issues resolved. ## Types of changes What types of changes does your...

## Proposed changes Add the possibility to query at a given block in the past This feature is already avalable with gRPC but need to modify the interface for REST...