0
bitcoind v0.15.1 getrawmempool rpc in verbose mode returns size and vsize for a transaction:
vsize: size for fees post-segwit (ceil(weight/4))
size: disksize
But getrawmempool rcp also returns descendantsize and ancestorsize values.
Are these values segwit-aware? do they return the ancestor/descendant transaction disksize sum or ancestor/descendant vsize sum?