Releases: ladimolnar/BitcoinDatabaseGenerator
Release V 1.9
Update the NuGet package BitcoinBlockchain to version 1.2.5.0. This new version accommodates for block versions 805306375 (30000007) and 536870916 (20000004).
Release V 1.8
Update the NuGet package BitcoinBlockchain to version 1.2.4. This will accommodate block versions with a value of 0x20000002 (536870914).
Release V 1.7
Update the NuGet package BitcoinBlockchain to version 1.2.3.0. This will accommodate block versions with a value of 0x8000004 (134217732) and 0x30000001 (805306369).
Release V 1.6
- Fix a bug that could cause data read from a blockchain file, processed, stored in memory and not yet committed to DB to be lost when the processing is interrupted by an error in the next blockchain file.
- Update the NuGet package BitcoinBlockchain to version 1.2.2.0. This will accommodate block versions with a value of 536870912 (0x20000000) and 536870913 (0x20000001).
Release V 1.5
Accommodate blockchain block versions of 805306368 (0x30000000).
Release V 1.4
Add a new command line parameter: /BlockId
This allows the user to provide the value that will be used to check against the BlockId field of each block. Useful if the blockchain is generated on a testnet where BlockId has a value that is different from the standard value 0xD9B4BEF9.
Release V 1.3
Handle block version 4. See: https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki
Release V 1.2
Accommodate blockchain block versions of 536870919 (0x20000007). See:
Release V 1.1
Changes were made so that the tool no longer has dependencies on these DLLs:
- Microsoft.SqlServer.Smo.dll,
- Microsoft.SqlServer.ConnectionInfo.dll,
- Microsoft.SqlServer.Management.Sdk.Sfc.dll
Release V 1.0
Release V 1.0