Commit Graph

1150 Commits

Author SHA1 Message Date
KirillPamPam
93b8ad0aeb Fix aztec (#807) 2026-03-31 18:25:22 +04:00
Anton
cbf6ae9723 fix(beacon): forward Content-Type header from upstream responses (#806)
Add Content-Type to the beacon chain response headers whitelist.
Without this, REST endpoints returning SSZ binary data (e.g.
/eth/v2/debug/beacon/states) are mislabeled as application/json
by dproxy, breaking client-side parsing.

Companion fix: drpcorg/dproxy#2348
2026-03-20 11:02:18 +03:00
KirillPamPam
b9d0a8c60c New sei errors (#799) 2026-03-03 12:54:53 +04:00
KirillPamPam
1dc553527f New prune err (#796) 2026-02-26 16:46:55 +04:00
KirillPamPam
9108f89eee Use external prom server (#793) 2026-02-18 17:04:17 +04:00
Anton
15047c7d26 Fix Flux.merge() concurrency limit in SubscribeChainStatus (#792) 2026-02-06 15:41:04 +03:00
KirillPamPam
9b5e7ca54e Timeouts for http server (#788) 2026-02-04 16:01:25 +04:00
Artem Rootman
4d4a2ed655 add aztec networks (#785)
* add aztec networks

* fix linter errors & checkout from main (public)

* fix AztecLowerBoundService
2026-01-30 19:04:05 +03:00
Vadim Filin
5b4e8884ba Handle 429 error (#782) 2026-01-28 18:06:14 +07:00
KirillPamPam
3b5940cc20 Integrate rx/receipts gold bounds (#781) 2026-01-28 12:54:50 +04:00
Artem Rootman
2e4c99b202 Fix Hyperliquid native tx detection on testnet (#780) 2026-01-26 13:41:56 +05:00
KirillPamPam
f3ecbdaaa7 Lower bounds fixes (#777) 2026-01-23 14:33:45 +04:00
EugeneDrpc
01c51a6f06 blob detector npe fix, other detectors fix 404 scenario (#776)
* blob detector npe fix, other detectors fix 404 scenario

* Fix flaky GenericRpcHeadTest scheduler
2026-01-20 11:55:38 +01:00
Anton
cd57300751 Solana Head Detection: slotSubscribe (#772)
* Implement Solana head detection strategies with metrics tracking and testing

* Add benchmark tests for Solana BlockSubscribe and SlotSubscribe strategies

* Implement metrics logging and strategy configuration for Solana head detection

* Add metrics logging and comparison for SLOT_SUBSCRIBE strategy

* Refactor SolanaChainSpecificTest: Consolidate tests for slotSubscribe strategy, remove BlockSubscribe tests, and enhance caching logic. Delete SolanaStrategyBenchmark for performance comparison.

* add synthetic parentHash, improve tests

* Fix linter

* Optimize Solana getLatestBlock to use single getEpochInfo call
Replace two separate RPC calls (getSlot + getBlockHeight) with a single getEpochInfo call that returns both absoluteSlot and blockHeight

* Enhance height estimation logic in SolanaChainSpecific: Implement optimistic height estimation and improve error handling for RPC failures. Update tests to validate new behavior.

* Refactor height verification in SolanaChainSpecific: Replace getBlockHeight with getEpochInfo for improved efficiency and accuracy in height estimation. Update logic to handle actual slot and height retrieval.
2026-01-19 11:25:16 +03:00
KirillPamPam
d61eda2a6b New state error (#775) 2026-01-16 16:55:54 +04:00
Anton
236f560f2a Support “network” field of compatible clients config bans (#774) 2026-01-15 12:25:29 +03:00
KirillPamPam
be77e4caeb Fid monad gas detection (#771) 2026-01-15 13:15:59 +04:00
EugeneDrpc
7f9e350a9c add more logs to doge upstream (#773)
* add more logs to doge upstream

* fix other similar cases
2026-01-14 17:09:34 +01:00
Anton
a5320bd9e5 Add WebSocket subscription support for Ripple and migrate to ledger_closed (#770)
* Add WebSocket subscription support for Ripple and migrate to ledger_closed

  - Replace deprecated `ledger` RPC method with `ledger_closed` for polling
  - Add WebSocket subscription support for Ripple ledger stream
  - Add RippleCommandParams for native Ripple WS command format (uses "command" instead of "method")
  - Extend ResponseWSParser to handle Ripple subscription format (type: "ledgerClosed")
  - Update WsSubscriptionsImpl to extract stream type for Ripple subscriptions
  - Implement getFromHeader() for parsing ledgerClosed WS events
  - Add RippleLedgerStreamEvent data class for WS subscription events
  - Add unit tests for ResponseWSParser and RippleChainSpecific

* Remove legacy format
2026-01-14 13:49:34 +03:00
KirillPamPam
8dec46fb27 New btc methods (#768) 2026-01-07 12:46:00 +04:00
KirillPamPam
536c663b2a Update dependencies (#767) 2026-01-06 16:32:03 +04:00
Artem Rootman
c5e1436462 make version range inclusive in selector (#766) 2025-12-30 04:33:27 +04:00
KirillPamPam
6193499d58 Fix ripple tx broadcast (#765) 2025-12-24 14:24:08 +04:00
KirillPamPam
d76ab32624 Pass an error as is (#763) 2025-12-23 13:59:01 +04:00
Vyacheslav
b944aa8ac6 add custom headers as upstream settings (#761)
* add custom headers

* add docs
2025-12-18 20:19:02 +02:00
Vadim Filin
3e845bcdf0 Support '<' and '>' operations for client routing on key (#755) 2025-12-18 16:01:37 +04:00
Anton
757febc0b5 Forward HTTP response headers from upstream to gRPC client for Beacon Chain (#759)
Added response_headers field to NativeCallReplyItem proto.
Implemented chain-specific header filtering via getResponseHeadersToForward().
BeaconChain forwards: Eth-Consensus-Version, Eth-Consensus-Finalized,
Eth-Execution-Optimistic, Eth-Execution-Payload-Blinded/Value, Eth-Consensus-Block-Value.
2025-12-18 11:30:18 +03:00
msizov
77ae38e138 add eth_baseFee to avax (#760) 2025-12-18 12:13:06 +05:00
KirillPamPam
4f2959a75f Perf improvements (#758) 2025-12-17 16:38:12 +04:00
Alex Varin
4e8487bc89 add NEAR_PROTOCOL_CONFIG defauld method (#757) 2025-12-16 13:26:48 +05:00
KirillPamPam
17751ffb0c New monad method (#754) 2025-12-09 17:23:36 +04:00
KirillPamPam
dbbbdefdfd Fix optimism state bound (#752) 2025-12-08 20:28:29 +04:00
a10zn8
f0ae40a3ac add blobs methods (#751) 2025-12-04 13:06:15 +03:00
msizov
34b9676bb3 remove cache for hyperliquid (#750) 2025-12-04 14:45:15 +05:00
Artem Rootman
19ba1a8851 Add Shibarium Bor bridge RPC methods to allowlist and selector (#749)
* Add Shibarium Bor bridge RPC methods to allowlist and selector

* Limit Bor receipts-by-block to Shibarium only

* revert EthereumCallSelector.kt

---------

Co-authored-by: a10zn8 <a1.cyb3r@gmail.com>
2025-12-03 20:24:31 +03:00
KirillPamPam
2c9352a4de Netty metrics (#745) 2025-11-19 13:14:52 +04:00
Vadim Filin
d1ae0b4052 Add 'confirmed' parameter (#743)
* Add 'confirmed' parameter to Solana blocksSubscribe method

* Add 'confirmed' parameter to Solana getBlocks method
2025-11-13 15:17:43 +04:00
a10zn8
619b98f9e5 support clio ripple node and implement node type and version detection for ripple (#744) 2025-11-13 12:32:38 +03:00
Termina1
7c8c7c453a fix linter 2025-11-12 20:09:28 +02:00
Termina1
e1421dfd30 fix disabled methods after autodetector 2025-11-12 20:02:19 +02:00
KirillPamPam
a491983a87 Fix bsc state bound detection (#741) 2025-11-06 13:46:19 +04:00
KirillPamPam
63d61699b2 Update health chains (#740) 2025-11-05 13:06:05 +04:00
a10zn8
35fa52a01e more nullable values in RippleServerState (#739) 2025-10-31 16:33:16 +03:00
a10zn8
adebfacf45 new error for receipts lower bound (#738) 2025-10-31 16:21:04 +03:00
a10zn8
b4acc08f51 add eth_blobBaseFee (#736) 2025-10-29 11:16:11 +03:00
Artem Rootman
8bc76328f6 Fix Prometheus metrics handler hanging on slow scrapes (#733)
* Fix Prometheus metrics handler hanging on slow scrapes
2025-10-13 09:17:41 +00:00
Anton
a78b72487a Add additional method detection patterns and support for new RPC methods (#730)
* Add additional method detection patterns and support for new RPC methods

* Add additional RPC method detections and error handling for missing arguments
2025-10-07 11:31:13 +03:00
Andrey Bronin
c4efefd00a Improve version detection (#712)
* improve node type and version detection

* add warn log
2025-09-12 10:51:26 +03:00
KirillPamPam
d448c72c8b Fix unsubscribe pending requests (#722) 2025-09-10 19:58:05 +04:00
KirillPamPam
0ed77f1cfd Fix unsubscribe requests (#721) 2025-09-10 15:18:54 +04:00