Olaoluwa Osuntokun
5affed38fc
multi: update btcsuite API's to latest upstream changes
...
This commit makes a large number of minor changes concerning API usage
within the deamon to match the latest version on the upstream btcsuite
libraries.
The major changes are the switch from wire.ShaHash to chainhash.Hash,
and that wire.NewMsgTx() now takes a paramter indicating the version of
the transaction to be created.
2017-01-05 13:56:34 -08:00
Olaoluwa Osuntokun
09219917a0
elkrem: remove logging statements from tests
...
This commit removes the logging statements within the elkrem tests as
they become rather spammy when executing on the continuous integration
server.
2016-07-25 16:17:08 -07:00
Olaoluwa Osuntokun
102a0f6689
elkrem: sync with upstream onehop branch
...
This commit syncs the version of elkrem currently checked into master
with the version that has been developed in the upstream master branch.
2016-06-29 16:55:49 -07:00
Olaoluwa Osuntokun
fcff17c336
multi: change all imports to roasbeef's forks
...
This commit will allow the general public to build lnd without jumping
through hoops setting up their local git branches nicely with all of
our forks.
2016-05-15 17:22:37 +03:00
Tadge Dryja
3fecd67920
cycle sender / receiver to bytes and back
2016-01-18 23:28:14 -08:00
Tadge Dryja
2301af5615
remove "current" from receiver, add very simple serialization test
2016-01-18 21:04:53 -08:00
Tadge Dryja
d4a31d4127
add initial unit test for elkrem send / receive
2016-01-18 20:43:02 -08:00