```
We no longer have the concept of packages in the block generation code.
This commit renames the following:
- `TestPackage` to `TestTx`, plus rename its args
- `addPackageFrac` to `addTxsFrac`
- `addPackageTxs` to `addTxs`
Also updated comments.
```
Port of bchn#1118.
Depends on D13121.
Note that TestTx has been renamed to TestTxFits. We already have a poorly named CheckTx method here, no need for another layer of confusion.