Commit hash | d5858d249ffbdab2e39bc56026366682678704dd |
---|---|
Commit time | 2022-05-18 |
Committer | GitHub <noreply at github.com> |
Author time | 2022-05-18 |
Author | Tim Daubenschütz <tim at daubenschuetz.de> |
Submit EIP-4973 - Account-bound tokens (#4973) * Add EIP-1238.md * Rename from 1238 to 4966 * Address feedback from PR * Change name from 4966 to 4973 * Fix header property order * Remove 79 character manual word wrapping * Fix syntax error for incomplete link tag * Remove Caveat section (for now) * Clarify standards text * Run through grammarly * Update discussion link * Update EIPS/eip-4973.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update EIPS/eip-4973.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update EIPS/eip-4973.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Update EIPS/eip-4973.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Relicense to CC0-1.0 * More copyediting * Rename from "Soulbound" to "Account-bound" tokens * Add section on "Exception handling" * Add section on revocation * Update EIPS/eip-4973.md Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> * Rename to 'Account-bound Tokens' * Correct co-author section * Correct TLA from non-sensical 'ACT' to 'ABT' - ABT stands for "Account-bound token" * Remove superfluous, explicit interface definitions * Add 'Naming' section * Consistently use EIP-XXXX format * Remove reference to badge concept * Correctly apply camelCase in tests * Update reference implementation - Vendor all third-party code (OZ) - Allowing to mint to third-party address - Rename `_bonds` to `_owners` - Fix TLA from ACT to ABT - Fix ABT name in tests * Replace `event Transfer` w/ Attest/Revoke * Fix username prefix in author field Co-authored-by: Micah Zoltu <micah@zoltu.net> * Fix broken link to eip-721.md Co-authored-by: Micah Zoltu <micah@zoltu.net> * Fix typo Co-authored-by: Micah Zoltu <micah@zoltu.net> * Fix link to reference implementation Co-authored-by: Micah Zoltu <micah@zoltu.net> * Update EIPS/eip-4973.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-4973.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> Co-authored-by: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> Co-authored-by: Micah Zoltu <micah@zoltu.net> Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
Document | Title |
---|---|
EIP-4973 | Account-bound Tokens |