LiskArchive / lisk-elements

⚙️ Library for sending Lisk transactions from the client or server
https://lisk.io/
GNU General Public License v3.0
250 stars 64 forks source link

Consistently use returned state in apply and undo functions #1047

Closed mitsuaki-u closed 5 years ago

mitsuaki-u commented 5 years ago

Expected behavior

Transaction types should have consistency in usage of updated state.

Actual behavior

Some transactions do not use original state.

shuse2 commented 5 years ago

This is obsolete by #1051 since we are adding StateStore