Commit Graph

542 Commits

Author SHA1 Message Date
Maxksim Fomenkov
379479fcc4 fix metric name 2022-09-07 21:23:02 +03:00
Vyacheslav Shebanov
3d4412d257 Merge pull request #12 from p2p-org/fix-reconnect-dos-ws
Fix reconnect dos ws
2022-09-06 16:49:25 +03:00
MaxFomenkov
85760030d4 Merge pull request #13 from p2p-org/dshackle-cli-tool
dshackle cli tool
2022-09-06 16:23:13 +03:00
Maxksim Fomenkov
cf6433cd9f use proto as submodule 2022-09-06 16:15:50 +03:00
Maxksim Fomenkov
10bccb6852 dshackle cli tool 2022-09-06 14:47:05 +03:00
terminal
b11bb5e5a3 more reliabale ws connection backoff 2022-09-06 13:47:18 +03:00
Igor Artamonov
2412132b08 problem: reconnects WS too often when the only response is an error 2022-09-06 12:43:15 +03:00
Igor Artamonov
f791aa98ff problem: reconnects too fast to a faulty WS connection 2022-09-06 12:43:06 +03:00
terminal
a92b156e8f fix formatting 2022-09-06 12:19:06 +03:00
Vyacheslav Shebanov
c85a294f46 Merge pull request #11 from p2p-org/ethereum-pos-no-block-validation
block validator as s param for default ethereum head
2022-09-05 18:33:05 +03:00
terminal
0f62f1a000 allow wildcard 2022-09-05 18:27:09 +03:00
terminal
da2a21efe8 fix formatting 2022-09-05 18:17:25 +03:00
terminal
9b400d8b2a block validator as s param for default ethereum head 2022-09-05 18:08:33 +03:00
MaxFomenkov
efe9ee9730 Merge pull request #10 from p2p-org/fix_divide_by_zero_error
log failed validation
2022-09-05 17:51:26 +03:00
Maxksim Fomenkov
b6cdfb89c6 log failed validation 2022-09-05 16:56:53 +03:00
Vyacheslav Shebanov
843d3c141e Merge pull request #9 from p2p-org/fix_divide_by_zero_error
WIP: fix divide by zero error
2022-09-05 16:45:29 +03:00
Maxksim Fomenkov
de8cea3952 fix divide by zero error 2022-09-05 16:41:15 +03:00
Maxksim Fomenkov
cafd99cb84 fix divide by zero error 2022-09-05 16:37:38 +03:00
Vyacheslav Shebanov
29657a64c3 Merge pull request #8 from p2p-org/native_call_metrics
added metrics for native call inner requests
2022-09-05 15:05:12 +03:00
Maxksim Fomenkov
22aad348d8 added metrics for native call inner requests 2022-09-05 14:45:00 +03:00
Vyacheslav Shebanov
c05c1ad0de Merge pull request #7 from p2p-org/fix_proxy_performance
Fix proxy performance
2022-09-05 12:17:15 +03:00
Maxksim Fomenkov
ff684f6a72 added info log 2022-09-02 17:20:49 +03:00
Maxksim Fomenkov
3ad0c73d6a fixed proxy server performance 2022-09-02 17:18:55 +03:00
Maxksim Fomenkov
09ff044b67 fix array out of bound exception 2022-09-01 18:10:08 +03:00
MaxFomenkov
ca343d40df Merge pull request #4 from p2p-org/ethereum_block_validation
add Ethereum block validation for HEAD subscription
2022-08-26 13:12:04 +03:00
Maxksim Fomenkov
eaeba385ff removed debug 2022-08-25 13:41:19 +03:00
Maxksim Fomenkov
7eea1cc6f1 added total difficulty & blocks sequence checks 2022-08-25 13:40:40 +03:00
Maxksim Fomenkov
f3e75d9680 fix linter issues 2022-08-24 09:56:31 +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
terminal
31d63131d7 return ci env var for ga 2022-08-18 21:13:25 +04:00
terminal
f9db37cb9e fix linter errors again 2022-08-18 21:08:04 +04:00
terminal
550db9c510 debug action 2022-08-18 20:59:36 +04:00
terminal
b6d853d771 fix linter problemts 2022-08-18 20:47:33 +04:00
terminal
f173b1ba30 fix ga 2022-08-18 20:30:45 +04:00
terminal
2f13777396 checkout submodules for ga 2022-08-18 20:26:45 +04:00
terminal
e414f5329f remove artifacts 2022-08-18 20:21:47 +04:00
terminal
666cb5bd7d Merge branch 'master' of github.com:p2p-org/dshackle 2022-08-18 20:09:45 +04:00
terminal
80972448af rename artifact 2022-08-18 20:08:39 +04:00
terminal
d579002643 generate artifacts with docker image 2022-08-18 20:07:10 +04:00
Vyacheslav Shebanov
1a229cb4b6 Merge pull request #3 from p2p-org/support_grpc_labels
Support gRPC upstream labels
2022-08-17 16:42:54 +03:00
Maxksim Fomenkov
b9866fe19a Support gRPC upstream labels 2022-08-17 13:45:14 +03:00
Vyacheslav Shebanov
936049f6e5 Merge pull request #2 from Termina1/ethereum-pos-initial-support
Ethereum PoS initial support
2022-08-12 14:33:01 +03:00
terminal
3369eb35e2 move emeral-java-api to submodule 2022-08-12 15:20:45 +04:00
terminal
ded1ebcaa5 add latency to access log 2022-08-11 18:51:45 +04:00
terminal
4bcaa70e2c Merge branch 'master' of https://github.com/emeraldpay/dshackle 2022-08-06 14:09:27 +04:00
terminal
cf04f50ab6 merge master 2022-08-06 14:09:05 +04:00
Igor Artamonov
38e924831b Merge pull request #171 from emeraldpay/fix/no-ws-metrics
problem: head check doesn't use upstream WS metrics
2022-08-05 21:35:49 -04:00
Igor Artamonov
a34da8b4a3 problem: head check doesn't use upstream WS metrics 2022-08-05 21:26:35 -04:00
Igor Artamonov
a26db98376 problem: dev logging 2022-08-01 21:38:41 -04:00