stratisproject / StratisBitcoinFullNode

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

Discussion: How to move NStraits code to the fullnode #189

Closed dangershony closed 7 years ago

dangershony commented 7 years ago

Ideally we would want to remove the dependency on NStratis.

At the moment we decided to go big-bang after the coming release

ghost commented 7 years ago

I've simulated the big-ban approach here: https://github.com/netsfx/StratisBitcoinFullNode I just merged the latest commits from stratisproject/StratisBitcoinFullNode. To do this

dangershony commented 7 years ago

[NStratis] make NStratis netstandard

dangershony commented 7 years ago

I will be merging NBitcoin for the last time then we make the netstandard change and finish with NStratis

dangershony commented 7 years ago

I merge the latest NBitcoin which is now using the project file to target all platforms. This means I would need to change the hashlib projects to be the same.

As we are only interested in netstandard1.6 perhaps it worth stopping here and just going on with the netstanrad1.6 migration.

Any new changes to NBitcoin will have to be manually merged form now on.