-
Notifications
You must be signed in to change notification settings - Fork 805
Add ERC: ESG Tokenization Protocol #1293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Changed digest field from bytes32 to bytes in Metadata struct - Changed atf_digest field from bytes32 to bytes in Attestation struct - Updated auditESGToken parameter to accept bytes instead of bytes32 - Updated Attested event to use bytes for atfDigest - Added comprehensive NatSpec documentation - Enhanced Security Considerations section with hash truncation prevention - Resolves Codex P1 issue about SHA3-512 compatibility
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a new ERC-8040 standard for ESG (Environmental, Social, and Governance) tokenization on Ethereum. The proposal defines an AI-native protocol for ESG-compliant asset tokenization with quantum-resistant cryptography and lifecycle management.
Key changes include:
- Definition of a comprehensive metadata structure for ESG tokens with SHA3-512 cryptographic digests
- Smart contract interface (IERC8040) with functions for minting, auditing, and retiring ESG tokens
- Compatibility mappings with existing ERCs (20, 721, 1155)
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
|
✅ All reviewers have approved. |
Updated metadata structure and smart contract interface examples in ERCS/erc-8040.md.
eip-review-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All Reviewers Have Approved; Performing Automatic Merge...
eip-review-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All Reviewers Have Approved; Performing Automatic Merge...
|
The commit 24dbb68 (as a parent of a5bd6b4) contains errors. |
Pull request was closed
When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md
We have a GitHub bot that automatically merges some PRs. It will merge yours immediately if certain criteria are met: