Commit Graph
8 Commits
Author SHA1 Message Date
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
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
EugeneDrpc ea7e8ef07c public submodule update (#747) 2025-12-01 16:12:58 +01:00
EugeneDrpc 68cbeaad7f plume updates - submodule update (#718)
* plume updates

* fix linter
2025-09-03 13:02:59 +02:00
EugeneDrpc a6522506df update err msg (#714) 2025-08-26 15:27:45 +02:00
EugeneDrpc a34f2186cc Log index validator (#699)
* log index validator - wip

* fix: Handle edge cases in LogIndexValidator and fix GitHub Actions

gix critical edge case: when first transaction has no logs, second transaction starting at logIndex=0 is VALID behavior
 null handling
fix  'repo_token' parameter

* - Use Mono.empty() instead of Mono.just(null)
- Use defaultIfEmpty for handling empty results

* wip : add tests for LogIndexValidator

* test fixes

* fix: Fix ktlint issues in LogIndexValidatorTest

- Remove wildcard import
- Fix trailing spaces
- Add missing trailing commas
- Fix import order
- Add newline at end of file

* add disable option

* add logs for error case

* save prevState on doOnNext

* also check for first tx log index order

* add not continius indexes test

* make code thread safe

* use upstream.getHead

* search CHECK_TX_COUNT instead of 0 and 1 indexes

* refactor double rpc call
2025-08-08 18:03:10 +02:00
EugeneDrpc d1392fc343 add method disabled check (#696)
* add method disabled check

* check only trace and debug methods
2025-07-30 10:32:00 +02:00
EugeneDrpc 5461b7893d change default timeout time (#680) 2025-07-10 12:15:36 +02:00