ilionic

Results 12 issues of ilionic

Add weights especially with deep nested and [many] multi resource NFTs.

high prio
in-progress

* NFT renting * non-owned nesting. So, send your NFT into someone else’s NFT, they can equip it but not do much more with it, and you can pull it...

enhancement

Need to think about adding the ability to equip your NFTs into other people’s NFTs. Lots of use cases, no easy solution without intricate permissioning. * Alice owns Parent *...

enhancement
question

## Calls > The external dispatchable calls. i.e. The methods user can invoke by sending a transaction Auctions pallet. Should extend [**NFT Core**](https://hackmd.io/GNJXyhXnTJiXvg3X-r3l3Q) Should implement offchain worker to monitor auctions...

documentation
enhancement

### Problem: Currently `tx.market.placeStorageOrder` works only in a single transaction. When using in batch calls ( `tx.utility.batchAll` or `tx.utility.batch` ) order is stuck in "Pending" status. It makes bulk pinning...

Fixes https://github.com/rmrk-team/rmrk-substrate/issues/73

Based on [this](https://github.com/paritytech/substrate/pull/11796#discussion_r964537027) discussion in uniques and proposed [solution](https://github.com/paritytech/substrate/pull/12223) we should follow approach to make CollectionId as struct and runtime responsible for auto incrementing. Note: probably makes sense to implement...

Currently there few places utilising unbound recursion ( ie `lookup_root_owner` ). In order to follow best practices and implement proper benchmarking we need to bound recursive calls ( ideally avoid...

high prio
in-progress

notEqualTo validator in case two attributes shouldn’t be the equal

Great to see project written on Typescript. Would be possible to publish declaration file as well? Thanks