git.delta.rocks / unique-network / refs/commits / 5da2ac33955b

difftreelog

source

pallets/common/CHANGELOG.md2.5 KiBsourcehistory
1# Change Log23All notable changes to this project will be documented in this file.45<!-- bureaucrate goes here -->6## [0.1.14] - 2023-04-1978- ### Fixed910- Useless `on_runtime_upgrade()` has been removed1112## [0.1.14] - 2023-03-281314### Added1516- Added benchmark to check if user is contained in AllowList (`check_accesslist()`).1718## [0.1.13] - 2023-01-201920### Changed2122- Behavior of the `CommonWeightInfo::create_item` method.2324## [0.1.12] - 2022-11-162526### Changed2728- Behavior of the `setCollectionLimit` method.29  Removed method overload: single signature `(string, uint256)`30  is used for both cases.3132## [0.1.11] - 2022-11-123334### Changed3536- In the `Collection` solidity interface,37  the `allowed` function has been renamed to `allow_listed_cross`.38  Also `EthCrossAccount` type is now used as `user` arg.3940## [0.1.10] - 2022-11-024142### Changed4344- Use named structure `EthCrossAccount` in eth functions.4546## [0.1.9] - 2022-10-134748## Added4950- EVM event for `destroy_collection`.5152## [0.1.8] - 2022-08-245354## Added5556- Eth methods for collection57  - set_collection_sponsor_substrate58  - has_collection_pending_sponsor59  - remove_collection_sponsor60  - get_collection_sponsor61- Add convert function from `uint256` to `CrossAccountId`.6263## [0.1.7] - 2022-08-196465### Added6667- Add convert funtion from `CrossAccountId` to eth `uint256`.6869## [0.1.6] - 2022-08-167071### Added7273- New Ethereum API methods: changeOwner, changeOwner(Substrate) and verifyOwnerOrAdmin(Substrate).7475## [v0.1.5] 2022-08-167677### Other changes7879- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a8081- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf88283- refactor: Switch to new prefix removal methods 26734e9567589d75cdd99e404eabf11d5a97d9758485New methods allows to call `remove_prefix` with limit multiple times86in the same block87However, we don't use prefix removal limits, so upgrade is88straightforward8990Upstream-Change: <https://github.com/paritytech/substrate/pull/11490>9192- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b9394## [0.1.3] - 2022-07-259596### Add9798- Some static property keys and values.99100## [0.1.2] - 2022-07-20101102### Fixed103104- Some methods in `#[solidity_interface]` for `CollectionHandle` had invalid105  mutability modifiers, causing invalid stub/abi generation.106107## [0.1.1] - 2022-07-14108109### Added110111- Implementation of RPC method `token_owners` returning 10 owners in no particular order.112  This was an internal request to improve the web interface and support fractionalization event.