Commit Graph
38 Commits
Author SHA1 Message Date
msizov 77ae38e138 add eth_baseFee to avax (#760) 2025-12-18 12:13:06 +05:00
msizov 34b9676bb3 remove cache for hyperliquid (#750) 2025-12-04 14:45:15 +05:00
msizov 50158b0a5c Update zetachain netversion (#724) 2025-09-18 14:52:07 +05:00
msizov c75bdf7d92 Add hyperliquid native tx labels for routing (#713)
* Add hyperliquid native tx labels for routing
2025-08-26 18:39:57 +05:00
msizov 31b0b8a324 Add celo sepolia (#705)
* add monad nonretryable error

* add celo sepolia
2025-08-15 18:09:48 +05:00
msizov c025cbd840 add hemi support (#681) 2025-07-10 20:08:03 +05:00
msizov 0fd16181be prometheus hotfix (#670) 2025-06-02 17:44:44 +05:00
msizov c8454a8e71 auto restart prometheus metrics server (#669) 2025-06-02 16:52:30 +05:00
msizov f8e43dd21e Beacon lower bounds (state, blob, epoch) (#660)
* fix bound calculation when all responses were errors

* Add beacon chain blob,state,epoch bounds
2025-05-02 18:55:13 +05:00
msizov a79d64c066 use lower bounds with offsets for beacon chain (#647) 2025-04-02 13:49:04 +05:00
msizov 074c22924b add not found error message (#646) 2025-03-29 18:31:43 +05:00
msizov 0475b97f96 Beacon chain height matcher (#640)
* upgrade protoc (fixes local ./gradlew run issue)

* implement beacon chain block matcher
2025-03-14 17:18:13 +05:00
msizov b4367ed619 add monad testnet (#623) 2025-01-23 19:33:59 +05:00
msizov 99fe855736 add goat-testnet3 / worldchain to dshackle (#597) 2024-11-26 20:45:54 +05:00
msizov c7e3d73c92 update chains.yaml (reduce osmosis block time) (#576)
* update chains.yaml

* update chains.yaml
2024-10-10 16:43:50 +05:00
msizov 27820a9281 fix error message for net_version check (#540) 2024-09-09 23:41:27 +05:00
msizov 358ef7d83a update submodule refs (#535) 2024-07-29 20:20:14 +05:00
msizov e463583874 add tron evm, fix syncing validator for tron, add more messages for finalization detector (#534) 2024-07-29 18:58:57 +05:00
msizov 4911c0c333 fix regexp (#528) 2024-07-18 21:25:57 +05:00
msizov 2bb91e640b Improve Klaytn support + revise some other ethereum methods 2024-07-17 17:14:30 +05:00
msizov f1c669f96e Disable futher finalized/safe requests for detectors if received "tag not supported" error 2024-07-17 17:14:09 +05:00
msizov bd57edf93e update chains.yaml (#516) 2024-07-02 18:52:20 +05:00
msizov a5590f6603 Add zeta testnet (#513) 2024-06-26 18:44:04 +07:00
msizov 46e48f4e3d Rewrite eth_syncing handling for ethereum networks 2024-06-17 19:54:52 +07:00
msizov 3e898cf325 Update jib version to newest one that does work with recent docker (#506) 2024-06-11 18:43:02 +07:00
msizov 73e5030980 Autodetect groups by rpc_modules, temporarily ban methods with "doesn't exist/is not available" error (#505) 2024-06-07 22:54:56 +07:00
msizov 2b94078325 Revert " Autodetect module groups, temporarily ban unavailable methods" (#502)
This reverts commit b08c04f405.
2024-06-07 17:42:45 +07:00
msizov b08c04f405 Autodetect module groups, temporarily ban unavailable methods 2024-06-07 15:52:51 +07:00
msizov 4ea965528f Add taiko-mainnet and taiko-hekla (#489) 2024-05-28 00:02:09 +07:00
msizov 8f8d89ae74 Reduce waiting time for head restart (#483) 2024-05-21 21:08:23 +07:00
msizov 1a825667b6 Increase zksync lagging/syncing block count (#481) 2024-05-21 17:27:22 +07:00
msizov 55ee0663f2 add evmos genesis block for archive detection (#477) 2024-05-15 18:26:41 +07:00
msizov de4e16309b add lisk-mainnet (#475)
add lisk-mainnet
2024-05-13 20:59:53 +07:00
msizov df5e3b98db Add connext-sepolia and alephzero-sepolia (#473)
Add connext-sepolia and alephzero-sepolia
2024-05-10 20:56:22 +07:00
msizov a724ce2acf Add keep-alive to grpc server (fixes clients ws cancellation when no data passed) (#468) 2024-05-07 19:23:31 +07:00
msizovandMike Sizov 5f62838e38 Fix no-str subscribe implementation (#466)
Co-authored-by: Mike Sizov <mikhail.sizov@p2p.org>
2024-05-07 01:25:32 +07:00
msizov 258507de4d Track web socket subscription_ids passed from grpc, retry eth_getLogs on errors/empty results (#465)
* retry getLogs when result is empty or error 

* print error logs with grpc subscription ids

* add logs on NativeSubscription's flux
2024-05-06 15:15:28 +07:00
msizov dcb78f3593 dshackle: Fix websocket ping frames handling (#460) 2024-04-26 18:48:12 +07:00