git.delta.rocks / unique-network / refs/commits / c231b0301158

difftreelog

Merge pull request #4 from lzadjsf/core-ci-step-2

Alex2022-08-02parents: #0b47f7a #5b4393f.patch.diff
in: master
Added draft pipeline for master branch.

2 files changed

added.github/workflows/build-test-master.ymldiffbeforeafterboth

no changes

modifiedpallets/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.