FollowMyVote / StakeWeightedVoting

An application to vote on proposals where votes are weighted proportional to the voter's balance of a coin
Other
107 stars 30 forks source link

Consider moving caching from VotingSystem to BlockchainWalletApi #155

Open nathanielhourt opened 8 years ago

nathanielhourt commented 8 years ago

Currently VotingSystem implements a cache of various chain objects (coins and accounts), but this doesn't seem like good cohesion. Consider moving the caching to BlockchainWalletApi and thereby making it an implementation detail.