git.delta.rocks / unique-network / refs/commits / 3a3be8f24ac9

difftreelog

source

pallets/refungible/CHANGELOG.md755 Bsourcehistory
1# Change Log23All notable changes to this project will be documented in this file.45## [v0.2.0] - 2022-08-016### Deprecated7- `ItemData`8- `TokenData`910## [v0.1.2] - 2022-07-141112### Other changes1314feat(refungible-pallet): add ERC-20 EVM API for RFT token pieces ([#413](https://github.com/UniqueNetwork/unique-chain/pull/413))15test(refungible-pallet): add tests for ERC-20 EVM API for RFT token pieces ([#413](https://github.com/UniqueNetwork/unique-chain/pull/413))1617## [v0.1.1] - 2022-07-1418### Added19- Support for properties for RFT collections and tokens.2021### Other changes2223- feat: RPC method `token_owners` returning 10 owners in no particular order.2425This was an internal request to improve the web interface and support fractionalization event.