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 |
|
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 ArtamonovandChase Wright
|
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 |
|
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 |
|
Igor Artamonov
|
3a93df2e32
|
Merge pull request #30 from emeraldpay/feat/fallback-role
solution: fallback upstreams
|
2020-07-10 23:40:29 -04:00 |
|
Igor Artamonov
|
3df1c0a572
|
solution: fallback upstreams
fix: #15
|
2020-07-10 23:36:35 -04:00 |
|
Igor Artamonov
|
242c479893
|
Merge pull request #28 from emeraldpay/feat/erc20
ERC20
|
2020-07-06 19:43:28 -04:00 |
|
Igor Artamonov
|
0dbf25643d
|
solution: docs for ERC-20 tokens
|
2020-07-06 19:29:43 -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
|
61f07b8b43
|
problem: doesn't run CI tests on a Pull Request
|
2020-07-06 18:03:07 -04:00 |
|
Igor Artamonov
|
0d1ce85b5f
|
Merge pull request #27 from MysticRyuujin/patch-2
Fix grpcurl command escape characters in README
|
2020-07-06 17:54:22 -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 |
|
Igor Artamonov
|
0d9ae3a936
|
problem: no feedback when verification is disabled
|
2020-07-02 21:12:37 -04:00 |
|
Igor Artamonov
|
882b7d1b2f
|
problem: JSON RPC spec allows omitting params
fix: #19
|
2020-06-30 00:25:09 -04:00 |
|
Igor Artamonov
|
493bea7b4d
|
problem: tags all docker releases with latest
|
2020-06-29 23:25:37 -04:00 |
|
Igor Artamonov
|
c2636cd81e
|
problem: Proxy fails to serialize JSON
reason: expects full JSON response from upstream, which is replaces with result field only
|
2020-06-29 22:44:44 -04:00 |
|
Igor Artamonov
|
04958784ec
|
problem: tries to connect to Redis even if specified as disabled
|
2020-06-29 21:49:01 -04:00 |
|
Igor Artamonov
|
03b6d6472c
|
solution: start v0.8
|
2020-05-27 19:11:41 -04:00 |
|
Igor Artamonov
|
e26b92b51b
|
solution: release v0.7.0
|
2020-05-27 18:04:57 -04:00 |
|
Igor Artamonov
|
21748b0da3
|
solution: improve texts
|
2020-05-27 17:56:55 -04:00 |
|
Igor Artamonov
|
04371d41cc
|
solution: log format more clear for ops
|
2020-05-27 17:50:54 -04:00 |
|
Igor Artamonov
|
3ff61b735a
|
problem: confusing stack trace when cannot connect to Redis
|
2020-05-27 17:44:14 -04:00 |
|
Igor Artamonov
|
aaf79ad643
|
solution: make more clear how to setup round-robin
rel: #7
|
2020-05-27 15:50:51 -04:00 |
|
Igor Artamonov
|
ef32308868
|
problem: outdated config examples
rel: #7
|
2020-05-27 15:23:46 -04:00 |
|
Igor Artamonov
|
0894b98081
|
Merge pull request #14 from emeraldpay/feat/quorum-for-direct
problem: quorum is not applied for internal reads
|
2020-05-26 22:51:47 -04:00 |
|
Igor Artamonov
|
948c34a0c7
|
problem: quorum is not applied for internal reads
|
2020-05-26 22:43:58 -04:00 |
|
Igor Artamonov
|
5584858e44
|
problem: single invalid response from upstream breaks whole batch
solution: handle http and json errors and convert to RPC errors
|
2020-05-25 18:30:55 -04:00 |
|
Igor Artamonov
|
d7bb121ef0
|
problem: getblockhash (block by height) method is not available on bitcoin
|
2020-05-25 16:59:57 -04:00 |
|
Igor Artamonov
|
b35a450f04
|
problem: typo
|
2020-05-24 20:46:51 -04:00 |
|
Igor Artamonov
|
cf003254ac
|
Merge pull request #12 from emeraldpay/ci/coverage
solution: coverage report
|
2020-05-24 20:42:32 -04:00 |
|
Igor Artamonov
|
f4450ceecb
|
solution: coverage report
|
2020-05-24 20:38:05 -04:00 |
|
Igor Artamonov
|
cca8593a48
|
problem: may request balance from a lagging node
|
2020-05-24 20:16:14 -04:00 |
|
Igor Artamonov
|
47eb126a75
|
problem: used slow JDK TLS
|
2020-05-24 13:03:00 -04:00 |
|
Igor Artamonov
|
4a698f8c09
|
solution: update libs to the latest
|
2020-05-21 20:48:33 -04:00 |
|
Igor Artamonov
|
2fc6896a83
|
solution: refactoring, make ObjectMapper as a global object, not bean
|
2020-05-18 19:23:48 -04:00 |
|
Igor Artamonov
|
2cfdf392ad
|
Merge pull request #9 from MysticRyuujin/patch-1
Fix Gitter Chat Link
|
2020-05-17 20:16:36 -04:00 |
|
Igor Artamonov
|
b796dd375e
|
Merge pull request #6 from emeraldpay/feat/normal-request-flow
refactor request flow
|
2020-05-16 23:07:06 -04:00 |
|
Igor Artamonov
|
c742a62090
|
problem: race condition on a new block on head
|
2020-05-16 22:59:07 -04:00 |
|
Igor Artamonov
|
8d49856ffd
|
problem: sporadic unit-test failure
|
2020-05-16 17:17:21 -04:00 |
|
Igor Artamonov
|
1d947aeb9d
|
problem: unnecessary logging
|
2020-05-16 17:08:40 -04:00 |
|
Igor Artamonov
|
114f109722
|
solution: individual class for quorum based requests
|
2020-05-15 21:06:32 -04:00 |
|
Igor Artamonov
|
73f55d8d81
|
problem: routed api is not executed first
|
2020-05-14 23:47:59 -04:00 |
|
Igor Artamonov
|
af4aba69e7
|
problem: hardcoded methods are not called
|
2020-05-14 22:37:46 -04:00 |
|
Igor Artamonov
|
bbc21684ae
|
solution: refactoring, more clean class names
|
2020-05-14 00:12:38 -04:00 |
|
Igor Artamonov
|
98330b8772
|
problem: CI tests fail
|
2020-05-13 23:24:21 -04:00 |
|
Igor Artamonov
|
3729aa040e
|
problem: hard to find failing tests on CI
|
2020-05-13 22:55:19 -04:00 |
|
Igor Artamonov
|
042408b4e6
|
solution: refactor and redesign API access, now with AggregateUpstream providing base direct/routed apis, plus actual chain upstreams providing specific readers
|
2020-05-13 22:29:21 -04:00 |
|
Igor Artamonov
|
a539ad3b84
|
solution: JSON RPC client that treats result as raw
|
2020-05-09 22:54:41 -04:00 |
|
Igor Artamonov
|
0ef46b2980
|
problem: different places to fetch from upstream
solution: single access reader for Ethereum upstreams
|
2020-05-04 21:51:42 -04:00 |
|
Igor Artamonov
|
3a13fb3bd5
|
problem: sporadic unit-test failure
|
2020-05-03 20:06:11 -04:00 |
|
Igor Artamonov
|
3fcc2e6d52
|
problem: Ethereum Address tracking has complex non-reactive logic
|
2020-05-03 13:55:14 -04:00 |
|
Igor Artamonov
|
0f5c6c70a4
|
problem: gradle configuration warnings
|
2020-05-02 22:17:14 -04:00 |
|
Igor Artamonov
|
ba2967f85f
|
solution: update Reactor
|
2020-04-30 23:43:52 -04:00 |
|
Igor Artamonov
|
549b8b1b5d
|
problem: Ethereum Tx tracking has complex non-reactive logic
|
2020-04-30 23:42:51 -04:00 |
|
Igor Artamonov
|
605c817149
|
solution: actualize copyrights and license
|
2020-04-27 21:49:01 -04:00 |
|
Igor Artamonov
|
a6d14fcf22
|
problem: makes full rebuild on unit tests run, because it calls codegen which requires clean
|
2020-04-27 21:06:25 -04:00 |
|
Igor Artamonov
|
7dd90d2783
|
Merge pull request #5 from emeraldpay/feat/bitcoin
Bitcoin support
|
2020-04-27 21:03:39 -04:00 |
|
Igor Artamonov
|
cfcb0bffff
|
solution: update docs with info about Bitcoin support
|
2020-04-27 20:56:06 -04:00 |
|
Igor Artamonov
|
bd58ba9774
|
problem: bitcoin mempool can be queries too often
solution: introduce data access wrappers, in this case caching mempool state in memory
|
2020-04-27 00:05:02 -04:00 |
|
Igor Artamonov
|
c9082b3cd0
|
problem: unit test failure
|
2020-04-26 20:43:46 -04:00 |
|
Igor Artamonov
|
101578aa5f
|
solution: methods configuration for bitcoin
|
2020-04-26 20:35:19 -04:00 |
|
Igor Artamonov
|
63e5fb8824
|
problem: unit test failure
|
2020-04-26 19:58:42 -04:00 |
|
Igor Artamonov
|
2de5d8d8e4
|
problem: native-call doesn't accept bitcoin calls
|
2020-04-24 00:04:53 -04:00 |
|
Igor Artamonov
|
f827f5a97a
|
problem: critical bitcoin methods are not enabled by default
|
2020-04-24 00:04:10 -04:00 |
|
Igor Artamonov
|
7ab21f9281
|
problem: no quorum details for bitcoin describe
|
2020-04-23 23:30:32 -04:00 |
|
Igor Artamonov
|
a41230a00a
|
solution: track Bitcoin transactions
|
2020-04-22 22:54:27 -04:00 |
|
Igor Artamonov
|
548154609d
|
solution: subscribe to bitcoin address balance
|
2020-04-20 21:43:49 -04:00 |
|
Igor Artamonov
|
322d9ac480
|
problem: Kotlin class mocking randomly fails
solution: upgrade testing libs, and open the class
|
2020-04-20 21:42:53 -04:00 |
|