Dave Collins
7cc356d4c7
Convert CreateRawTransaction to higher-level types.
...
Closes #2 .
2014-05-09 21:24:25 -05:00
Dave Collins
f666eddf75
Add README.md for bitcoincorehttp example.
...
Also, change the port in the example to the mainnet RPC port.
2014-05-09 21:09:51 -05:00
Dave Collins
315d85fa4e
Add README.md for btcdwebsockets example.
2014-05-09 21:05:01 -05:00
Dave Collins
9b0d311826
Update README.md.
2014-05-09 20:48:05 -05:00
Dave Collins
f54e05c8fe
Initial package overview documentation.
2014-05-09 20:12:47 -05:00
Dave Collins
8700eeaeb6
Convert to use gorilla websockets package.
...
Also, since the new package exposes more connection related error
information, add a new ErrInvalidEndpoint which is returned if the
specified enpoint does not appear to be a valid websocket provider and
only return the ErrInvalidAuth error when HTTP authorization failure
status codes are detected.
Closes #1 .
2014-05-09 19:57:58 -05:00
Dave Collins
4921282646
Add example descriptions to README.md.
2014-05-09 01:35:27 -05:00
Dave Collins
2f84189676
Add godoc reference badge to README.md.
2014-05-09 01:26:37 -05:00
Dave Collins
73ecb412e9
Add support for TravisCI.
...
Also add TravisCI build status badge to README.md.
2014-05-09 01:16:47 -05:00
Dave Collins
eb82f35aac
Improve btcdwebsockets example.
...
Since the example illustrates callbacks for the OnBlockConnected and
OnBlockDisconnected callbacks, also register for the notifications with
NotifyBlocks.
While here, document the fact that most of the callbacks require
registration.
2014-05-09 00:45:09 -05:00
Dave Collins
80f9a8e5e2
Fix FutureWalletPassphraseChange.Receive comment.
2014-05-08 13:12:56 -05:00
Dave Collins
2fc983ece1
Finish the comment on the Disconnect function.
2014-05-08 13:10:09 -05:00
Dave Collins
6825e68c59
Use uint64 for the request ID instead of int64.
...
There is no reason for the request ID to be signed. Pointed out by
@jrick.
2014-05-08 13:05:31 -05:00
Dave Collins
01183c4eca
Update for recent notifyspent changes.
...
Closes #2 .
2014-05-07 11:23:48 -05:00
Dave Collins
7c552136bc
Move Disconnected next to Disconnect func.
2014-05-07 11:23:35 -05:00
Dave Collins
1122a8a9cb
Remove leftover testing sleep.
2014-05-07 11:23:27 -05:00
Dave Collins
2f7cb64652
Add CONTRIBUTORS file.
2014-05-07 11:23:16 -05:00
GeertJohan
0cc22e1134
Make btcrpcclient use the new and consistent reply types.
2014-05-07 11:23:00 -05:00
Dave Collins
831d0aeb90
Add support for getwork submit.
2014-05-07 11:22:38 -05:00
Dave Collins
fa7f670160
Add link to examples in README.md.
2014-05-07 11:22:12 -05:00
Dave Collins
43ca7c0f3c
Add a couple of examples.
2014-05-07 11:21:36 -05:00
Dave Collins
cf409a8d79
Disconnect client on shutdown.
2014-05-07 11:19:30 -05:00
Dave Collins
e3f130ade5
Initial commit.
2014-05-07 11:14:39 -05:00