pokt-network / pocket

Official implementation of the Pocket Network Protocol v1
https://pokt.network
MIT License
61 stars 33 forks source link

[IBC] chore: Rename FlushAllEntries => FlushCachesToStore #934

Closed h5law closed 11 months ago

h5law commented 11 months ago

Description

Summary generated by Reviewpad on 24 Jul 23 15:58 UTC

This pull request renames the FlushAllEntries function to FlushCachesToStore in multiple files. The function is responsible for flushing the cache entries for all stores in the bulkStoreCache struct. The renaming is consistent across the affected files, including ibc_handle_event_test.go, module.go, bulk_store_cache.go, provable_store.go, provable_store_test.go, mock.go, and ibc_store_module.go. The patch also includes some code formatting changes.

Issue

Fixes https://github.com/pokt-network/pocket/pull/868/files#r1262167821

Type of change

Please mark the relevant option(s):

List of changes

Testing

Required Checklist

If Applicable Checklist