git.delta.rocks / unique-network / refs/commits / 293d68a70153

difftreelog

Merge pull request #491 from UniqueNetwork/fix/common-constants-and-changelog

Yaroslav Bolyukin2022-08-15parents: #b1129f6 #c986696.patch.diff
in: master
Fix/common constants and changelog

6 files changed

deletedruntime/common/CHANGELOG.mddiffbeforeafterboth
--- a/runtime/common/CHANGELOG.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# Change Log
-
-All notable changes to this project will be documented in this file.
-
-## [0.9.25] - 2022-07-14
-
-### Added
-
- - 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. 
-
-
- 
\ No newline at end of file
deletedruntime/common/constants.rsdiffbeforeafterboth

no changes

modifiedruntime/common/mod.rsdiffbeforeafterboth
--- a/runtime/common/mod.rs
+++ b/runtime/common/mod.rs
@@ -15,7 +15,6 @@
 // along with Unique Network. If not, see <http://www.gnu.org/licenses/>.
 
 pub mod config;
-pub mod constants;
 pub mod construct_runtime;
 pub mod dispatch;
 pub mod ethereum;
addedruntime/opal/CHANGELOG.mddiffbeforeafterboth
--- /dev/null
+++ b/runtime/opal/CHANGELOG.md
@@ -0,0 +1,3 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
addedruntime/quartz/CHANGELOG.mddiffbeforeafterboth
--- /dev/null
+++ b/runtime/quartz/CHANGELOG.md
@@ -0,0 +1,3 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
addedruntime/unique/CHANGELOG.mddiffbeforeafterboth
--- /dev/null
+++ b/runtime/unique/CHANGELOG.md
@@ -0,0 +1,3 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.