Commit Graph

955 Commits

Author SHA1 Message Date
a10zn8
1b5b1f4732 revert after review 2023-06-22 16:21:38 +04:00
a10zn8
49ec476c7a support arbitrum nove, polygon zkevm, zksync 2023-06-22 16:21:38 +04:00
KirillPamPam
f878579c7e Better performance of tx deserialization (#229) 2023-06-12 18:21:08 +04:00
a10zn8
83a3ee55a8 fix propagation of error code 2023-06-12 12:01:16 +04:00
KirillPamPam
83fc91c500 Fix span naming with multiple requests (#227) 2023-06-08 16:13:15 +04:00
KirillPamPam
c972e27d43 Send spans if they are too long (#225) 2023-06-07 17:15:26 +04:00
a10zn8
e0ee8fa844 do not unwind exception in http client 2023-06-06 19:47:55 +04:00
a10zn8
0f0a5c9425 propagate error from grpc client 2023-06-06 19:47:55 +04:00
a10zn8
df8586258f support data field in error response 2023-06-06 17:08:57 +04:00
a10zn8
0db052024b remove nonce quorum 2023-06-06 14:50:35 +04:00
a10zn8
a3a2f33880 Do not unwind rpc exception 2023-06-06 14:50:24 +04:00
KirillPamPam
153d0f7d85 Fix update methods (#221) 2023-06-02 17:55:20 +04:00
a10zn8
64705f612d We should always send only best status form Multistream.observeStatus 2023-06-02 16:29:22 +04:00
a10zn8
f626cf61cb We should not fail response parsing in case null id of response 2023-05-31 12:09:41 +04:00
KirillPamPam
d83e2f1c6b Add height matcher for some methods (#218) 2023-05-30 17:28:26 +04:00
KirillPamPam
f87c86548e Set default lag value to null (#217) 2023-05-26 18:29:06 +04:00
KirillPamPam
1e9e80a9a3 Update methods based on upstream availability (#216) 2023-05-25 17:27:09 +04:00
a10zn8
aa5ada324b Fix native subscription in case grpc head subscription mode.
Grpc Head provides limited set of information, so we need to make some new fields optional
2023-05-23 19:59:42 +04:00
a10zn8
baee388d99 Added missed fields to NewHeadMessage
- fixed all mappings
- BlockJson structure moved from 3rd party library to dshackle codebase
2023-05-23 14:14:33 +04:00
KirillPamPam
4f21cb995d Switch no response error to null or separate errors (#210) 2023-05-22 17:57:32 +04:00
KirillPamPam
72c4f1192b Fix update methods after restart provider dshackle (#213) 2023-05-18 14:51:26 +04:00
KirillPamPam
c3c72fe086 Refactoring no available methods error (#211) 2023-05-05 19:23:30 +04:00
KirillPamPam
a5c265b5f1 Add NotNullQuorum for tx methods (#208) 2023-04-27 15:10:57 +04:00
KirillPamPam
89330da4b0 Fix collect spans (#209) 2023-04-24 11:38:27 +04:00
a10zn8
dca0e6614f use parallel scheduler in tests for validate blocking operations 2023-04-21 19:15:40 +08:00
a10zn8
b97108fd35 use head scheduler instead of stock schedulers in other parts of system 2023-04-21 19:15:40 +08:00
a10zn8
f218e6e73b use head scheduler instead of stock scheduler (#206) 2023-04-21 15:53:21 +08:00
KirillPamPam
bdff5b8ae9 Add response upstreamId to span (#203) 2023-04-18 15:48:29 +04:00
a10zn8
7fc78dea09 Do not set default max memory limits (#201) 2023-04-11 19:37:54 +04:00
KirillPamPam
6b0e201c0e Collect error spans from providers (#198) 2023-04-11 16:54:55 +04:00
KirillPamPam
fc488e1aab Apply method matcher for direct reader (#200) 2023-04-11 14:37:17 +04:00
KirillPamPam
9af4b95f8f Adjust retry policies (#199) 2023-04-10 15:32:47 +04:00
a10zn8
13efe73a22 add gzip compression to JsonRpcHttpClient (#192) 2023-04-03 18:44:35 +04:00
KirillPamPam
ceea848348 Fix restart ws head (#191)
* Fix restart ws head
2023-04-03 16:26:32 +04:00
KirillPamPam
97fa616e19 Resubscribe to newHeads immediately after reconnection (#189)
* Resubscribe to newHeads immediately after reconnection
2023-03-30 13:32:02 +04:00
a10zn8
dcf360a7d7 add empty tag reactor_scheduler_id for metric correctness (#190) 2023-03-29 21:19:30 +04:00
a10zn8
e9061be3d7 remove schedulers metrics prefix (#188) 2023-03-29 18:44:39 +04:00
a10zn8
8a2455fcd1 Clients stream should be sequentially concated (#187)
* Clients stream should be sequentially concated
* remove debug log
2023-03-28 21:28:22 +04:00
KirillPamPam
bdcb7386cd Fix distance for fork and add parentHash to blockContainer (#186)
* Fix distance for fork
2023-03-28 15:16:39 +04:00
KirillPamPam
eac5a4ccf8 Add options to chains.yaml (#185)
* Add options to chains.yaml
2023-03-27 15:26:08 +04:00
a10zn8
67ca1b85ea added protection for grpc head and grpc received blocks metric (#184) 2023-03-24 18:49:46 +04:00
a10zn8
783aaaef05 enable grpc reflection (#183) 2023-03-24 15:19:44 +04:00
KirillPamPam
f6bec7bf8a Fix merge upstream options (#182)
* Fix merge upstream options
2023-03-23 19:39:09 +04:00
KirillPamPam
a26f1958e9 Make loggers not abstract (#181)
* Make loggers not abstract
2023-03-21 18:38:46 +04:00
a10zn8
f41ee1e577 health endpoint should check available for requests endpoint (#180) 2023-03-21 16:58:08 +03:00
KirillPamPam
74d666a0bd Fix reconnect to newHeads (#178)
* Fix reconnect to newHeads
2023-03-21 16:41:47 +04:00
a10zn8
9d81bbae65 Less logs in QuorumRpcReader (#179) 2023-03-21 13:25:07 +03:00
Vadim Vlasov
a3a89ab920 add build info to upstream (#162)
* add build info to upstream

* fix tests

* add build info to node status subscription

* move proto field

* update proto submodule to master
2023-03-20 20:20:30 +08:00
a10zn8
dfaee716bb Log every health request (#176) 2023-03-20 09:25:04 +03:00
a10zn8
b1f302aa60 Now grpchead have correct name (#175) 2023-03-19 18:59:03 +03:00