Commit Graph

878 Commits

Author SHA1 Message Date
Igor Artamonov
5b36500103 problem: reactor-grpc is incompatible with grpc after 1.25 2020-09-28 21:40:56 -04:00
Igor Artamonov
165397317c problem: reactor-grpc is incompatible with grpc after 1.26 2020-09-28 20:50:06 -04:00
Igor Artamonov
e3b5081b46 problem: dev code committed 2020-09-27 21:37:01 -04:00
Igor Artamonov
a43958b5f8 solution: upgrade to the latest api definitions 2020-09-27 21:18:30 -04:00
Igor Artamonov
5dfef09de6 problem: returns nothing instead of 0 if no unspents 2020-09-26 20:25:50 -04:00
Igor Artamonov
d52b8f3381 problem: jar and zip miss the version file 2020-09-24 00:19:26 -04:00
Igor Artamonov
c1fb2f7142 problem: distZip misses the version file 2020-09-23 23:27:36 -04:00
Igor Artamonov
ae53ed1c74 solution: upload artifacts to GCP 2020-09-23 22:12:25 -04:00
Igor Artamonov
d537ff0461 solution: delegate bitcoin balance request to another upstream, if data is unavailable locally 2020-09-22 23:51:07 -04:00
Igor Artamonov
19717d622b Merge pull request #56 from emeraldpay/feat/electrs-index
Electrs upstream
2020-09-15 23:42:55 -04:00
Igor Artamonov
275a55c4ee problem: balance subscription misses recheck addresses for xpub 2020-09-15 23:32:23 -04:00
Igor Artamonov
96a6f22a5b solution: support xpub addresses for bitcoin 2020-09-15 22:55:58 -04:00
Igor Artamonov
77d7ec1101 solution: optionally provide utxo for bitcoin balance request 2020-09-15 19:20:40 -04:00
Igor Artamonov
56318d800e solution: esplora upstream connection for bitcoin 2020-09-14 23:08:13 -04:00
Chase Wright
46d90ce932 problem: invalid eth_chainId for Ethereum Mainnet 2020-09-11 10:47:55 -04:00
Igor Artamonov
4e16a8c270 problem: lag is not observed on bitcoin 2020-09-01 17:09:45 -04:00
Igor Artamonov
966ce7d8db problem: default java docker is Java 8, may not work with some libs
solution: use Java 13
2020-09-01 15:50:19 -04:00
Igor Artamonov
2982c98e22 problem: doesn't test commits to release updates 2020-08-31 21:58:00 -04:00
Igor Artamonov
ff3fc95711 problem: doesn't connect to Bitcoin networks over gRPC 2020-08-31 21:25:43 -04:00
Igor Artamonov
813f2ae4a2 problem: broken head subsription for bitcoin 2020-08-31 19:26:31 -04:00
Igor Artamonov
b7de4f0490 problem: fails to add another dshackle upstream if any of blockchain is unsupported 2020-08-31 14:06:26 -04:00
Igor Artamonov
93da68ff49 solution: log upstream error if available 2020-08-24 23:12:44 -04:00
Igor Artamonov
39a8b0e59e problem: Non-Empty quorum doesn't record error details 2020-08-24 22:15:58 -04:00
Igor Artamonov
3f77a112a9 Merge pull request #53 from MysticRyuujin/master
Fix readme with proper kovan example
2020-08-24 22:12:05 -04:00
MysticRyuujin
bfb6eb47de Fix readme with proper kovan example 2020-08-24 17:14:26 -05:00
Igor Artamonov
f7e1a9289b problem: net_version response is a plain number, should be string encoded 2020-08-23 21:41:21 -04:00
Igor Artamonov
fdd6d6afac Merge pull request #52 from emeraldpay/fix/rpc-id-long 2020-08-23 21:35:31 -04:00
Igor Artamonov
54fd5481d6 problem: proxy doesn't support long ids
fix: #48
2020-08-23 21:31:50 -04:00
Igor Artamonov
64c8cb35f3 solution: goerli support
Co-authored-by: Chase Wright <mysticryuujin@protonmail.com>
2020-08-23 20:19:00 -04:00
Igor Artamonov
d9fd0619b3 problem: doesn't add single dshackle-based upstream 2020-08-20 21:01:15 -04:00
Igor Artamonov
9a22b0a020 problem: tx and block by hash can be fetched from any available node 2020-08-18 23:56:16 -04:00
Igor Artamonov
ead1dc5de5 solution: integration tests 2020-08-17 22:47:55 -04:00
Igor Artamonov
8be97df9b5 problem: zero bytes when requesting block with tx 2020-08-17 22:32:21 -04:00
Igor Artamonov
340e665f08 problem: unable to parse large WS messages (json with blocks)
fix: #29
2020-08-13 23:44:41 -04:00
Igor Artamonov
b5daceeff5 problem: doesn't pass error details from upstream
fix: #42
2020-08-10 22:18:54 -04:00
Igor Artamonov
2abe3023b6 problem: no response on invalid request to proxy
rel: #43
2020-08-09 18:42:23 -04:00
Igor Artamonov
8bd13bdb0f problem: protobuf code is not included with dshackle 2020-08-08 15:34:44 -04:00
Igor Artamonov
a41908031a solution: start v0.9 2020-08-08 15:34:08 -04:00
Igor Artamonov
4de5be0093 solution: release v0.8.0 2020-07-20 21:46:47 -04:00
Igor Artamonov
74312e1e3f Merge pull request #41 from emeraldpay/fix/block-with-tx 2020-07-20 21:41:40 -04:00
Igor Artamonov
c80eb14847 problem: ineffective mem cache implementation 2020-07-20 21:34:52 -04:00
Igor Artamonov
0d1980ce70 problem: block height cache doesn't evict when old blocks are added
rel: ce010e50
2020-07-20 21:25:31 -04:00
Igor Artamonov
ce010e50ce problem: doesn't cache block by height for old blocks 2020-07-20 20:55:27 -04:00
Igor Artamonov
3dd105eb1c problem: doesn't use tx cache when requesting full block by number 2020-07-20 20:36:01 -04:00
Igor Artamonov
d3a3b6606a problem: doesn't cache transactions requested for a block 2020-07-20 20:34:37 -04:00
Chase Wright
9d752fc8f1 Add hyperlink to docker repository in README 2020-07-20 17:01:17 -04:00
Igor Artamonov
45dd0035d4 Merge pull request #39 from emeraldpay/fix/accept-rpc-error-response 2020-07-20 14:15:55 -04:00
Igor Artamonov
8cefcbdb5e problem: no response from proxy if upstream returned error
fix: #35
2020-07-20 00:30:52 -04:00
Igor Artamonov
1cca38a7bc Merge pull request #34 from emeraldpay/feat/cache-receipt
solution: caching for eth_getTransactionReceipt
2020-07-12 23:39:19 -04:00
Igor Artamonov
b10e4800ff solution: caching for eth_getTransactionReceipt
fix: #26
2020-07-12 23:34:23 -04:00