hyperledger-labs / blockchain-carbon-accounting

This project implements blockchain applications for climate action and accounting, including emissions calculations, carbon trading, and validation of climate claims. It is part of the Linux Foundation's Hyperledger Climate Action and Accounting SIG.
https://wiki.hyperledger.org/display/CASIG/Carbon+Accounting+and+Certification+WG
Apache License 2.0
188 stars 104 forks source link

Store raw number of dCLM8 votes in receipt in Governor.sol #141

Closed jamesondh closed 3 years ago

jamesondh commented 3 years ago

When someone casts a vote, store the raw amount of dCLM8 that went into the vote as well as the sqrted vote that is stored now.

jamesondh commented 3 years ago

See https://github.com/opentaps/blockchain-carbon-accounting/commit/6af6b78235152b18b450e5dfdf65576b3aa05a81 and attached screenshot: Screenshot from 2021-04-15 14-12-28

sichen1234 commented 3 years ago

Good. Thanks!