* feat: setNesting api change
* fix: change restricted collections to addresses instead of ids
* feat: all in one create collection method
* fix: code review requests
* feat: use struct for create_collection flags
* fix: update evm-coder dependency
* fix: code review requests
* fix: change pending_sponsor to optional cross address
* feat: forbid user from using flags
* refactor: deduplicate CollectionFlags struct
* fix: eth CollectionMode should be NFT
* style: fix clippy warning
* fix: disable eth create_collection
---------
Gregory Simonov 2023-08-16 #20ac01d
Forbid warnings
Yaroslav Bolyukin 2023-08-15 #950d276
Send value to contract with evm call
Yaroslav Bolyukin 2023-06-30 #1ecd8fc
- Merge pull request #954 from UniqueNetwork/feature/update_market_v2_contract
Yaroslav Bolyukin 2023-06-29 #1913bf6
* fix: set prop for not existed token
* optimize token checking
* remove comments
* test(token properties): on token non-existence
* fix PR comments
* rename value
* refactor(modify token properties): readability + grammar
* revert: unused import used for try-runtime
* fix prop permission check
* Add self_mint flag
* Add LazyValue
* fix tests
* fix unit tests
* fix docker
* fix mintCross sponsoring
* Generalize next_token_id
* fix: set sponsored properties
---------
bugrazoid 2023-06-14 #e1f20e1