File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22- Script engine exists, but is not yet integrated with node.py
33
4- - Does not support chain reorg, and will get stuck on an orphan
5- chain, if one occurs. Workaround: Restore from backup, or
6- delete *.dat and download the block chain again.
7-
84- Appears to have difficulty talking to nodes with protocol versions
95 between 40000 and 50001, inclusive.
106
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ network. It is based on ArtForz' public domain half-a-node at
44http://pastebin.com/ZSM7iHZw
55
66In its current form, node.py does nothing more than listen for new
7- transactions and blocks, perform some simple verification checks on
8- the data, and store them in a database. It does not handle script
9- verification or chain reorg, and is therefore not safe for general use.
7+ transactions and blocks, perform verification checks on the data, and
8+ store them in a database. Script verification is a separate, manual
9+ process (testscript.py). It is therefore not safe for general use.
1010See BUGS and TODO files. A simple HTTP server for JSON-RPC API calls
1111is also included. Send the "help" RPC call for a list of supported
1212commands.
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ incoming peer support
77
88integrate script verification with node.py
99
10- chain reorg
11-
1210pay to script hash (P2SH, BIP 16)
1311
1412P2P commands:
1513 alert
1614
17- checklist: https://en.bitcoin.it/wiki/Protocol_rules#.22block.22_messages
15+ Evaluate this checklist:
16+ https://en.bitcoin.it/wiki/Protocol_rules#.22block.22_messages
17+
You can’t perform that action at this time.
0 commit comments