Dave Collins
b046f36c72
Relicense to the btcsuite developers.
2015-05-01 12:03:51 -05:00
Dave Collins
dd8dc87577
Run goimports -w .
2015-05-01 10:54:58 -05:00
Dave Collins
ce9e8aa264
Update btcjson path import paths to new location.
2015-05-01 10:42:52 -05:00
Dave Collins
774eb787a8
Rename HttpPostMode conn param to HTTPPostMode.
...
This rename is to make golint happy.
2015-04-05 23:00:33 -05:00
Dave Collins
ed821410cb
Update btcwire path import paths to new location.
2015-02-05 15:50:03 -06:00
Dave Collins
c1df139e32
Update btcwire import paths to new location.
2015-01-16 15:28:53 -06:00
Dave Collins
62b2ec081a
Update btcrpcclient import paths to new location.
2015-01-15 21:21:40 -06:00
Dave Collins
3dfefc978f
Update btcutil import paths to new location.
2015-01-15 10:41:20 -06:00
Dave Collins
c74bb4e087
Update license year to 2015.
2015-01-03 02:24:28 -06:00
Dave Collins
0e463baf95
goimports -w .
2014-07-02 19:34:05 -05:00
Josh Rickmar
28c0a3c8c7
Modify doco and example for btcwallet ws endpoint.
2014-06-12 13:00:42 -05:00
Dave Collins
cd4018b33e
Add btcwallet websocket example.
...
Reviewed by @jrick who also provided some comment and terminology
improvements.
2014-06-05 20:40:45 -05:00
Michalis Kargakis
e31398a272
Add height parameter in disconn notification
2014-06-05 20:48:56 +03:00
Dave Collins
267cf94edc
Correct typo in example log statement.
2014-05-11 13:30: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
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
43ca7c0f3c
Add a couple of examples.
2014-05-07 11:21:36 -05:00