Commit graph

4 commits

Author SHA1 Message Date
Dave Collins 565f11409c Add 2014 to copyright dates. 2014-01-08 23:47:47 -06:00
Josh Rickmar b0899204d9 Update NewScript example after API change.
This change updates the doc.go documentation file with the correct use
of the new (since 8eead5217d) API used
for passing additional options when creating new script engines.

Spotted by davec@
2013-10-27 19:45:07 -04:00
Dave Collins 26fb20e4ed Remove need for protocol version.
This commit modifies the code to no longer require a protocol version.  It
does this by making use of the new Serialize function in btcwire.

Unfortuantely this does entail a public API change which I generally don't
like to do, but eliminating the usage of the protocol version throughout
the codebase was important enough to warrant the change.
2013-08-05 18:11:34 -05:00
Dave Collins 1197770159 Initial implementation. 2013-06-13 14:59:46 -05:00