cosmos / sp1-ics07-tendermint

This is a zero knowledge IBC tendermint light client written using SP1 and ibc-rs (WIP)
MIT License
23 stars 5 forks source link

Cache using transient store #124

Closed srdtrk closed 3 weeks ago

srdtrk commented 1 month ago

Right now, caching is done using the standard store. Instead, we can do the caching with the transient store and require batched packets to be submitted in the same block.