Piotr Tabor cdf9869d70 Encapsulation of applier logic: Move Txn related code out of applier.go.
The PR removes calls to applierV3base logic from server.go that is NOT part of 'application'.
The original idea was that read-only transaction and Range call shared logic with Apply,
so they can call appliers directly (but bypassing all 'corrupt', 'quota' and 'auth' wrappers).

This PR moves all the logic to a separate file (that later can become package on its own).
2022-05-20 14:32:04 +02:00
..
2022-05-13 17:44:58 +08:00
2021-10-29 12:47:19 +02:00
2022-05-13 17:44:58 +08:00
2022-04-25 09:52:12 -07:00
2022-04-25 09:52:12 -07:00
2020-10-26 13:02:32 +01:00
2021-07-28 11:39:54 +08:00
2020-10-26 13:02:32 +01:00