Commit Graph
39 Commits
Author SHA1 Message Date
KirillPamPam d921653bad Filter old blocks (#237) 2023-06-29 14:17:53 +04:00
KirillPamPam 3e2cae4793 Send head updates (#236) 2023-06-28 13:34:13 +04:00
KirillPamPam f878579c7e Better performance of tx deserialization (#229) 2023-06-12 18:21:08 +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
KirillPamPam 153d0f7d85 Fix update methods (#221) 2023-06-02 17:55:20 +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
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
KirillPamPam 39b110c3c0 Add jvm flags to prevent fake OOM (#204) 2023-04-18 20:08:35 +04:00
KirillPamPam bdff5b8ae9 Add response upstreamId to span (#203) 2023-04-18 15:48:29 +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
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
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
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
KirillPamPam 74d666a0bd Fix reconnect to newHeads (#178)
* Fix reconnect to newHeads
2023-03-21 16:41:47 +04:00
KirillPamPam 397ddd7865 Fix issues with caches
- Fix read block
- Fix read not enrich blocks, refactoring read tx receipts
2023-03-17 14:05:18 +03:00
KirillPamPam ef6ff919bd Fix getting not enrich blocks (#165) 2023-03-16 19:42:02 +04:00
KirillPamPam f7451c54eb Revert save not enriched to cache (#163) 2023-03-16 18:07:40 +04:00
KirillPamPam a0dfb86c54 Turn off caches for main, fix cache not enrichment blocks (#160) 2023-03-15 13:38:07 +04:00
KirillPamPam 01ea756e33 Add SpanReader wrapper for creating additional spans (#155) 2023-03-07 13:42:34 +04:00
KirillPamPam 8310d79f9c Show error spans like in dproxy (#144) 2023-02-20 14:30:41 +04:00
KirillPamPam 04d1334af6 Add json logging and tracing (#131) 2023-02-17 16:39:35 +04:00
KirillPamPam 02f81c7029 Merge pull request #128 from p2p-org/height_matcher
Add height matcher for getBlockByHash, getBlockByNumber and getTransactionByBlock*
2023-02-06 14:48:48 +04:00
KirillPamPam 3a8d5d536a Merge pull request #126 from p2p-org/fix_retries
Fix retries
2023-02-01 14:07:07 +04:00
KirillPamPam b09bef4b5a Merge pull request #124 from p2p-org/ws_connection_pool
Add ws connection pool
2023-01-26 19:17:05 +04:00
KirillPamPam 731ee2c747 Merge pull request #119 from p2p-org/add_supportedSubs
Add supported subscription methods to SubscribeNodeStatus response
2023-01-23 19:44:48 +04:00
KirillPamPam 2048aee43a Merge pull request #114 from p2p-org/fix_docker_build
Fix docker build
2023-01-18 17:50:56 +04:00
KirillPamPam 4d4dbf80a7 Merge pull request #113 from p2p-org/move_to_java_17
Move to Java 17
2023-01-18 14:56:50 +04:00