forked from Qortal/qortal
476d9e4c95
Moved Asset.MULTIPLIER, etc. to Amounts class. Had to reintroduce BigInteger for asset trading code. Various helper methods added to Amounts class. Payment.process/orphan no longer needs unused transaction signature or reference. Added post block process/orphan tidying, which currently deletes zero account balances to satisfy post-orphan checks in unit tests. Fix for possible bug when orphaning TRANSFER_PRIVS. Added RewardSharePercentTypeAdapter like AmountTypeAdapter. Replaced a whole load of JAXB-special getters with type-adapters. Tests looking good!