stratisproject / StratisBitcoinFullNode

Bitcoin full node in C#
https://stratisplatform.com
MIT License
787 stars 315 forks source link

[WIP] Wallet history logic #4129

Open zeptin opened 4 years ago

zeptin commented 4 years ago

I am not entirely convinced this is all that needs to be done. We still need a test for histories containing staking transactions.

There is also a residual issue; if the history contains large numbers of items (i.e. it reaches the maximum without traversing the entire wallet) then staking transaction amounts appear incorrectly. This is because the input that will cause the amount to be normalised (i.e. to 1) does not get processed.