StratisBitcoinFullNode icon indicating copy to clipboard operation
StratisBitcoinFullNode copied to clipboard

Move block store to Stratis.Bitcoin

Open noescape00 opened this issue 6 years ago • 5 comments

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

noescape00 avatar Aug 03 '18 11:08 noescape00

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

dangershony avatar Aug 30 '18 10:08 dangershony

Sure.

noescape00 avatar Aug 30 '18 10:08 noescape00

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

dangershony avatar Sep 14 '18 09:09 dangershony

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

noescape00 avatar Sep 14 '18 09:09 noescape00

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

dangershony avatar Mar 06 '19 10:03 dangershony