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

Create event emitters on adding and removing of transactions for transaction pool - Closes #1013 #1026

Closed SargeKhan closed 5 years ago

SargeKhan commented 5 years ago

What was the problem?

The transaction pool was not firing any events when transactions were added or removed from the transaction pool.

How did I fix it?

Created two events which are fired every time transactions are added or removed from the transaction pool. These events are: 1- transactionAdded 2- transactionRemoved

Review checklist