Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Uniques: An economically-secure basic-featured NFT pallet #8813

Merged
merged 61 commits into from
Jun 1, 2021
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
2d98b0d
Uniques: An economically-secure basic-featured NFT pallet
gavofyork May 14, 2021
628b1bd
Merge remote-tracking branch 'origin/master' into gav-uniques
gavofyork May 16, 2021
aa84878
force_transfer
gavofyork May 16, 2021
0c0c4cb
freeze/thaw
gavofyork May 16, 2021
a203c1f
team management
gavofyork May 16, 2021
b2c20f8
approvals
gavofyork May 16, 2021
f98dcaf
Fixes
gavofyork May 16, 2021
da78f22
force_asset_status
gavofyork May 16, 2021
ee5f32a
class_metadata
gavofyork May 17, 2021
c148760
instance metadata
gavofyork May 17, 2021
ec47648
Fixes
gavofyork May 17, 2021
2949d12
use nmap
gavofyork May 17, 2021
30f2f9e
Fixes
gavofyork May 17, 2021
00c8e04
class metadata has information field
gavofyork May 17, 2021
326beba
Intiial mock/tests and a fix
gavofyork May 19, 2021
f5c9d1d
Remove impl_non_fungibles
gavofyork May 19, 2021
7874135
Docs
gavofyork May 19, 2021
6a231a8
Update frame/uniques/src/lib.rs
gavofyork May 19, 2021
4699b23
Update frame/uniques/src/lib.rs
gavofyork May 19, 2021
fb6ea03
Update frame/uniques/src/lib.rs
gavofyork May 19, 2021
87cc1d8
Update frame/uniques/src/lib.rs
gavofyork May 19, 2021
3ad9a52
Merge remote-tracking branch 'origin/master' into gav-uniques
gavofyork May 19, 2021
8e8b4df
Reserve, don't transfer.
gavofyork May 19, 2021
01f9713
Fixes
gavofyork May 19, 2021
4bf6f54
Tests
gavofyork May 19, 2021
821de3d
Tests
gavofyork May 19, 2021
d410298
refresh_deposit
gavofyork May 19, 2021
d703510
Tests and proper handling of metdata destruction
gavofyork May 19, 2021
59ff5e9
test burn
gavofyork May 19, 2021
4be8928
Tests
gavofyork May 19, 2021
de1eb5a
Update impl_fungibles.rs
gavofyork May 20, 2021
53c666c
Initial benchmarking
gavofyork May 20, 2021
1545abe
benchmark
gavofyork May 20, 2021
24e08cc
Fixes
gavofyork May 20, 2021
3027c7b
Merge branch 'master' of https://github.com/paritytech/substrate into…
May 20, 2021
da6f748
cargo run --release --features=runtime-benchmarks --manifest-path=bin…
May 20, 2021
95e49b9
Attributes
gavofyork May 20, 2021
ccaf6ec
Attribute metadata
gavofyork May 20, 2021
c51153f
Fixes
gavofyork May 20, 2021
5361afb
Update frame/uniques/README.md
gavofyork May 21, 2021
87ab1b4
Merge branch 'gav-uniques-attributes' into gav-uniques
gavofyork May 21, 2021
8a45594
Docs
gavofyork May 21, 2021
dad10a7
Docs
gavofyork May 21, 2021
33fd4a8
Docs
gavofyork May 21, 2021
31c6e03
Simple metadata
gavofyork May 21, 2021
092127c
Use BoundedVec
gavofyork May 24, 2021
67b190b
Merge branch 'master' of https://github.com/paritytech/substrate into…
May 24, 2021
f9f6f51
cargo run --release --features=runtime-benchmarks --manifest-path=bin…
May 24, 2021
f38e9b9
Update frame/uniques/src/lib.rs
gavofyork May 31, 2021
04c900a
Update frame/uniques/src/lib.rs
gavofyork May 31, 2021
d41c1b4
Update frame/uniques/src/lib.rs
gavofyork May 31, 2021
7353b34
Update frame/uniques/src/lib.rs
gavofyork May 31, 2021
f84688d
Update frame/uniques/src/lib.rs
gavofyork May 31, 2021
bd82d6e
Fixes
gavofyork May 31, 2021
dce127c
Merge branch 'gav-uniques' of github.com:paritytech/substrate into ga…
gavofyork May 31, 2021
ca0b97c
Update frame/uniques/README.md
gavofyork May 31, 2021
59dbd0f
Update frame/uniques/README.md
gavofyork May 31, 2021
2e36b5c
Update frame/uniques/README.md
gavofyork May 31, 2021
f50d089
Docs
gavofyork Jun 1, 2021
f240bc4
Bump
gavofyork Jun 1, 2021
765a780
Merge branch 'master' into gav-uniques
gavofyork Jun 1, 2021
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
Prev Previous commit
Next Next commit
Update frame/uniques/README.md
Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
  • Loading branch information
gavofyork and apopiak authored May 31, 2021
commit ca0b97c7fa6fcb5e6ef0c19a30cec0425b701198
2 changes: 1 addition & 1 deletion frame/uniques/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Uniques Module

A simple, secure module for dealing with fungible assets.
A simple, secure module for dealing with non-fungible assets.

## Overview

Expand Down