You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #395: Fix GetRawMempoolVerbose client macro and test
f409bf7 Fix integration test for getrawmempool verbose (jamillambert)
32d2f17 Fix incorrect client return type for verbose (jamillambert)
f0b1c85 Add missing getrawmempool types in v18-v23 (jamillambert)
Pull request description:
The client macro for `getrawmempool` with verbose set to true returns the non verbose type. The test for this case was commented out.
The inner type `MempoolEntry` changed multiple times from v18-v23, but `GetRawMempoolVerbose` still used the v17 type until v24. For v24 and up the correct `MempoolEntry` type version is used.
- Add the `getrawmempool` types and `into_model` functions or reexports of the correct version for v18-v23 that use the updated `MempoolEntry` types.
- Fix the type in the client macro.
- Uncomment the test for verbose.
Closes#389
ACKs for top commit:
tcharding:
ACK f409bf7
Tree-SHA512: 90cb3a0be54d95edbd8070afe723b7d1f6284819e79cf95ca22608afba2b405852a6d713a6e8179d360f303f31cf2de323fc2b65b7961cb92f56ef8bd14e5d65
0 commit comments