anoma / namada

Rust implementation of Namada, a Proof-of-Stake L1 for interchain asset-agnostic privacy
https://namada.net
GNU General Public License v3.0
2.4k stars 956 forks source link

Change `Tally` maps to `LazyMap` #1330

Open sug0 opened 1 year ago

sug0 commented 1 year ago

Use lazy collections to store votes on tallies.

Kofituo commented 10 months ago

Hello, are you referring to this? @sug0 @Fraccaman https://github.com/anoma/namada/blob/f7532c20072fd877046857f567735770389cd1d0/crates/ethereum_bridge/src/protocol/transactions/votes.rs#L123