U-Network / UNetwork

U Network Public Blockchain
https://u.network/
Apache License 2.0
188 stars 22 forks source link

func Persist refactor #34

Closed Clairvoyant1236 closed 6 years ago

Clairvoyant1236 commented 6 years ago

Refactor Persist function mentioned in issue #21.

I'm breaking down the function into 5 parts: Classify each transaction type and process special transactions & update bookKeeper if needed. Update account balance and corresponding UTXO input & outputs. Update transaction related data Update forum related data.

This PR is ready for review @fmlwlher @yilugit