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

main: Update for mempool/v2. #1616

Merged
merged 1 commit into from Feb 15, 2019
Merged

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Feb 15, 2019

This updates the main module to use version 2 of the mempool module.

The following is a summary of changes:

  • Update all imports to use mempool/v2
  • Update module requirements to include new module and remove no longer needed old versions
  • Add an override for the v2 module so CI is always builds with the latest code
  • Update rpcserver getrawmempool handler to make use of new mempool VerboseTxDescs instead of the removed RawMempoolVerbose
  • Update rpcserver getrawmempool handler to properly return the parameter provided for the transaction type instead of the type of variable in the case an invalid type is provided
  • Update rpcserver getrawmempool to return the supported transaction types in the error when an invalid type is provided

This updates the main module to use version 2 of the mempool module.

The following is a summary of changes:

- Update all imports to use mempool/v2
- Update module requirements to include new module and remove no longer
  needed old versions
- Add an override for the v2 module so CI is always builds with the
  latest code
- Update rpcserver getrawmempool to make use of new mempool
  VerboseTxDescs instead of the removed RawMempoolVerbose
- Update rpcserver getrawmempool to properly return the parameter
  provided for the transaction type instead of the type of variable in
  the case an invalid type is provided
- Update rpcserver getrawmempool to return the supported transaction
  types in the error when an invalid type is provided
@davecgh davecgh added this to the 1.5.0 milestone Feb 15, 2019
@davecgh davecgh merged commit fc4d68a into decred:master Feb 15, 2019
@davecgh davecgh deleted the main_use_mempool_v2 branch February 15, 2019 02:18
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