File tree Expand file tree Collapse file tree
web3/src/main/java/org/hiero/mirror/web3/state/keyvalue Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111import com .hedera .node .app .service .token .impl .schemas .V0490TokenSchema ;
1212import com .hedera .node .app .service .token .impl .schemas .V0610TokenSchema ;
1313import com .hedera .node .app .state .recordcache .schemas .V0490RecordCacheSchema ;
14- import com .hedera .node .app .throttle .schemas .V0490CongestionThrottleSchema ;
1514import com .swirlds .state .lifecycle .StateDefinition ;
1615import com .swirlds .state .spi .ReadableKVState ;
1716import jakarta .inject .Named ;
@@ -35,8 +34,6 @@ public final class StateRegistry {
3534 V0490RecordCacheSchema .TRANSACTION_RECEIPTS_KEY ,
3635 V0490ScheduleSchema .SCHEDULES_BY_EXPIRY_SEC_KEY ,
3736 V0490ScheduleSchema .SCHEDULES_BY_EQUALITY_KEY ,
38- V0490CongestionThrottleSchema .THROTTLE_USAGE_SNAPSHOTS_KEY ,
39- V0490CongestionThrottleSchema .CONGESTION_LEVEL_STARTS_KEY ,
4037 V0560BlockStreamSchema .BLOCK_STREAM_INFO_KEY ,
4138 V0570ScheduleSchema .SCHEDULED_COUNTS_KEY ,
4239 V0570ScheduleSchema .SCHEDULED_ORDERS_KEY ,
You can’t perform that action at this time.
0 commit comments