Commit Graph

944 Commits

Author SHA1 Message Date
Vyacheslav Shebanov
26d518d98e Debug methods group
Added debug methods group for easier enabling debug_* methods
2023-03-14 22:51:16 +02:00
a10zn8
7c1e8a00df In case disabled enrichment and native subscription without proxy we should have fallback enrichment of blocks (#159) 2023-03-14 15:04:11 +03:00
a10zn8
3a48eceaed disable enhancement grpc blocks (#158) 2023-03-14 13:54:40 +03:00
Vadim Vlasov
e3c39f601e Disable height matcher when passthrough is on (#157)
* disable height matcher when passthrough is on

* add test

* fix review issues
2023-03-14 16:16:36 +08:00
Vadim Vlasov
d3e215b940 Add height matcher for method (#156)
* add height matcher for method

* add test

* add test for block methods fix
2023-03-13 17:39:56 +08:00
KirillPamPam
01ea756e33 Add SpanReader wrapper for creating additional spans (#155) 2023-03-07 13:42:34 +04:00
Maksim
076bbbe10e Update test.yaml 2023-03-06 19:50:51 +03:00
Maksim
47f2b97aad Update publish.yaml 2023-03-06 19:43:54 +03:00
Maksim
9ac79cab9a Update build.gradle 2023-03-01 13:45:06 +03:00
a10zn8
03cbf25d87 Add optimism and arbitrum testnets - fix typo (#152) 2023-03-01 13:09:25 +03:00
a10zn8
f025a68b72 Add optimism and arbitrum testnets (#151) 2023-03-01 13:06:03 +03:00
a10zn8
a036920c98 Update documentation sections about ethereum PoS connection (#150) 2023-03-01 12:27:24 +03:00
a10zn8
00a1490726 Upstream configuration improvement: (#149)
- now we can specify connector mode for better fine tuning of connection
2023-02-27 14:22:50 +05:00
Vyacheslav Shebanov
1ec3d44484 new upstream change type — updated, triggered when upstream methods changed (#148) 2023-02-23 20:25:46 +02:00
a10zn8
1698bf7002 Upstream enhancement improvement: (#147)
- now we don't enrich PoS blocks - now is default
2023-02-23 14:33:35 +05:00
a10zn8
312293d626 Upstream validation and enhancement improvement: (#146)
- now validation of upstream starts immediately after upstream starts - it allows it became available asap
- now we don't enrich PoS blocks which improves performance and decrease number of requests to node
2023-02-23 13:41:46 +05:00
a10zn8
30da584388 Changes in logging (#145)
- move noisy logging to trace level
- log entire broken ws message
2023-02-20 18:31:10 +04:00
KirillPamPam
8310d79f9c Show error spans like in dproxy (#144) 2023-02-20 14:30:41 +04:00
a10zn8
acf559f3e1 exit jvm on OOM (#143) 2023-02-20 13:02:07 +04:00
KirillPamPam
04d1334af6 Add json logging and tracing (#131) 2023-02-17 16:39:35 +04:00
a10zn8
2c33410d0a change max interval of ws reconnect to 1 minute (#142) 2023-02-17 16:12:14 +04:00
Maksim
8c46a7c0fb Update build.gradle 2023-02-17 13:43:23 +03:00
a10zn8
5d7f5e274d Merge pull request #141 from p2p-org/granular-validation
more granular config for upstream validation
2023-02-16 14:30:06 +04:00
a10zn8
1683be8dac more granular config for upstream validation 2023-02-15 19:13:10 +04:00
a10zn8
671903f65c Merge pull request #140 from p2p-org/support-null-values-in-subscription
Support for wider scope of providers
2023-02-14 23:12:37 +04:00
a10zn8
268537f727 Support for widers scope of providers
- we need to read full block in case transactions is empty OR totalDifficulty is null
- we need to log errors in upstream validation process
2023-02-14 23:04:02 +04:00
Maksim
cbb436f3f0 Update build.gradle 2023-02-14 12:34:16 +03:00
a10zn8
959c5a75e8 Merge pull request #138 from p2p-org/make-more-soft-availability
Adjustments in availability determination:
2023-02-13 19:37:43 +04:00
a10zn8
6d78b4927d Adjustments in availability determination:
- now isAvailable return true in case upstreams are OK or LAGGING
- All upstreams in Filtered API now sorted by status
2023-02-13 19:19:25 +04:00
a10zn8
1b83e99cff Merge pull request #139 from p2p-org/fix-wildcards
fix wildcards
2023-02-13 19:18:52 +04:00
a10zn8
6af3e0aeca fix wildcards 2023-02-13 19:18:27 +04:00
a10zn8
3cff3b9e37 Merge pull request #137 from p2p-org/fix-wc
fix wildcards
2023-02-13 19:00:31 +04:00
a10zn8
06a38ffaf7 fix wildcards 2023-02-13 18:59:56 +04:00
Vadim Vlasov
e91f75b367 add gRPC-client compression (#136)
* add upstream grpc-client compression

* fix review issues
2023-02-13 22:47:48 +08:00
a10zn8
e5fa66058f Merge pull request #135 from p2p-org/star-imports-fix
disable star imports in editorconfig and format all imports
2023-02-13 18:14:47 +04:00
a10zn8
dc7ca5b642 disable star imports in editorconfig and format all imports 2023-02-13 18:11:45 +04:00
a10zn8
c34ceb3de7 Merge pull request #134 from p2p-org/lag-config
added chains configuration
2023-02-13 17:17:02 +04:00
a10zn8
2809e87d33 config merge 2023-02-13 17:07:58 +04:00
a10zn8
ad0d0b2b57 refactoring 2023-02-10 20:22:35 +04:00
a10zn8
ff4c538568 added chains configuration 2023-02-10 17:56:21 +04:00
Vadim Vlasov
8649cc03aa add option to enable compression for gRPC-server (#133)
* add grpc server compression

* change compression config defaults

* fix review issue

* add note about compression in readme

* add compression section to server config doc
2023-02-10 17:27:52 +08:00
Vadim Vlasov
fc36e63ea6 add detailed upstream availability metrics (#132)
* add detailed upstream availability metrics

* fix review issues
2023-02-09 13:28:44 +08:00
Maksim
9948b6a781 Update build.gradle 2023-02-06 17:14:31 +03:00
Maksim
c519e8e8c7 Update build.gradle 2023-02-06 17:14:16 +03:00
a10zn8
0eb3523027 Merge pull request #130 from p2p-org/more-about-subscribe-statuses
more event sending
small log changes
2023-02-06 15:14:06 +04:00
a10zn8
cf8ec812e1 fixes for node subscribe:
- more event sending
- small log changes
2023-02-06 14:57:40 +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
Кирилл
0792494d90 Add height matcher for methods by block 2023-02-03 18:12:19 +04:00
Maksim
cfdea2319c Update build.gradle 2023-02-02 19:05:47 +03:00
mxssl
6c97153aad bump java ver 2023-02-02 19:04:53 +03:00