Commit Graph
12 Commits
Author SHA1 Message Date
EugeneDrpc ca08c8f474 adi update (#854) 2026-05-18 16:41:33 +02:00
EugeneDrpc 6bf8680359 implement lowerbound fix (#830)
* implement fix
2026-05-15 16:05:24 +02:00
EugeneDrpc b99b74fbe1 Sig nonce fix (#829)
* Update submodules

* sign fix

* copilot comment fix
2026-05-13 12:06:55 +02:00
EugeneDrpc 3c4fe8985e Update submodules (#828) 2026-05-13 11:09:59 +02: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
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