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
|
8ef09d124e
|
Fix tests
|
2023-11-08 10:21:18 +01:00 |
|
Martin Boehm
|
a282cde045
|
Fix format
|
2022-03-06 21:27:52 +01:00 |
|
Martin Boehm
|
93ea126123
|
Add get raw block API request #736
|
2022-03-04 17:26:13 +01:00 |
|
Martin Boehm
|
e143215288
|
Fix linting issues
|
2021-11-28 21:27:16 +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
|
13527bda06
|
build: go module support
|
2020-03-05 11:54:42 -05:00 |
|
Martin Boehm
|
be393c6d5d
|
Update dependency of btcutil library
|
2019-08-04 12:54:54 +02:00 |
|
Martin Boehm
|
b367e25194
|
Fix bcash xpub derivation path #146
|
2019-04-08 15:39:03 +02:00 |
|
Martin Boehm
|
fa4a11c3a7
|
Fix bcash EstimateSmartFee functionality
|
2019-03-28 14:44:40 +01:00 |
|
Martin Boehm
|
ee4ecc2bb0
|
Fix bcash EstimateFee after interface change in backend v0.19.1
|
2019-03-28 14:44:40 +01:00 |
|
Martin Boehm
|
ce3c7c5e66
|
Extract mempool interface from blockchain
|
2019-03-25 16:43:57 +01:00 |
|
Matej Čamaj
|
c0cebd4ce6
|
Implement Omni parser for Bitcoin
|
2019-03-21 20:46:25 +01:00 |
|
Martin Boehm
|
e06ff194de
|
Resolve some linting issues
|
2019-03-06 17:50:20 +01:00 |
|
Martin Boehm
|
3f7ac68865
|
Disable bcash unsupported EstimateSmartFee
|
2019-03-04 11:26:12 +01:00 |
|
Martin Boehm
|
1540dc940d
|
Disable bcash unsupported EstimateSmartFee
|
2019-03-04 11:05:09 +01:00 |
|
Martin Boehm
|
ab077d882c
|
Update references to forked btcd, btcutil and bchutil libraries
|
2019-01-04 13:47:28 +01:00 |
|
Jakub Matys
|
ab0eb65de0
|
Fixed issues reported by goreportcard.com
|
2018-10-22 10:39:29 +02:00 |
|
Martin Boehm
|
f579b97502
|
Convert P2PK script to P2PKH so that it is indexed together #73
|
2018-10-12 11:53:03 +02:00 |
|
Jakub Matys
|
8c7f383e9a
|
Explicit registration of network parameters + cleanup in tests
|
2018-10-02 17:02:57 +02:00 |
|
Jakub Matys
|
f9e5092f82
|
Merge branch 'v0.0.7' into integration-tests-upgrade
|
2018-10-01 12:47:42 +02:00 |
|
Martin Boehm
|
6c08d7c51c
|
Extend parsing of block in coins
|
2018-09-18 13:35:53 +02:00 |
|
Martin Boehm
|
7290f8bbcd
|
Make GetBlockInfo and GetChainInfo more coin independent
|
2018-09-18 10:58:47 +02:00 |
|
Jakub Matys
|
b5d1e5c94e
|
Integration tests are defined declaratively with single implementation
|
2018-09-11 16:38:39 +02:00 |
|
Martin Boehm
|
2c62d4d248
|
Fix OP_RETURN parser unit tests
|
2018-09-11 16:22:28 +02:00 |
|
Jakub Matys
|
a7bff4d7eb
|
Merge branch 'zcash' into v0.0.7
|
2018-09-06 13:53:50 +02:00 |
|
Jakub Matys
|
a130318601
|
Use forked version of btcutil
|
2018-09-06 13:52:45 +02:00 |
|
Martin Boehm
|
984f24a76d
|
Handle pay-to-pubkey addresses in Bcash
|
2018-09-03 15:45:08 +02:00 |
|
Martin Boehm
|
1b69a62ab8
|
Process OP_RETURN script in Bcash
|
2018-09-03 14:10:28 +02:00 |
|
Martin Boehm
|
6f25785109
|
Bcash address cashaddr/legacy handling
|
2018-08-31 14:03:06 +02:00 |
|
Martin Boehm
|
676aabfaa6
|
Make AddressDescriptor as type,expose DB/mempool methods working with it
|
2018-08-30 22:43:37 +02:00 |
|
Martin Boehm
|
be19523065
|
Refactor of address handling, renamed addrID to addr descriptor addrDesc
|
2018-08-29 15:31:19 +02:00 |
|
Martin Boehm
|
882ff1bfd5
|
Fix integration tests after switch to big.Int amounts
|
2018-07-25 15:56:08 +02:00 |
|
Martin Boehm
|
1ae62cc974
|
Fix coin parser tests after switch to big.Int amounts
|
2018-07-24 21:21:05 +02:00 |
|
Martin Boehm
|
b464f282a9
|
Use big.Int for all amounts
|
2018-07-24 15:58:37 +02:00 |
|
Martin Boehm
|
64b34c1dd8
|
Merge branch 'explorer'
Explorer is not yet finished but brings changes in coin json configs
and blockbook flags which should be propagated.
|
2018-07-23 13:42:52 +02:00 |
|
Jakub Matys
|
d15ed57f61
|
Removed TestSendRawTransaction because of instability
|
2018-07-20 12:50:30 +02:00 |
|
Jakub Matys
|
c6d6d4138d
|
Added new RPC tests
|
2018-07-10 17:04:07 +02:00 |
|
Martin Boehm
|
88ad20cbac
|
Merge branch 'master' into explorer
|
2018-07-02 15:26:50 +02:00 |
|
Jakub Matys
|
e0a5c44314
|
Added RPC test for BCash mainnet
|
2018-06-29 12:12:47 +02:00 |
|
Jakub Matys
|
42d687112f
|
Improvement of tests - added Bitcoin mainnet, rewritten mempool tests
|
2018-06-28 15:32:32 +02:00 |
|
Martin Boehm
|
f6cbe5ffeb
|
Merge branch 'master' into explorer
|
2018-06-28 00:16:52 +02:00 |
|
Jakub Matys
|
a7c128d806
|
Fixed names of tests
|
2018-06-27 12:38:03 +02:00 |
|
Jakub Matys
|
7040853212
|
Skip tests that are no able to connect their backends
|
2018-06-27 12:35:26 +02:00 |
|
Martin Boehm
|
94873f4d86
|
Return tx version, update parser tests
|
2018-06-26 13:03:59 +02:00 |
|
Jakub Matys
|
86f814e95f
|
New RPC tests added for other coins
|
2018-06-21 12:09:02 +02:00 |
|
Jakub Matys
|
f431c481ef
|
All RPC tests rewritten to use new common methods
|
2018-06-18 15:19:32 +02:00 |
|
Jakub Matys
|
8ec0b7c590
|
RPC integration test was generalized for all coins
|
2018-06-18 13:00:54 +02:00 |
|
Jakub Matys
|
9409907f80
|
Tests are classified by tags
|
2018-06-14 17:27:03 +02:00 |
|
Jakub Matys
|
9225ada004
|
RPC tests connect localhost by default
|
2018-06-14 17:27:03 +02:00 |
|