Commit Graph

384 Commits

Author SHA1 Message Date
Martin Boehm
e37ec52d5b Fix monacoin parser 2018-10-01 14:02:13 +02:00
wakiyamap
43e61253ee change to btc.TryParseOPReturn 2018-10-01 13:56:44 +02:00
wakiyamap
207a6b36e8 fix monacoinparser 2018-10-01 13:56:44 +02:00
Martin Boehm
6c4204e93f Merge branch 'v0.0.7'
A big update of Blockbook, with main features:
- new index format, incompatible with release 0.0.6
- computing of address balances
- internal blockchain explorer
2018-10-01 13:32: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
64fbaa7bfc Change initialization of coin params to avoid cross influence 2018-09-28 22:54:08 +02:00
Jakub Matys
5754523317 WIP: sync integration tests 2018-09-20 09:39:13 +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
Martin Boehm
d87d52b2fd Add view of block to explorer 2018-09-17 18:28:08 +02:00
Martin Boehm
635733574c Add bchain method GetChainInfo with extended information about backend 2018-09-14 14:48:43 +02:00
Martin Boehm
674cae12e6 Fix BestHeader handling for Ethereum Classic 2018-09-12 12:17:26 +02:00
Jakub Matys
f6fffefec9 Tests fixed 2018-09-12 10:29:16 +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
Martin Boehm
6d15e429c7 Improve OP_RETURN decoding 2018-09-11 16:07:39 +02:00
Martin Boehm
503ff4389a Merge branch 'master' into v0.0.7 2018-09-11 13:44:36 +02:00
Martin Boehm
8bdf4b0ae3 Prepare notification of block height in OnNewBlock 2018-09-11 13:37:12 +02:00
Martin Boehm
6dcf3fd45d Send the side of address (input/output) for a new tx notification 2018-09-11 13:19:56 +02:00
Martin Boehm
f829d21eeb Handle Ethereum Classic transactions 2018-09-10 23:23:41 +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
a6690a0f19 Remove unnecessary debug log in ethereum SendRawTransaction 2018-09-05 19:41:52 +02:00
Martin Boehm
2fd84dd97b Fix handling of result in ethereum SendRawTransaction 2018-09-05 18:57:12 +02:00
Martin Boehm
ccfc350205 Notify on new input address in nonutxo mempool 2018-09-05 17:58:20 +02:00
Martin Boehm
239274ec9b Experimental implementation of Ethereum send transaction 2018-09-05 17:55:56 +02:00
Martin Boehm
b1317789de Handle unsupported newHeads subscription in Ethereum Classic 2018-09-05 16:27:34 +02:00
Martin Boehm
b8dede857c Add experimental Ethereum Classic blockbook implementation 2018-09-05 15:50:27 +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
d50198cbff Merge branch 'master' into v0.0.7 2018-09-03 08:33:20 +02:00
Martin Boehm
fdf1fe612f Stringer interface for AddressDescriptor 2018-09-02 21:31:33 +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
1a931d8a65 Implement view of OP_RETURN scripts 2018-08-30 15:25:03 +02:00
Martin Boehm
2f0e4e2a0f Fix test tags 2018-08-30 13:06:11 +02:00
Martin Boehm
d58c620d85 Stabilize dogecoin rpc test 2018-08-29 21:37:06 +02:00
Martin Boehm
d3608fb34c Add dogecoin and litecoin rpc test 2018-08-29 21:29:09 +02:00
Martin Boehm
06ab4fb9f8 Fix rpc tests 2018-08-29 21:16:23 +02:00
Martin Boehm
bd88ab4094 Add monacoin to rpc test config.json 2018-08-29 19:58:38 +02:00
Martin Boehm
b9c0ca37b1 Fix monacoin tests 2018-08-29 19:48:44 +02:00
Jakub Matys
21650aa914 Merge branch 'docs' 2018-08-29 17:41:07 +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
c9471bf867 Store extended info about block in heigth column 2018-08-21 16:36:14 +02:00
Martin Boehm
ab53107f47 Adapt monacoin to bigint amounts 2018-08-19 23:56:41 +02:00
Martin Boehm
6bfc7240a9 Merge branch 'indexv3' into explorer 2018-08-19 23:20:43 +02:00
Jakub Matys
ef12666f70 Upgrade of documentation: build, config, contributing, readme 2018-08-09 14:21:15 +02:00
wakiyamap
156a42b698 add monacoin 2018-08-04 03:50:59 +09:00
Martin Boehm
95f831eefa Merge branch 'master' 2018-07-31 16:06:51 +02:00
Jakub Matys
72bf3591bf Merge branch 'pkg-generate' 2018-07-31 10:51:35 +02:00
Jakub Matys
f3d727f16e Changes from master 2018-07-31 10:46:15 +02:00
Jakub Matys
7f52de3b65 Upgraded BlockChain configuration 2018-07-26 16:50:06 +02:00
Martin Boehm
882ff1bfd5 Fix integration tests after switch to big.Int amounts 2018-07-25 15:56:08 +02:00
Martin Boehm
f80a9142d9 Handle negative big.Int amounts, add tests of amounts parser 2018-07-25 11:47:07 +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
8dbb5817c3 GetBestBlockHash is checked by height because some coins (namecoin)
doesn't return block height at all
2018-07-20 12:48:55 +02:00
Jakub Matys
78cfb027f4 Fixed new tests 2018-07-16 14:07:52 +02:00
Jakub Matys
61eefee154 Fixed Bitcoin RPC tests 2018-07-10 17:04:31 +02:00
Jakub Matys
c6d6d4138d Added new RPC tests 2018-07-10 17:04:07 +02:00
Jakub Matys
414d51ef79 Fixed bcash RPC test 2018-07-09 14:02:24 +02:00
Martin Boehm
bdcc004ca2 Fix vertcoin parser test 2018-07-02 15:28:31 +02:00
Martin Boehm
88ad20cbac Merge branch 'master' into explorer 2018-07-02 15:26:50 +02:00
Jakub Matys
79c0882d8b Reset unchecked tx fields 2018-06-29 15:01:55 +02:00
Jakub Matys
e0a5c44314 Added RPC test for BCash mainnet 2018-06-29 12:12:47 +02:00
Jakub Matys
257a9f0f4d Added RPC tests for ZCash mainnet 2018-06-29 11:40:47 +02:00
Jakub Matys
7d90fce3dd Added RPC test for Dash mainnet 2018-06-29 11:40:40 +02:00
Jakub Matys
42d687112f Improvement of tests - added Bitcoin mainnet, rewritten mempool tests 2018-06-28 15:32:32 +02:00
Martin Boehm
22b7289fa6 Add coin shortcut description 2018-06-28 00:36:56 +02:00
Martin Boehm
f6cbe5ffeb Merge branch 'master' into explorer 2018-06-28 00:16:52 +02:00
Jakub Matys
d744b23c39 Upgrade of TestGetTransactionForMempool - mempool isn't necessary 2018-06-27 21:35:29 +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
Jakub Matys
8d0a31927a Added RPC tests for Namecoin 2018-06-27 10:08:46 +02:00
Martin Boehm
94873f4d86 Return tx version, update parser tests 2018-06-26 13:03:59 +02:00
Martin Boehm
604b41f10a Add explorer api worker 2018-06-26 13:02:53 +02:00
Jakub Matys
5aa354b2ca Added RPC tests for Vertcoin 2018-06-25 15:47:55 +02:00
Martin Boehm
dff4197aef Vertcoin parser test 2018-06-25 14:15:11 +02:00
Petr Kracík
cb7c54ff21 Vertcoin (#13)
* Initial vertcoin backend commit

* Readme vertcoin ports

* Fix bin

* Vertcoin blockbook initial commit

* Vertcoin fix services port, faked magic due duplicity
2018-06-22 13:11:07 +02:00
Martin Boehm
278b18a37f Rename httpserver and socketio flags to internal and public 2018-06-21 15:42:21 +02:00
Jakub Matys
9ddb85f3ee Merge branch 'rpc-tests' 2018-06-21 14:06:12 +02:00
Jakub Matys
ffe3650a0f Unmarshal empty addresses as empty slice not as nil 2018-06-21 13:53:27 +02:00
Jakub Matys
5e6712535b Revert "Fixed different behaviour between transaction parsing from wire or JSON"
This reverts commit ae8058f269.
2018-06-21 13:48:29 +02:00
Jakub Matys
7e479841a9 Fixed TestGetMempoolEntry 2018-06-21 13:35:19 +02:00
Martin Boehm
bb46d0c715 Update namecoin and dogecoin parser test tags 2018-06-21 12:50:31 +02:00
Jakub Matys
86f814e95f New RPC tests added for other coins 2018-06-21 12:09:02 +02:00
Jakub Matys
12cca393c6 Added tests for SendRawTransaction, EstimateSmartFee and EstimateFee 2018-06-21 11:18:02 +02:00
Martin Boehm
76d99ccee1 Remove bech32 prefix from namecoin 2018-06-20 23:57:06 +02:00
Jakub Matys
ae8058f269 Fixed different behaviour between transaction parsing from wire or JSON
JSON version sometimes returned nil Address field in ScriptPubKey (if
it was omitted in input JSON) but wire version always returned allocated
empty slice.
2018-06-20 19:45:41 +02:00
Jakub Matys
757b3e39d6 Added mempool RPC/resync tests 2018-06-20 19:09:47 +02:00
Jakub Matys
cc29a99401 Added second transaction to Ethereum RPC test 2018-06-20 19:08:30 +02:00
Martin Boehm
e909ae454b Add namecoin blockbook implementation 2018-06-20 17:58:49 +02:00
Martin Boehm
e3f7a0ae5e Add parser utils to reuse commonly used function 2018-06-19 14:39:53 +02:00
Jakub Matys
7b19bf7312 Merge branch 'rpc-tests' 2018-06-18 15:21:27 +02:00
Jakub Matys
f431c481ef All RPC tests rewritten to use new common methods 2018-06-18 15:19:32 +02:00
Martin Boehm
ed7ddf7bb8 Map calls to EstimateFee/EstimateSmartFee for dash and litecoin 2018-06-18 13:39:05 +02:00
Jakub Matys
8ec0b7c590 RPC integration test was generalized for all coins 2018-06-18 13:00:54 +02:00
Martin Boehm
631710fdd2 Map call to not implemented in dogecoin EstimateSmartFee as EstimateFee 2018-06-18 12:43:22 +02:00
Martin Boehm
69e8203b38 Handle dogecoin Auxpow blocks 2018-06-16 00:49:34 +02:00
Martin Boehm
6945d1d7f3 Add dogecoin blockbook implementation 2018-06-14 23:12:19 +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
Jakub Matys
7cff3ff9c8 Added integration tests of RPCs 2018-06-14 17:27:03 +02:00
Martin Boehm
dfee2b0f78 Update default connection for ethereum rpc integration test 2018-06-13 13:07:45 +02:00
Martin Boehm
e7e73947bd Handle invalid json returned from backend 2018-06-13 11:58:25 +02:00
Jakub Matys
5da3972d73 Fix - some parameters aren't structs but slices 2018-06-13 10:15:27 +02:00
Martin Boehm
7d8c493f21 Add litecoin parser tests 2018-06-12 12:35:52 +02:00
Martin Boehm
914a8140a9 Add litecoin blockbook implementation 2018-06-11 18:02:25 +02:00
Jakub Matys
029822fc43 Removed duplicate method 2018-06-09 14:54:10 +02:00
Jakub Matys
6ee4291f11 Refactored marshalling of Bitcoin based RPCs 2018-06-09 14:37:05 +02:00
Jakub Matys
19e394b05a Added support for DASH 2018-06-08 15:46:04 +02:00
Jakub Matys
09b1dd1dd2 typo 2018-06-08 15:11:35 +02:00
Martin Boehm
31dc1d9c00 Merge branch 'master' into internal-state 2018-06-08 11:50:35 +02:00
Jakub Matys
5d84b0affa Merge branch 'btg' 2018-06-08 09:53:50 +02:00
Martin Boehm
d18012e913 Rename bcash backend packages to match coin naming convention 2018-06-07 23:13:17 +02:00
Jakub Matys
df964abf9d Removed unnecessary stuff 2018-06-07 14:09:24 +02:00
Jakub Matys
b906462331 Added test of ParseBlock method 2018-06-07 14:06:44 +02:00
Martin Boehm
ac0dbdca42 Update bcash rpc service registration 2018-06-07 13:15:09 +02:00
Jakub Matys
70cddf63bf Rename of constant + comment 2018-06-06 14:50:30 +02:00
Jakub Matys
60733b3c9b Renamed bgold package and paths 2018-06-06 14:06:46 +02:00
Jakub Matys
400194a9aa Fixed block and address parsing 2018-06-06 13:02:41 +02:00
Jakub Matys
2d0c56c442 Added Bitcoin Gold support 2018-06-06 13:02:41 +02:00
Martin Boehm
eb716d69ed Take coin name from rpc config json 2018-06-05 16:21:54 +02:00
Martin Boehm
eba668bfd1 Report mempool size in metrics 2018-06-01 13:37:38 +02:00
Martin Boehm
17ed8f7d5d Store mempool size in internal state 2018-06-01 13:22:56 +02:00
Martin Boehm
a899f9e97a Use context to limit shutdown time of bchain/mq 2018-05-30 14:44:59 +02:00
Jakub Matys
1385313908 Merge branch 'bcash-cashaddr' 2018-05-30 13:11:15 +02:00
Jakub Matys
092aeef2ed CashAddr decoding optimization - doesn't support multisig 2018-05-29 19:08:17 +02:00
Jakub Matys
79ba6abadd Upgraded BCash address decoding/encoding 2018-05-29 15:03:25 +02:00
Jakub Matys
ea3cfd2d6a Address format is set in configuration instead of RPC options 2018-05-29 14:15:27 +02:00
Martin Boehm
c74c4dd8ff Modify ZeroMQ shutdown in attempt to avoid getting stuck occasionally 2018-05-29 12:15:20 +02:00
Jakub Matys
78d7ff3a96 Merge branch 'zcash' 2018-05-29 09:11:21 +02:00
Martin Boehm
f11c4f7791 Fix get mempoool imput addresses concurrently 2018-05-28 17:48:39 +02:00
Martin Boehm
919a26dfd6 Get mempoool imput addresses concurrently 2018-05-28 16:50:54 +02:00
Martin Boehm
e5d79b09bc Put parameters for mempool sync to coin configuration json 2018-05-28 16:04:05 +02:00
Martin Boehm
8b20c38136 Put parameter BlockAddressesToKeep to coin configuration json 2018-05-28 14:57:44 +02:00
Martin Boehm
81870aeb1a Change ZeroMQ shutdown synchronization 2018-05-28 10:46:44 +02:00
Jakub Matys
9f3b1510b0 Fixed empty Address field when transaction was unpacked from JSON 2018-05-23 16:13:06 +02:00
Jakub Matys
110bd6f6a6 Added testnet for ZCash 2018-05-23 12:55:50 +02:00
Jakub Matys
58876150c3 Removed unused code 2018-05-23 12:55:50 +02:00
Jakub Matys
6c6f929743 Fixed import of blocks with invalid transactions (genesis block) 2018-05-23 12:55:50 +02:00
Martin Boehm
d2f60044fc Add extended logging to utxo mempool 2018-05-23 12:30:19 +02:00
Jakub Matys
9e414dd842 Changed ports of blockbook and backend nodes 2018-05-23 11:00:13 +02:00
Martin Boehm
1b3fc581ac Fix ethrpc_test after address unpacking modification 2018-05-21 13:53:15 +02:00
Jakub Matys
3634041e90 Merge branch 'fix-address-unpacking' 2018-05-19 15:16:04 +02:00
Jakub Matys
d79aaefb8f bcashAddress stores btcutil's Address because of address conversions 2018-05-19 15:14:15 +02:00
Jakub Matys
3ecb380ef4 Fixed empty Address field when transaction was unpacked from JSON 2018-05-18 15:04:40 +02:00
Martin Boehm
f5a8bed629 Use coin specific interface when creating mempool 2018-05-17 12:30:45 +02:00