blockchain-carbon-accounting icon indicating copy to clipboard operation
blockchain-carbon-accounting copied to clipboard

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 Foundati...

Results 69 blockchain-carbon-accounting issues
Sort by recently updated
recently updated
newest added

Deploy emissions tokens to Hedera Hashgraph testnet to test compatibility

emissions-tokens
hedera

This is a proposal for adding a new tokenTypeId to NET. **tokeTypeId 4**: unrealized carbon emissions in traded fuels and feedstocks (e.g., oil, gas, coal, biomass). The purpose of this...

enhancement
emissions-tokens
scope-3-emissions
methane

The latest version is available at https://gspp.berkeley.edu/faculty-and-impact/centers/cepp/projects/berkeley-carbon-trading-project/offsets-database Update it in our open-offsets-directory/

offsets-directory

This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Rate Limited These updates are currently rate limited. Click on a checkbox below to force their creation...

From #436, if you tokenize emissions from supply chain emissions, in .env ETH_ISSUER_ACCT=0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC ETH_ISSUEE_ACCT=0x70997970c51812dc3a010c7d01b50e0d17dc79c8 ups.js output "issuer": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266", "issuee": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8", dapp Issuer 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 Issuee 0x70997970C51812dc3A010C7d01b50e0d17dc79C8 The issuer is 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 which...

ethereum
scope-3-emissions

Add new field for Emissions Type (UTILITY_EMISSIONS_ELECTRICITY, TRAVEL_CAR, TRAVEL_AIR) so that we can distinguish between different types of emissions for Scope 3 emissions calculation Modify the data loading script, the...

fabric
scope-3-emissions

https://github.com/hyperledger-labs/blockchain-carbon-accounting/blob/1c5bc0aced65f24fd1befd133700c0c82a85d8d4/net-emissions-token-network/contracts/NetEmissionsTokenNetwork.sol#L593 We should move the require statements/modifiers in the transfer() function to the _beforeTokenTransfer() hook. This will ensure they are not skipped by users directly calling safeTransferFrom() or safeBatchTransferFrom(). Note:...

Change the dCLM8 DAO tokens so that there is an unlimited supply of them (instead of the fixed supply in Compound) Add transfer on the Governance tab for contract owner...

ethereum
dao

The lint analysis currently shows a warning in `blockchain-carbon-accounting/utility-emissions-channel/typescript_app/src/blockchain-gateway/signer.ts` with the following message: `Warning: 84:92 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any` This is the message in GHA: https://github.com/hyperledger-labs/blockchain-carbon-accounting/runs/4295926586?check_suite_focus=true#step:5:10

good-first-issue

Currently, because of committing the `package-lock.json` file, our commit diffs have a lot of noise. Furthermore, it is very difficult to resolve merge conflicts inside of the file, as it...