Commit Graph

143 Commits

Author SHA1 Message Date
Igor Artamonov
0a3053d803 solution: access logging for SubscribeBalance method 2021-06-28 16:49:09 -04:00
Igor Artamonov
ec043592c4 solution: refactoring 2021-06-28 13:58:34 -04:00
Igor Artamonov
a541c32104 solution: access logging for SubscribeHead method 2021-06-27 18:44:41 -04:00
Igor Artamonov
fd26d79f6e solution: save remote client details into access log 2021-06-26 22:15:46 -04:00
Igor Artamonov
8424288de2 problem: unit tests failed because of enabled jdk ssl implementation 2021-05-24 22:52:56 -04:00
Igor Artamonov
974a6d7d44 problem: lags with head info if WS connection dropped
solution: reconnect to WS after a connection error
2021-05-24 21:08:36 -04:00
Igor Artamonov
adfc35e994 problem: Spring Reactor is too outdated 2021-05-05 14:39:43 -04:00
Igor Artamonov
0bbcc728c1 problem: full block returns transactions in different order
fix: #82
2021-03-27 18:49:24 -04:00
Igor Artamonov
3ae5203d98 problem: doesn't get head updates from all available heads
solution: ensure all heads are started on multihead start
rel: #67
2021-03-27 15:16:58 -04:00
Igor Artamonov
17f14987aa solution: integration test with two upstreams 2021-03-24 22:52:25 -04:00
Igor Artamonov
be33508bb9 problem: doesn't handle upstream error for additionally allowed methods; allowing an existing method redefines its logic
rel: #67
2021-03-23 18:39:45 -04:00
Igor Artamonov
50f6d7b2fe problem: doesn't select upstream by available block hash, see EIP-1898
rel: #81
2021-03-20 22:34:22 -04:00
Igor Artamonov
c3c1a51a52 problem: doesn't parse block selector specified as object EIP-1898
rel: #81
2021-03-19 22:04:03 -04:00
Igor Artamonov
d60154d893 problem: nullpointer stacktrace if json is just "null" 2021-02-16 17:15:00 -05:00
Igor Artamonov
981a5dc589 solution: metrics for upstream calls 2021-02-10 14:36:44 -05:00
Igor Artamonov
5ed22b368b solution: monitoring config 2021-02-03 23:08:44 -05:00
Igor Artamonov
3ec5632f26 problem: seems that mock server sometimes conflicts with existing apps
solution: find unused port before test
2020-12-06 22:40:52 -05:00
Igor Artamonov
90c3976891 problem: routing doesn't consider block ref in request (i.e. "latest") 2020-12-06 21:32:15 -05:00
Igor Artamonov
f89c4cc7f2 solution: refer to current height when requesting balance
fix: #31
2020-11-30 19:58:31 -05:00
Igor Artamonov
cfd73119f6 problem: returns processed json for block with tx, instead of original json
rel: #45
2020-11-30 19:40:56 -05:00
Igor Artamonov
e09b7a4eee solution: support rinkeby and ropsten testnets
fix: #64
2020-11-30 19:02:55 -05:00
Igor Artamonov
727814c112 solution: make sure xpub used in test client works as expected 2020-10-02 21:16:56 -04:00
Igor Artamonov
e3b5081b46 problem: dev code committed 2020-09-27 21:37:01 -04:00
Igor Artamonov
5dfef09de6 problem: returns nothing instead of 0 if no unspents 2020-09-26 20:25:50 -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
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
ff3fc95711 problem: doesn't connect to Bitcoin networks over gRPC 2020-08-31 21:25:43 -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
8be97df9b5 problem: zero bytes when requesting block with tx 2020-08-17 22:32:21 -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
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
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
Igor Artamonov
8cefcbdb5e problem: no response from proxy if upstream returned error
fix: #35
2020-07-20 00:30:52 -04:00
Igor Artamonov
b10e4800ff solution: caching for eth_getTransactionReceipt
fix: #26
2020-07-12 23:34:23 -04:00
Igor Artamonov
3df1c0a572 solution: fallback upstreams
fix: #15
2020-07-10 23:36:35 -04:00
Igor Artamonov
b3c619e57a solution: track balance of a ERC20 token 2020-07-06 19:04:45 -04:00
Igor Artamonov
6dbe8b96ec solution: erc20 tokens config 2020-07-06 18:04:54 -04:00
Igor Artamonov
c2bc57d380 problem: eth_getBlockByNumber("latest", ...) fails with error
fix: #20
2020-07-02 22:41:34 -04:00
Igor Artamonov
fd070d5df4 problem: chainId is not a string
rel: #22
2020-07-02 21:58:42 -04:00
Igor Artamonov
a7fb805a03 problem: doesn't respond to eth_chainId method
fix: #22
2020-07-02 21:55:35 -04:00