[ADD] inbound_addresses additions/fixes
- Added global_trading_paused (mimir:
HaltTrading
) - Added chain_trading_paused (mimir:
HaltTrading<chain>
) - Added chain_lp_actions_paused (mimir:
PauseLP<chain>
) - Changed outbound_fee to return result of
GetFee()
(same func used to deduct from outbound in manager_txout)