Commit graph

11 commits

Author SHA1 Message Date
Patrick O'Grady
a3c00fe9a7
progress 2020-12-02 11:02:17 -06:00
Patrick O'Grady
f3d07c5e0f
Fix parse tests 2020-11-13 11:34:24 -08:00
Patrick O'Grady
27faa31c7a
Fix statuses 2020-11-13 11:29:02 -08:00
Kashif
86db8fb4bf
fix breaking changes from rosetta-sdk 2020-11-13 11:11:41 -08:00
jagdeep sidhu
774cf3c1d1 Update node.go
functional replacement for https://golang.org/pkg/strings/#Replace

to https://golang.org/pkg/strings/#ReplaceAll

since 1.31 golangci-lint gocritic was updated to include replace to replaceall hint.

ReplaceAll was added in Go 1.12

See https://github.com/go-critic/go-critic/issues/872 for more.
2020-11-12 12:11:21 -08:00
Patrick O'Grady
f37487e905
Add back network status test 2020-09-28 08:01:13 -07:00
Patrick O'Grady
eee610e20a
Add back NetworkStatus 2020-09-28 07:59:43 -07:00
Patrick O'Grady
b72461dbee
Get current block from indexer instead of bitcoind 2020-09-28 07:49:37 -07:00
Patrick O'Grady
4818a544f4
Add test for bitcoin mempool implementation 2020-09-18 18:10:56 -07:00
Patrick O'Grady
cd15647baf
Add support for mempool 2020-09-18 18:04:37 -07:00
Patrick O'Grady
d1153307ac
Initial commit 2020-09-17 14:40:16 -07:00