stratisproject / StratisBitcoinFullNode

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

Move block store to Stratis.Bitcoin #1845

Open noescape00 opened 6 years ago

noescape00 commented 6 years ago

Move block store to Stratis.Bitcoin because it's going to become a mandatory component and we would just implement pruning instead of not using a feature

dangershony commented 6 years ago

I am not sure this will be done so please talk to me before acting on this.

noescape00 commented 6 years ago

Sure.

dangershony commented 6 years ago

This might not be needed for prod release but we need to have an additional discussions about this task

noescape00 commented 6 years ago

Yes sure.

My points are: 1) We will be able to remove BSQ.Tip from CHainState and after that ChainState can be completely removed from the codebase (ChainState is a hacky workaround and should be removed at some point) 2) It makes sense to have BS in base because it's mandatory feature

dangershony commented 5 years ago

Also consider this PR when implementing this code https://github.com/stratisproject/StratisBitcoinFullNode/issues/2628