Metadata >> NuGet >> BitcoinBlockchain >> 1.1.0.0

1.1.0.0

Metadata

Authors Ladislau Molnar
Copyrights Copyright 2015
Description A .NET Class Library that provides parsing functionality over files containing the Bitcoin blockchain.
LicenseUrl https://raw.githubusercontent.com/ladimolnar/BitcoinBlockchain/master/LICENSE
Owners Ladislau Molnar
ProjectUrl https://github.com/ladimolnar/BitcoinBlockchain/wiki
ReleaseNotes Remove the use of type Lazy from class ByteArray due to its large memory footprint. This became a problem for clients that maintained a large number of ByteArray instances. Change the access level of the setters for certain properties to private. Change the access level of some methods and setters of some properties to public to allow for unit test scenarios. Client code that uses the BlockchainParser can now be unit tested. The unit test needs to be able to generate instances of types BlockHeader, Transaction and so on to feed to the unit under test that is supposed to process the results of the parsing.
RequireLicenseAcceptance False
Tags Bitcoin blockchain parser
Title BitcoinBlockchain
PackageSize 49028
PackageHashAlgorithm SHA512
PackageHash s3J8EfuiC0SRhlIa389Nag509piAAQFLCqarj2lkQz1uvlFoFFGl4bInGpSuIkass2fYkzn3QQtLq39QYR8hmw==
DownloadCount 000000
CreatedDate 2015-05-04T00:36:53

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install BitcoinBlockchain -Version 1.1.0.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install BitcoinBlockchain -Version 1.1.0.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete BitcoinBlockchain 1.1.0.0 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package BitcoinBlockchain -Version 1.1.0.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package BitcoinBlockchain -Version 1.1.0.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap BitcoinBlockchain -Version 1.1.0.0
Uninstalling the package:
o remove-wrap BitcoinBlockchain

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.5 Binaries