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

Clean up and combine apply and verify function - Closes #1050 #1064

Closed shuse2 closed 5 years ago

shuse2 commented 5 years ago

What was the problem?

Since verify and apply function had essentially same purpose, we have decided to combine them together.

How did I fix it?

Clean up the logic in the verify (mainly separating the functions), and combined them together.

How to test it?

npm t

Review checklist