Commit Graph

482 Commits

Author SHA1 Message Date
a10zn8
f59b878dc6 do not call fillInStackTrace in exception constructor in happy path 2022-12-14 15:13:01 +04:00
a10zn8
1d9820ee9e solution: reorganize test data
(cherry picked from commit 7af620984a)
2022-12-13 17:07:07 +04:00
a10zn8
d4100d8f58 problem: separate tests are not usable in the current state, better to work on improving unit tests
(cherry picked from commit 96264b839f)
2022-12-13 17:07:07 +04:00
a10zn8
6da5c65b03 problem: looses upstream error details 2022-12-13 17:07:07 +04:00
a10zn8
bbf8dc707f Merge pull request #81 from p2p-org/optimise-block-by-number
optimise default getBlockByNumber - skip processing requests of tx bo…
2022-12-13 17:06:16 +04:00
a10zn8
817925ea7d remove cached full block reader 2022-12-13 16:33:38 +04:00
MaxFomenkov
e287d59c9f Merge pull request #79 from p2p-org/configure_method_groups
configure method groups
2022-12-12 17:00:57 +03:00
a10zn8
25e2e32685 optimise default getBlockByNumber - skip processing requests of tx bodies 2022-12-12 17:58:59 +04:00
a10zn8
2c666eed99 disable local router caches 2022-12-12 17:42:54 +04:00
Maksim Fomenkov
c6ffceaff8 configure method groups 2022-12-12 15:46:40 +03:00
Termina1
8c34a5ce2f remove unused code 2022-12-09 23:19:42 +02:00
Termina1
a4f0d44105 changes from upstream: removed RpcReader and use better flow for tx receipt 2022-12-09 23:04:50 +02:00
a10zn8
74e6bfe514 trying to find null in response 2022-12-09 17:46:12 +04:00
a10zn8
dca78160ba Revert "Sync upstream 7.12.2022" 2022-12-09 14:00:45 +04:00
a10zn8
20564e58ba Merge pull request #71 from p2p-org/logging-for-emptiness
logging for empty results
2022-12-08 19:45:01 +04:00
a10zn8
a1f6c9cd92 logging for empty results 2022-12-08 19:17:53 +04:00
Termina1
7c13902b03 adjusted quorums for default EVM methods 2022-12-08 16:28:57 +02:00
a10zn8
70577b7ef9 Merge pull request #69 from p2p-org/sync-upstream
Sync upstream 7.12.2022
2022-12-08 17:31:09 +04:00
a10zn8
bae613e8b8 problem: unhandled exception when a remote grpc gives an http error 2022-12-07 21:46:05 +04:00
Igor Artamonov
3123e89bc8 problem: in some cases WS may produce empty or broken messages that breaks the connection
solution: better handling for invalid JSON

(cherry picked from commit 1b6a995c4e746f0704643426fc20f7496fc09cef)
2022-12-07 21:20:03 +04:00
a10zn8
255a3833fd problem: timeout on unit tests 2022-12-07 21:16:37 +04:00
a10zn8
ddc6fb2a4c problem: some nodes may respond with a JSON RPC setting a non-200 status code but Dshackle ignores that JSON 2022-12-07 19:07:50 +04:00
a10zn8
7af620984a solution: reorganize test data 2022-12-07 19:03:27 +04:00
a10zn8
96264b839f problem: separate tests are not usable in the current state, better to work on improving unit tests 2022-12-07 18:36:19 +04:00
a10zn8
7b96f60228 problem: looses upstream error details 2022-12-07 18:26:01 +04:00
a10zn8
6a77a754ba Merge pull request #68 from p2p-org/schedulers-config
add schedulers config
2022-12-07 17:22:41 +04:00
a10zn8
d35fd31d9a add schedulers config 2022-12-07 01:32:22 +04:00
Termina1
5bd1ac5b7f fix managed methods reusing old quorums 2022-12-06 21:32:32 +02:00
a10zn8
ddacffe68a add upstream id to all responses 2022-12-06 17:08:55 +04:00
Termina1
dea9e9ec5f more logs 2022-12-02 20:22:18 +02:00
a10zn8
d140546d0c Added forwarding of selectors to grpc upstreams 2022-11-30 13:11:49 +04:00
Maksim Fomenkov
216558b313 Merge branch 'master' into network_specific_methods_support
# Conflicts:
#	src/main/kotlin/io/emeraldpay/dshackle/rpc/NativeCall.kt
2022-11-28 18:38:48 +04:00
Maksim Fomenkov
072de08f88 add eth_getFilterLogs support 2022-11-28 18:21:04 +04:00
a10zn8
8bc1862a03 rename test profile and small changes 2022-11-23 16:09:16 +04:00
a10zn8
d1e05b0215 ganache test 2022-11-23 15:38:53 +04:00
Maksim Fomenkov
b26dd989f5 fix specific methods 2022-11-23 06:02:21 +04:00
a10zn8
c1b0e758ea added proto as submodule and proto generation configured 2022-11-22 18:14:04 +04:00
a10zn8
a1a82257ee Merge pull request #37 from p2p-org/upstream_refactoring_2
Multistreams refactoring
2022-11-22 17:03:01 +04:00
a10zn8
d997d148c4 fixing startup 2022-11-16 19:10:30 +04:00
a10zn8
53e170b0af introduction of upstream update event 2022-11-16 15:08:06 +04:00
a10zn8
443839062f multistreams as beans 2022-11-16 13:40:24 +04:00
Maksim Fomenkov
9fc701dfe4 Merge branch 'master' into update-grpc
# Conflicts:
#	gradle/libs.versions.toml
2022-11-14 18:08:49 +03:00
a10zn8
3987660266 added test for eth_uninstallFilter decoration 2022-11-11 18:19:24 +04:00
Maksim Fomenkov
ea8c8b9629 Merge branch 'master' into evm_networks_support
# Conflicts:
#	src/main/kotlin/io/emeraldpay/dshackle/startup/ConfiguredUpstreams.kt
2022-11-09 02:51:41 +03:00
Maksim Fomenkov
36ac0b84c9 support evm networks: Arbitrum, Optimism, Binance Smart Chain 2022-11-08 19:04:10 +03:00
Maksim Fomenkov
0826e647c4 eth_filter fix lint and tests 2022-10-27 11:37:12 +03:00
Maksim Fomenkov
cff0627020 eth_filter fix review comments and tests 2022-10-27 04:30:44 +03:00
Maksim Fomenkov
4ff3965b79 eth_filter methods support 2022-10-26 05:10:16 +03:00
Termina1
198db59818 fixed update openssl version 2022-10-13 15:42:11 +03:00
Vyacheslav Shebanov
07d97029a5 Merge pull request #26 from p2p-org/fix_grpc_head_subscription_recovery
fixed head subscription recovery
2022-10-11 13:19:56 +04:00