py-sdk icon indicating copy to clipboard operation
py-sdk copied to clipboard

Python-based client for interacting with the Nibiru blockchain

Results 17 py-sdk issues
Sort by recently updated
recently updated
newest added

Bumps [jupyter-server](https://github.com/jupyter-server/jupyter_server) from 2.7.3 to 2.11.2. Release notes Sourced from jupyter-server's releases. v2.11.2 2.11.2 (Full Changelog) Contributors to this release (GitHub contributors page for this release) v2.11.1 2.11.1 (Full Changelog)...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...

dependencies

Although the Golang binary can be used to grab Go files and certain protobufs using `go get`, this command does not exhaustively guarantee that the protobuf dependencies will be downloaded...

Here and there in liquidator and heart-monitor some unexpected py-sdk messages are appearinng: ``` 12:06:41|DEBUG|_handle_txs| Failed parsing events log: failed to execute message; message index: 0: 0unibi is smaller than...

type: bug

Mypy is a static type checker for Python. This ticket is requesting the addition of type annotations to the codebase to support mypy static type checking. This will improve code...

type: enhancement
type: test

Currently, the `Transaction` type parses protobuf messages and gets the raw tx bytes needed to broadcast transactions over gRPC. The Cosmos-SDK v0.47 upgrade seems to have large breaking behavior for...

type: enhancement
epic
rpc endpoint

## Background InactiveRpcError is the only hurdle to all passing tests for v0.21 ![image](https://github.com/NibiruChain/py-sdk/assets/51418232/cb9e1f27-6c49-4403-b506-923de824c2dc) ## Context Line that causes the error in our code base: ```python tx_resp: abci_type.TxResponse = self.execute_tx(...

type: bug