Skip to content
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

Update ERC-7578: Move to Final #850

Open
wants to merge 53 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
6e8b373
style: format
gabrielstoica May 9, 2024
7235659
chore: update contract interface and reference implementation
gabrielstoica May 9, 2024
c6d3875
Merge pull request #1 from xDeSAT/gabriel/improvements
V1d0r May 10, 2024
ae260e6
Merge branch 'ethereum:master' into master
V1d0r May 10, 2024
e3e14da
ERC-721 reference
V1d0r May 10, 2024
e1b3ab6
docs: improve documentation and standard naming
gabrielstoica May 10, 2024
36f2051
Merge pull request #2 from xDeSAT/feat/use-erc7578-name
V1d0r May 13, 2024
383c894
Merge branch 'master' into master
V1d0r May 13, 2024
65d687f
fix: first match of ERC-7578 must be a link
gabrielstoica May 13, 2024
4462903
Update erc-7578.md
V1d0r May 13, 2024
43d5958
Update erc-7578.md
V1d0r May 13, 2024
4f54f44
fix: add 'virtual' to '_update' method to allow inheritance updates
gabrielstoica May 20, 2024
9af809d
Merge branch 'ethereum:master' into master
V1d0r May 20, 2024
1a64eaa
Merge pull request #3 from xDeSAT/fix/erc721-update-method
V1d0r May 20, 2024
c9994cd
refactor: remove 'properties' field from 'PropertiesRemoved' event
gabrielstoica May 28, 2024
d3164a6
Merge pull request #4 from xDeSAT/refactor/properties-removed-event
V1d0r May 28, 2024
b2af209
Merge branch 'ethereum:master' into master
V1d0r May 28, 2024
6409fa4
fix: potential linearization issue when inheriting 'ERC721' in the ch…
gabrielstoica Jun 3, 2024
a35c043
Merge pull request #5 from xDeSAT/fix/erc7578-linearization
V1d0r Jun 3, 2024
fc02009
Merge branch 'ethereum:master' into master
V1d0r Jun 3, 2024
08d7d72
docs: update 'Security Considerations' section
gabrielstoica Jun 19, 2024
0056248
Merge pull request #6 from xDeSAT/docs/erc-7578-security
V1d0r Jun 20, 2024
d61cd42
Merge branch 'ethereum:master' into master
V1d0r Jun 20, 2024
a318787
Add author
V1d0r Jun 20, 2024
8be4eed
Review bot fix
V1d0r Jun 20, 2024
39a4bdd
Change to review status
V1d0r Jun 20, 2024
218564e
Merge branch 'ethereum:master' into master
V1d0r Jun 20, 2024
c408cca
docs(ERC7578): address reviewer issues and suggestions
gabrielstoica Jun 26, 2024
f09f370
Merge pull request #7 from xDeSAT/gabriel/sam-fixes
V1d0r Jun 27, 2024
d4503e8
Merge branch 'ethereum:master' into master
V1d0r Jun 27, 2024
b8c96c5
docs(ERC7578): remove 'setProperties' method
gabrielstoica Jun 27, 2024
c919031
Merge pull request #8 from xDeSAT/gabriel/sam-fixes
V1d0r Jul 1, 2024
9871804
Merge branch 'master' into master
gabrielstoica Jul 1, 2024
6ebb2aa
docs(ERC7578): move requirements to the specification section
gabrielstoica Jul 1, 2024
211fdb9
Merge pull request #9 from xDeSAT/gabriel/sam-fixes
V1d0r Jul 1, 2024
1c9685d
Merge branch 'ethereum:master' into master
V1d0r Jul 9, 2024
cb58cb2
Update erc-7578.md
V1d0r Jul 9, 2024
5ea0b3a
chore: make 'setProperties' internal
gabrielstoica Sep 12, 2024
4490cc3
docs: update ERC7578 reference implementation
gabrielstoica Sep 12, 2024
2e3b643
Merge pull request #10 from xDeSAT/erc7578/set-properties
V1d0r Sep 13, 2024
94da27e
Merge branch 'ethereum:master' into master
V1d0r Sep 13, 2024
b8b07cd
chore: add 'Of' sufix for getters and setters
gabrielstoica Oct 7, 2024
0751c0b
Merge pull request #11 from xDeSAT/chore/update-methods-naming
V1d0r Oct 8, 2024
e906fb4
Merge branch 'master' into master
V1d0r Oct 8, 2024
88d93a9
Merge branch 'ethereum:master' into master
V1d0r Oct 8, 2024
66fab7e
chore: move ERC-7578 to Last Call
gabrielstoica Oct 8, 2024
03ba551
Merge pull request #12 from xDeSAT/chore/move-erc-7578-to-last-call
gabrielstoica Oct 8, 2024
10223b4
Update status and last call deadline of ERC-7578
gabrielstoica Dec 2, 2024
4b03afe
docs(ERC-7578): update 'Security Considerations' section
gabrielstoica Dec 2, 2024
3313333
docs(ERC-7578): reword
gabrielstoica Dec 2, 2024
44decb6
Merge branch 'master' of https://github.com/ethereum/ERCs
gabrielstoica Jan 14, 2025
1d043b4
docs: move ERC-7578 to Final
gabrielstoica Jan 14, 2025
2906527
Merge branch 'master' into gabriel/erc-7578-to-final
gabrielstoica Jan 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ERCS/erc-7578.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ title: Physical Asset Redemption
description: Provides the holder of physical asset backed NFTs readily available real-world information on the underlying physical asset.
author: Lee Vidor (@V1d0r), David Tan <[email protected]>, Lee Smith <[email protected]>, Gabriel Stoica (@gabrielstoica)
discussions-to: https://ethereum-magicians.org/t/erc-7578-physical-asset-redemption/17556
status: Last Call
last-call-deadline: 2025-01-14
status: Final
type: Standards Track
category: ERC
created: 2023-08-01
Expand Down
Loading