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 EIP-6809: Move to Last Call #7686

Merged
merged 35 commits into from
Sep 12, 2023
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
fa4ad01
Added a draft EIP for non-fungible tokens.
KBTStandardAdmin Mar 31, 2023
03fa184
ERC Link + First 2 Footnote Links Changed
KBTStandardAdmin Mar 31, 2023
931a9d7
ERC Link 721
KBTStandardAdmin Mar 31, 2023
4e1d50e
PR Changes
KBTStandardAdmin Mar 31, 2023
5fc97c2
PR Changes
KBTStandardAdmin Mar 31, 2023
ff6f6b3
PR Changes
KBTStandardAdmin Mar 31, 2023
68e0d9a
Fixing EIP Walidator errors (#1)
KBTStandardAdmin Mar 31, 2023
f71511a
Renamed the file according to EIP Walidator
KBTStandardAdmin Mar 31, 2023
53c8764
Fixing Markdown linter errors
KBTStandardAdmin Mar 31, 2023
09aa994
Fixing Markdown linter errors
KBTStandardAdmin Mar 31, 2023
877dcf8
Fixing Markdown linter errors
KBTStandardAdmin Mar 31, 2023
9f3c446
Adde the contract with tests in the assets folder
KBTStandardAdmin Apr 1, 2023
a7cef29
Updated the EIP with the proper relative repo links
KBTStandardAdmin Apr 1, 2023
930f179
Added diagram and mention it the reference implementation.
KBTStandardAdmin Apr 1, 2023
ba76be1
Merge branch 'ethereum:master' into master
KBTStandardAdmin Apr 8, 2023
9a65cff
Merge branch 'ethereum:master' into master
KBTStandardAdmin Apr 11, 2023
441d3f1
Update eip-6809.md
NickZCZ Apr 14, 2023
9802e98
rationale fix and update
MihaiORO Apr 14, 2023
180e963
backwards compatibility section
MihaiORO Apr 14, 2023
e5a7e61
security considerations changes
MihaiORO Apr 14, 2023
6a5a3e9
Footnotes Updated
NickZCZ Apr 14, 2023
bf0d50c
non-fungible update
NickZCZ Apr 14, 2023
6918a43
Applying markdown preferred style
NarcisCRO Apr 15, 2023
89f6237
Fixing PR comments and issues (#3)
NarcisCRO Apr 18, 2023
f8481f8
Fixed the licence in the KBT contract
NarcisCRO Apr 18, 2023
241cff1
Small fix related to diagram extension and corrected a footnote.
NarcisCRO Apr 18, 2023
93ee82a
Renumbered the footnotes and removed the unused ones
NarcisCRO Apr 18, 2023
fa51558
Fixing the last pr commments (#4)
NarcisCRO Apr 25, 2023
12d5eee
FIxing html markdowns and linter issues
NarcisCRO Apr 25, 2023
90a9238
Apply suggestions from code review
NarcisCRO May 2, 2023
2410d27
Merge branch 'ethereum:master' into master
NarcisCRO May 26, 2023
9af9102
Move review changes (#5)
NarcisCRO May 26, 2023
27362a9
Move review changes (#6)
NarcisCRO May 26, 2023
eb58fec
Updated status to Last Call (#7)
NarcisCRO Sep 12, 2023
502e4aa
Merge branch 'master' of https://github.com/KBTstandard/EIPs_KeyBound…
NarcisCRO Sep 12, 2023
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: 2 additions & 1 deletion EIPS/eip-6809.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ title: Non-Fungible Key Bound Token
description: An interface for Non-Fungible Key Bound Tokens, also known as a NFKBT.
author: Mihai Onila (@MihaiORO), Nick Zeman (@NickZCZ), Narcis Cotaie (@NarcisCRO)
discussions-to: https://ethereum-magicians.org/t/non-fungible-key-bound-token-kbt/13625
status: Review
status: Last Call
last-call-deadline: 2023-10-03
type: Standards Track
category: ERC
created: 2023-03-31
Expand Down