py-sdk
py-sdk copied to clipboard
Python-based client for interacting with the Nibiru blockchain
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)...
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"...
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...
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...
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...
## Background InactiveRpcError is the only hurdle to all passing tests for v0.21  ## Context Line that causes the error in our code base: ```python tx_resp: abci_type.TxResponse = self.execute_tx(...