Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Update Python SDK and get tests passing for v0.21. #228

Closed
Tracked by #227
Unique-Divine opened this issue Jun 22, 2023 · 0 comments · Fixed by #243
Closed
Tracked by #227

feat!: Update Python SDK and get tests passing for v0.21. #228

Unique-Divine opened this issue Jun 22, 2023 · 0 comments · Fixed by #243

Comments

@Unique-Divine
Copy link
Member

No description provided.

Unique-Divine added a commit that referenced this issue Jul 9, 2023
## Migration complete! (needs cleanup refactor)

- epic(tmrpc,tx): All passing tests for v0.21!
- feat(jsonrpc): impement JSON-RPC 2.0 as a subpackage of nibiru
- chore(deps): add type stubs for the requests and urllib pkgs
- Closes #228

## `jsonrpc`

The `nibiru.jsonrpc` package implements the official [JSON-RPC 2.0
spec](https://www.jsonrpc.org/specification) in Python with strict
strong typing. All of the examples written in the spec are used as test
cases. A few real payloads from the chain are also mixed into the test
suites.

## `tmrpc`

The `nibiru.tmrpc` package implements classes for building valid queries
corresponding to the Tendermint v0.37 RPC API. These types are
JSON-RPC-compatible and inherit directly from the types in
`nibiru.jsonrpc`.

- feat(tm_rpc): implement jsonrpc version of broadcast tx with tests

---


![wk28-n1719-TabTip_DIV3](https://github.com/NibiruChain/py-sdk/assets/51418232/b976645e-00d3-4407-8a0d-109496d18c38)

---

## Related

- #241
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant