Skip to content

Commit dd69e98

Browse files
Jeff GarzikJeff Garzik
authored andcommitted
Update docs to reflect current status.
1 parent 22e865c commit dd69e98

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

BUGS

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
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

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ network. It is based on ArtForz' public domain half-a-node at
44
http://pastebin.com/ZSM7iHZw
55

66
In 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.
1010
See BUGS and TODO files. A simple HTTP server for JSON-RPC API calls
1111
is also included. Send the "help" RPC call for a list of supported
1212
commands.

TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ incoming peer support
77

88
integrate script verification with node.py
99

10-
chain reorg
11-
1210
pay to script hash (P2SH, BIP 16)
1311

1412
P2P 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+

0 commit comments

Comments
 (0)