Commit Graph

9 Commits

Author SHA1 Message Date
Sai Raj
49ca2ba2cf Self restart on repeated error and package name
- Adding self restart when repeated error occurs with backend rpc connection

- renamed package name to reflect correctly
2024-07-01 22:20:48 -04:00
Martin Boehm
e500d6873d Parse xpub descriptors 2021-11-10 00:32:11 +01:00
Martin Boehm
eae9b6b613 Handle Bitcoin vout addresses after upgrade to bitcoind 22.0.0
It was necessary to split the composition chain in other coins
from BitcoinParser to BitcoinLikeParser to keep backwards compatibility
2021-09-21 23:59:20 +02:00
David Hill
d97b5e14e8
Update Decred (#385)
Co-authored-by: Martin <martin.boehm@1mbsoftware.net>
2021-01-21 09:25:07 +01:00
David Hill
13527bda06 build: go module support 2020-03-05 11:54:42 -05:00
migwi
f28c6bcf61 Check unindexed confirmed tx height for decred 2019-09-22 17:31:04 +02:00
Martin Boehm
3a8da67752 Fix linting errors 2019-08-21 23:11:50 +02:00
Migwi Ndung'u
5ea4bbded6 Fix decred's xpub decoding (#249)
* Add the decred xpub decoding implementation

* Fix the address decoding

* Resolve the extended public key path

* Add tests for DeriveAddressDescriptors and DeriveAddressDescriptorsFromTo methods

* Add TestDerivationBasePath

* Add tests for pack and unpack methods
2019-08-21 19:31:23 +02:00
Migwi Ndung'u
91691ed7e7 Add decred support (#216) 2019-07-07 22:41:01 +02:00