Difference between revisions of "Test Cases"

From Bitcoin Wiki
Jump to: navigation, search
(Created page with "Below are listed test cases to be used for checking compliance with the Bitcoin Protocol. Variables listed in quotation marks are string literals, ...")
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
Variables listed in quotation marks are string literals, encoded using the ASCII standard. Variables listed without the quotation marks are numbers or hex dumps.
 
Variables listed in quotation marks are string literals, encoded using the ASCII standard. Variables listed without the quotation marks are numbers or hex dumps.
 +
 +
More tests can be found here:
 +
 +
https://github.com/ThePiachu/Bitcoin-Unit-Tests
 +
 +
Related forum page:
 +
 +
https://bitcointalk.org/index.php?topic=56323
 +
 +
Some testing tools are also available here:
 +
 +
http://gobittest.appspot.com/
  
 
==Hashes==
 
==Hashes==
Line 23: Line 35:
 
==Variable length integer==
 
==Variable length integer==
 
==Variable length string==
 
==Variable length string==
 +
 +
{{Stub}}

Revision as of 01:49, 11 January 2012

Below are listed test cases to be used for checking compliance with the Bitcoin Protocol.

Variables listed in quotation marks are string literals, encoded using the ASCII standard. Variables listed without the quotation marks are numbers or hex dumps.

More tests can be found here:

https://github.com/ThePiachu/Bitcoin-Unit-Tests

Related forum page:

https://bitcointalk.org/index.php?topic=56323

Some testing tools are also available here:

http://gobittest.appspot.com/

Hashes

SHA-256

Original First hashing Second hashing
"hello" 0x2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 0x9595c9df90075148eb06860365df33584b75bff782a510c6cd4883a419833d50

RIPEMD-160

Original SHA hashing RIPEMD hashing
"hello" 0x2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 0xb6a9c8c230722b7c748331a8b450f05566dc7d0f

Merkle Trees

Variable length integer

Variable length string

Hashbtc.jpgThis page is a stub. Help by expanding it.