Commit Graph

421 Commits

Author SHA1 Message Date
SpontaneousOverthrow
5bbab84d0a Update dashboard 2021-12-02 13:24:27 +03:00
Igor Artamonov
5ebd23a238 solution: release v0.11 2021-11-25 19:10:11 -05:00
Igor Artamonov
e1170dd055 problem: ERC20 Balancer subsription checks balancer on each block, even if no transfer happened
solution: use ERC20 Logs to determine changes to ERC20 balance
2021-11-24 19:26:34 -05:00
Igor Artamonov
e51f4861d3 problem: doesn't start head subscription for a single grpc based upstream; no validation for second bitcoin upstream 2021-11-18 17:46:43 -05:00
Igor Artamonov
f918e1b138 problem: ktlint 2021-11-17 21:54:59 -05:00
Igor Artamonov
bd25744768 solution: actual version in RPC
fix: #73
2021-11-17 21:48:00 -05:00
Igor Artamonov
acdb450fdf problem: doesn't use hardcoded methods on Bitcoin 2021-11-17 21:39:17 -05:00
Igor Artamonov
df805ee4a9 problem: uses only one Head Subscription for Dshackle Upstream even if multiple are provided 2021-11-12 20:14:04 -05:00
Igor Artamonov
5709eb1e62 problem: doesn't run unit tests 2021-11-12 19:54:55 -05:00
Rafael Matias
ee5b14b300 problem: doesn't work for private ethereum networks
solution: allow configuring methods with static responses
rel: #96
2021-11-12 12:55:41 -05:00
Aldo
b6a05d67df solution: use gradle 7.2
Co-authored-by: Brian McGee <brian@41north.dev>
2021-11-11 21:36:32 -05:00
Igor Artamonov
abb74c98af Merge pull request #123 from emeraldpay/feat/websocket-proxy 2021-10-29 18:11:19 -04:00
Igor Artamonov
b05b690804 solution: docs for WebSocket support 2021-10-29 17:55:45 -04:00
Igor Artamonov
f1720ad354 solution: websocket unsubscribe 2021-10-29 16:12:54 -04:00
Igor Artamonov
e001913acb solution: AccessLog for Websocket requests 2021-10-28 23:46:32 -04:00
Igor Artamonov
92657cf635 solution: test ProxyServer 2021-10-27 21:19:32 -04:00
Igor Artamonov
89eec9958a problem: Proxy doesn't render internal exceptions to JSON RPC errors 2021-10-27 21:18:58 -04:00
Igor Artamonov
133937822c solution: configuration for Websocket proxy 2021-10-27 20:34:04 -04:00
Igor Artamonov
dc3c7b1249 problem: ktlint 2021-10-26 23:18:24 -04:00
Igor Artamonov
bdd25da387 solution: Websocket Ethereum proxy
fix: #110
2021-10-26 23:03:40 -04:00
Igor Artamonov
6158d10aac Merge pull request #122 from emeraldpay/feat/health-check 2021-10-24 18:03:22 -04:00
Igor Artamonov
5f159dd6d7 solution: docs for health check 2021-10-23 21:05:04 -04:00
Igor Artamonov
7032a9559f problem: lint 2021-10-22 22:27:36 -04:00
Igor Artamonov
710f90ddaa problem: formatting 2021-10-22 22:19:37 -04:00
Igor Artamonov
5f4a8a4ac4 solution: health check with detailed description of health 2021-10-22 22:12:48 -04:00
Igor Artamonov
e205985da3 solution: health check endpoint
fix: #111
2021-10-20 23:10:41 -04:00
Igor Artamonov
a04c1f3e66 problem: when an upstream is degrading it's unclear which one 2021-10-20 20:34:35 -04:00
Igor Artamonov
94f7fbb9b8 problem: inconsistent code style between Intellij IDEA and ktlint
rel: https://github.com/pinterest/ktlint/issues/805
2021-10-20 20:22:57 -04:00
Aldo Borrero
5167b8b125 solution: kotlin code conventions 2021-10-20 20:00:38 -04:00
Igor Artamonov
04ee74514c Merge pull request #115 from emeraldpay/feat/native-subscribe 2021-10-20 12:22:52 -04:00
Igor Artamonov
6261bd1ea7 solution: docs for NativeSubscribe 2021-10-19 21:59:03 -04:00
Igor Artamonov
983358f5c8 solution: use published emerald api 2021-10-19 21:19:18 -04:00
Igor Artamonov
52840a1d45 solution: native subscription for "syncing" 2021-10-19 17:12:36 -04:00
Igor Artamonov
1673732a29 problem: doesn't cache recent Tx Receipts 2021-10-18 22:30:17 -04:00
Igor Artamonov
06811060cc solution: subscribe to "logs" events 2021-10-17 20:41:45 -04:00
Igor Artamonov
e37076936f problem: CompoundReader makes unnecessary requests 2021-10-17 19:47:32 -04:00
Igor Artamonov
e76e2bebf5 solution: newHeads subsription 2021-10-09 21:51:55 -04:00
Igor Artamonov
49bfa163ef solution: base implementation for NativeSubscribe 2021-10-04 20:58:25 -04:00
Igor Artamonov
84ca9d7dcf problem: disconnects from WebSocket if multiple upstreams are set 2021-09-23 22:27:33 -04:00
Igor Artamonov
bafffe09d8 Merge pull request #114 from emeraldpay/feat/calls-with-ws
fix #107
2021-09-23 19:26:23 -04:00
Igor Artamonov
ebef8cf27a problem: WS connection still breaks with very large frames
solution: increase default limit and make it configurable
2021-09-22 19:35:14 -04:00
Igor Artamonov
bd8c0f7c19 solution: mark Upstream status right after WS connect/disconnect 2021-09-22 17:08:43 -04:00
Igor Artamonov
1f864bdbe3 problem: too slow to validate WS on CI 2021-09-21 22:06:44 -04:00
Igor Artamonov
5586a95063 problem: unit test
rel: [37e3d4e]
2021-09-21 21:54:57 -04:00
Igor Artamonov
37e3d4e252 problem: waits to long to reconnect (10 seconds)
solution: use exp backoff, from 100ms to 1 minute
2021-09-21 21:41:44 -04:00
Igor Artamonov
16e589ab69 problem: drops connection because of large frames 2021-09-21 21:07:28 -04:00
Igor Artamonov
e44b2c129d problem: doesn't execute calls after reconnect 2021-09-21 20:33:53 -04:00
Igor Artamonov
613c895d75 problem: may stick with reconnect if multiple errors happened at the same time 2021-09-21 20:28:19 -04:00
Igor Artamonov
9a6b612855 solution: ensure it reconnects if WS connection closed or dropped 2021-09-21 20:00:16 -04:00
Igor Artamonov
e40c62a728 solution: check current height on connect 2021-09-20 22:43:00 -04:00