Commit Graph

288 Commits

Author SHA1 Message Date
a10zn8
5db9e1bfd1 Merge pull request #87 from p2p-org/do-not-write-ws-exception-stacktrace
do not call fillInStackTrace in exception constructor in happy path
2022-12-19 16:14:31 +04:00
a10zn8
214abc4722 Revert "problem: timeout on unit tests" 2022-12-16 15:19:15 +04:00
a10zn8
8c656ca28b Merge pull request #88 from p2p-org/timeout-tests-ws
problem: timeout on unit tests
2022-12-16 14:42:09 +04:00
a10zn8
f936c9b999 problem: unhandled exception when a remote grpc gives an http error
(cherry picked from commit bae613e8b8)
2022-12-15 19:06:06 +04:00
a10zn8
c20d270e44 problem: some nodes may respond with a JSON RPC setting a non-200 status code but Dshackle ignores that JSON
(cherry picked from commit ddc6fb2a4c)
2022-12-15 19:06:06 +04:00
a10zn8
3a65201f73 problem: timeout on unit tests
(cherry picked from commit 255a3833fd)
2022-12-14 15:23:41 +04:00
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