memoriesadrift / tuw-cryptocurrencies-blockchain

Blockchain created for the Cryptocurrencies course at TU Wien
0 stars 0 forks source link

Mempool setup #27

Closed memoriesadrift closed 9 months ago

memoriesadrift commented 9 months ago

Basic mempool setup -- task points 1 - 5.

pineapplering commented 9 months ago

basically, in a first step (not sure if needed tho) i am removing txs of the new block from the current mempool according to the description, then in the next step, i am just using your method to try to add remaining txs in the current mempool to the new one, which was initialized with the latest blocks UTXO