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

epic(tmrpc): all passing tests for v0.21 #243

Merged
merged 5 commits into from
Jul 9, 2023
Merged

Conversation

Unique-Divine
Copy link
Member

@Unique-Divine Unique-Divine commented Jul 9, 2023

Migration complete! (needs cleanup refactor)

jsonrpc

The nibiru.jsonrpc package implements the official JSON-RPC 2.0 spec 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 requests for the Tendermint v0.37 JSON-RPC API. These types compose with the types in nibiru.jsonrpc.

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

wk28-n1719-TabTip_DIV3


Related

@Unique-Divine Unique-Divine added type: enhancement New feature or request type: test Adding missing tests or improve existing tests epic Large task that is a parent to several issues/tasks labels Jul 9, 2023
@Unique-Divine Unique-Divine merged commit 9bf955b into master Jul 9, 2023
4 checks passed
@Unique-Divine Unique-Divine deleted the realu/jsonrpc-tx branch July 9, 2023 06:16
Unique-Divine added a commit to NibiruChain/proto-gen-py that referenced this pull request Jul 9, 2023
## Related
- NibiruChain/py-sdk#243

## Summary
- This release has been tested thoroughly from the `py-sdk` repository.
- Proto generation now uses `buf`
- Tests check more imports than just the top-level, which helps
guarantee that the imports work when external devs import the package
- A `py.typed` file was added as part of the generation process for
compliance with PEP 561
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic Large task that is a parent to several issues/tasks type: enhancement New feature or request type: test Adding missing tests or improve existing tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat!: Update Python SDK and get tests passing for v0.21.
1 participant