Bitcoin ABC version 0.26.13 is now available from:
https://download.bitcoinabc.org/0.26.13/
fee, modifiedfee, descendantfees and ancestorfees fields from the
getrawmempool, getmempoolentry, getmempoolancestorsand
getmempooldescendants RPCs which have been deprecated for a long time are
now removed. They are superseded by the fees object field which provides
the same information.descendantcount, descendantsize, fees.descendant, ancestorcount,
ancestorsize and fees.ancestor fields from the getrawmempool,
getmempoolentry, getmempoolancestorsand getmempooldescendants RPCs are
deprecated. To keep using these fields, use the
-deprecatedrpc=mempool_ancestors_descendants option.