Commit Graph

248 Commits

Author SHA1 Message Date
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
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
Maksim Fomenkov
c53913db6a better stuck head handling 2022-10-10 13:48:34 +03:00
Maksim Fomenkov
0aacc09862 added watchdog for Eth head 2022-10-07 18:14:42 +03:00
Maxksim Fomenkov
b133210780 fix tests 2022-10-07 10:18:34 +03:00
Vyacheslav Shebanov
d8efbcff47 Merge pull request #25 from p2p-org/handle_no_matching_upstreams
Handle no matching upstreams
2022-10-05 13:47:11 +03:00
Maxksim Fomenkov
69f1f18a5a better solution 2022-09-29 02:28:57 +03:00
Maxksim Fomenkov
b1482fbf5a fix tests 2022-09-22 14:20:13 +03:00
Vyacheslav Shebanov
ac715861cb Revert "Revert "Native subscribe filter"" 2022-09-22 13:26:55 +03:00
Vyacheslav Shebanov
2cf8451e4a Revert "Native subscribe filter" 2022-09-22 10:56:49 +03:00
Maxksim Fomenkov
2bafc3200d tests 2022-09-20 18:30:45 +03:00
Maxksim Fomenkov
d74f858a74 fixed integration tests 2022-09-14 16:32:01 +03:00
Maxksim Fomenkov
f4f34f071e fixed tests 2022-09-14 16:00:10 +03:00
Maxksim Fomenkov
08826ecbc4 added signature for native subscribe 2022-09-14 10:14:34 +03:00
Maxksim Fomenkov
a0a99f6a60 Merge remote-tracking branch 'origin/master' into native_subscribe_filter
# Conflicts:
#	src/main/kotlin/io/emeraldpay/dshackle/rpc/NativeSubscribe.kt
2022-09-12 23:03:16 +03:00
terminal
b90644b06a fix ehtereum constants, fix tests 2022-09-12 18:49:33 +03:00
Maxksim Fomenkov
f508c38dc7 fix tests and lint 2022-09-12 15:22:48 +03:00
terminal
9b400d8b2a block validator as s param for default ethereum head 2022-09-05 18:08:33 +03:00
Maxksim Fomenkov
7eea1cc6f1 added total difficulty & blocks sequence checks 2022-08-25 13:40:40 +03:00
Maxksim Fomenkov
6c96d54cfa add Ethereum block validation for HEAD subscription 2022-08-23 18:59:39 +03:00
terminal
cef33d5092 fix integration test 2022-08-18 21:25:48 +04:00
Maxksim Fomenkov
b9866fe19a Support gRPC upstream labels 2022-08-17 13:45:14 +03:00
terminal
cf04f50ab6 merge master 2022-08-06 14:09:05 +04:00
Igor Artamonov
a34da8b4a3 problem: head check doesn't use upstream WS metrics 2022-08-05 21:26:35 -04:00
Igor Artamonov
eacb769c62 problem: no response for requests that produce very large results which causes the upstream to break the WS connection 2022-08-01 19:56:04 -04:00
terminal
3a50c67152 merge 2022-08-01 13:40:35 +04:00
terminal
1df7221c68 add grpc support for PoS Ethereum 2022-07-29 17:42:19 +04:00
terminal
eb95c591f7 refactoring fork choice rules out of abstract head and priority fork choice support for PoS Ethereum 2022-07-29 15:32:48 +04:00
terminal
92218623f2 extract ethereum connectors from ethereum upstreams and add ethereum pos config 2022-07-25 20:07:47 +04:00
Igor Artamonov
d65a217535 problem: Bitcoin listunspent is not working when the upstream do not provide it, though have other sources of unspent data
solution: wrapper for listunspent requests that uses Dshackle mechanism to gather data
2022-07-21 22:09:37 -04:00
Igor Artamonov
ede552be59 problem: Bitcoin head check may lag because it checks it only once in 15 seconds
solution: use ZeroMQ connection to listen for new blocks
2022-06-25 21:26:10 -04:00
Igor Artamonov
cdf3e90877 problem: when an upstream grpc returns error it isn't handled and dshackle returns the default error with "no available upstream" 2022-06-23 21:34:07 -04:00
Igor Artamonov
3ecccfe6ce problem: failing unit test
rel: [6aae65c]
2022-06-23 21:28:35 -04:00
Vyacheslav Shebanov
de5720897a problem: cannot verify signature in browser
solution: support NIST P-256 curve which is supported by browser's webcrypto
2022-06-16 22:08:18 -04:00
Vyacheslav Shebanov
d1ad77a345 problem: users want to verify that response are coming from their nodes
solution: edge node can sign received valued
Co-authored-by: Igor Artamonov <igor@artamonov.ru>
2022-05-26 23:00:01 -04:00
terminal
c3285354c1 add cors headers to http proxy 2022-04-21 13:03:54 +03:00