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

feat: adding soulbound token #393

Merged
merged 93 commits into from
Sep 12, 2023
Merged
Changes from 60 commits
Commits
Show all changes
93 commits
Select commit Hold shift + click to select a range
365e8c2
feat: adding soulbound token
robert-zaremba Sep 14, 2022
7aa2f8b
set NEP number
robert-zaremba Nov 28, 2022
1783a3e
Renamed queries *by_owner to *for_owner
robert-zaremba Nov 28, 2022
515f35d
use proper doc comment syntax
robert-zaremba Nov 28, 2022
fb488a8
add copyright
robert-zaremba Nov 28, 2022
56397d0
adding optional sbt_token_for_owner
robert-zaremba Nov 28, 2022
41d6020
typos
robert-zaremba Nov 28, 2022
6c261e1
added consequences
robert-zaremba Nov 29, 2022
cb96e8d
fix: nep 181 -> 171
robert-zaremba Nov 29, 2022
c5c64c5
small note about events
robert-zaremba Dec 14, 2022
f29bfa2
review: update summary
robert-zaremba Dec 20, 2022
764c68e
review, cleanup and more details
robert-zaremba Mar 23, 2023
0f26b31
Merge branch 'master' into robert/nep-sbt
robert-zaremba Mar 25, 2023
89aa83a
adding token kind
robert-zaremba Mar 25, 2023
13b152c
update documentation about soul_transfer, recover and revoke
robert-zaremba Mar 25, 2023
afab9e8
sbt registry
robert-zaremba Mar 25, 2023
e0d92fb
adding a mint flow
robert-zaremba Mar 25, 2023
664573f
adding mint event (non nep-171) + few cosmetic updates
robert-zaremba Mar 26, 2023
e1340c8
Recovery within a SBT Registry
robert-zaremba Mar 26, 2023
e8ade97
update nep-245 note
robert-zaremba Mar 27, 2023
a4a6e5c
fix flow
robert-zaremba Mar 27, 2023
99e9f99
registry mint authorization and update query functions
robert-zaremba Mar 27, 2023
1e9a6b3
change sbt_mint to support minting many tokens at once
robert-zaremba Mar 27, 2023
31d3ea8
fix tags
robert-zaremba Mar 27, 2023
08b0e2a
use token instead of token_id, update diagram
robert-zaremba Mar 27, 2023
9f1266f
review
robert-zaremba Mar 28, 2023
a8f4f49
add more info about Kill event and updated Considerations
robert-zaremba Mar 28, 2023
8acb192
add Burn event
robert-zaremba Mar 28, 2023
893f7a6
typos
robert-zaremba Mar 30, 2023
2d65c82
typos
robert-zaremba Mar 31, 2023
389a4bc
rename event: Kill -> Ban
robert-zaremba Mar 31, 2023
ad558dc
make kind optional in sbt_supply_by_owner query
robert-zaremba Mar 31, 2023
dbc20d8
review
robert-zaremba Apr 2, 2023
9a28f96
rename KindId to ClassId
robert-zaremba Apr 2, 2023
00649b0
formatting
robert-zaremba Apr 2, 2023
2213814
add missing memo type and update events
robert-zaremba Apr 2, 2023
2ea6fef
remove memo from registry functions and events
robert-zaremba Apr 2, 2023
3d809fa
adding is_banned to registry trait
robert-zaremba Apr 3, 2023
6c513a6
update registry motivation
robert-zaremba Apr 3, 2023
4e300e6
move to nep-0393.md
robert-zaremba Apr 3, 2023
e8ea5ec
fix snippet
robert-zaremba Apr 3, 2023
643cb89
fix typescript event type definitions
robert-zaremba Apr 3, 2023
21491ae
Merge branch 'master' into robert/nep-sbt
robert-zaremba Apr 3, 2023
08bd3ac
update comments
robert-zaremba Apr 5, 2023
c18f2b4
considerations cleanup
robert-zaremba Apr 6, 2023
99943a3
review
robert-zaremba Apr 6, 2023
549546a
update return types
robert-zaremba Apr 12, 2023
4c4231d
update diagram
robert-zaremba Apr 12, 2023
d2cbbdf
review, adding notes about possible burning mechanism
robert-zaremba Apr 13, 2023
1762ba2
adding note about PII
robert-zaremba Apr 13, 2023
3a8ceff
remove sbt_soul_transfer from required interface, and document requir…
robert-zaremba Apr 13, 2023
786d4a1
remove table
robert-zaremba Apr 24, 2023
dba3b4e
interface documentation update and review updates
robert-zaremba Apr 24, 2023
ee2317b
updates
robert-zaremba May 9, 2023
54e9a9d
remove return value from sbt_revoke
robert-zaremba May 9, 2023
07021ea
privacy note, and few typos/wording bugs
robert-zaremba May 9, 2023
34fc893
review updates
robert-zaremba Jun 8, 2023
876d9d3
udpated motiviation about registry
robert-zaremba Jun 8, 2023
808e047
add sbt_revoke_by_owner method
robert-zaremba Jun 8, 2023
f76f85d
update doc string
robert-zaremba Jun 12, 2023
45b73c9
One more comment to state that class_id > 0
robert-zaremba Jun 19, 2023
670cf5d
adding more diagrams
robert-zaremba Jun 22, 2023
dd7ebc2
fix
robert-zaremba Jun 22, 2023
8a7c584
add headers
robert-zaremba Jun 22, 2023
066d53b
todos
robert-zaremba Jun 22, 2023
ba4a5db
review
robert-zaremba Jun 22, 2023
8b91fb7
typo
robert-zaremba Jun 22, 2023
098d89c
update diagram
robert-zaremba Jun 22, 2023
9104c0e
Update neps/nep-0393.md
robert-zaremba Jun 29, 2023
b7c4d44
remove 'poorly'
robert-zaremba Jun 29, 2023
7850125
improving the flows and spec
robert-zaremba Jun 30, 2023
64afc80
Merge remote-tracking branch 'near/master' into robert/nep-sbt
robert-zaremba Jun 30, 2023
0ec0dca
more notes about token ID and the available space
robert-zaremba Jun 30, 2023
c57a4d2
language
robert-zaremba Jun 30, 2023
eece830
gramma
robert-zaremba Jun 30, 2023
b816793
gramma
robert-zaremba Jun 30, 2023
57b4ac6
small updates
robert-zaremba Jul 11, 2023
3a410f9
review
robert-zaremba Jul 11, 2023
1f5001e
language
robert-zaremba Jul 11, 2023
673beb6
sbt_mint example update
robert-zaremba Jul 11, 2023
3fc3447
function comments
robert-zaremba Jul 11, 2023
1149e98
bold must
robert-zaremba Jul 12, 2023
66c794f
add sbts method
robert-zaremba Jul 24, 2023
fe352b8
query: sbt_classes and docs
robert-zaremba Jul 26, 2023
7e784a2
more docs about sbt_renew
robert-zaremba Sep 6, 2023
06279c5
Merge branch 'master' into robert/nep-sbt
robert-zaremba Sep 6, 2023
51b14d9
update metadata struct comments
robert-zaremba Sep 6, 2023
ad56e5f
add sbt_update_token_references method and event to the standard
robert-zaremba Sep 6, 2023
3ea249b
fix: events: should use issuer rather than ctr as per reference imple…
robert-zaremba Sep 6, 2023
9f4c86e
language
robert-zaremba Sep 7, 2023
7b753f1
add soul_transfer implementation notes
robert-zaremba Sep 8, 2023
912803f
add benefits
robert-zaremba Sep 11, 2023
ceabc86
Added the decision statement and link to the video recording to the N…
frol 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
Loading