Dmitrii Novikov
Dmitrii Novikov
### File Location(s) `pallets/**/mock.rs` ### Proposal Set real existential deposit (minimum balance) for all mocked runtimes. Real value is `10_000_000_000_000`. This will break A LOT of tests: they should be...
### Problem to Solve In case of async sendings, if you want any additional logic to run on reply received, you will be forced to manually implement registry of outgoing...
### File Location(s) _No response_ ### Proposal Refs: #3602; #3837.
### Problem When syncing with eth (in case of small amount of blocks passed), codes, that requested validation seem to be never processed, so signed and committed ### Steps /...
Tests scope: * instruction_weights_heuristics_test * syscall_weights_test * page_costs_heuristic_test * lazy_page_costs_heuristic_test Atm these tests are panicking on the first mismatch. Deprecate this fail-fast behaviour in favour of comparing all of the...