difftreelog
Merge pull request #4 from lzadjsf/core-ci-step-2
in: master
Added draft pipeline for master branch.
2 files changed
.github/workflows/build-test-master.ymldiffbeforeafterbothno changes
pallets/common/CHANGELOG.mddiffbeforeafterboth--- a/pallets/common/CHANGELOG.md
+++ b/pallets/common/CHANGELOG.md
@@ -2,11 +2,13 @@
All notable changes to this project will be documented in this file.
-## [0.1.1] - 2022-07-14
+## [0.1.3] - 2022-07-25
+### Add
+- Some static property keys and values.
-### Added
+## [0.1.2] - 2022-07-20
- - Implementation of RPC method `token_owners` returning 10 owners in no particular order.
- This was an internal request to improve the web interface and support fractionalization event.
+### Fixed
-
\ No newline at end of file
+- Some methods in `#[solidity_interface]` for `CollectionHandle` had invalid
+ mutability modifiers, causing invalid stub/abi generation.