Skip to content

jsonrpc/types: Implement new module for dcrjson. #1394

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

Merged
merged 1 commit into from
Feb 14, 2019

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Feb 14, 2019

This requires decred/dcrd#1607.

DO NOT MERGE -- This currently contains an override in the go.mod to use the required pull request so CI will build. It will need to be updated once the upstream PR is merged and tagged.

This moves all of the types specific to dcrwallet from the dcrjson module into a new module at rpc/jsonrpc/types so wallet is able to independently modify them as necessary without needing to submit the changes to dcrd directly or requiring new dcrjson tags.

It provides full package documentation and also ported all tests over so there is comprehensive test coverage.

@davecgh davecgh force-pushed the dcrjson_jsonrpc_types branch 2 times, most recently from 5d77028 to 478c37f Compare February 14, 2019 01:53

Verified

This commit was signed with the committer’s verified signature.
davecgh Dave Collins
This moves all of the types specific to dcrwallet from the dcrjson
module into a new module at rpc/jsonrpc/types so wallet is able to
independently modify them as necessary without needing to submit the
changes to dcrd directly or requiring new dcrjson tags.

It provides full package documentation and also ported all tests over so
there is comprehensive test coverage.
@davecgh davecgh force-pushed the dcrjson_jsonrpc_types branch from 478c37f to 1195e2d Compare February 14, 2019 02:24
@davecgh
Copy link
Member Author

davecgh commented Feb 14, 2019

I've updated this to remove the override now that the requisite module is tagged.

@jrick jrick merged commit 1195e2d into decred:master Feb 14, 2019
@davecgh davecgh deleted the dcrjson_jsonrpc_types branch February 14, 2019 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants