You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed a bug in hybrid-storage layer where blocks were not correctly set as confirmed once they were actually so.
5
+
6
+
**Web**
7
+
* Fixed a bug in embedded web-server where some users were not able to use the interface.
8
+
* Updated web-site tempaltes which reflects newest API changes.
9
+
10
+
**Storage**
11
+
* Fixed a bug in migration-manager where if it couldn't connect to MySQL would cause program to crash & terminate.
12
+
13
+
**API**
14
+
* Improved pool API.
15
+
16
+
**Pools**
17
+
* Pools can now determine if connection to coin network is healthy.
18
+
* Fixed hashrate calculation bug.
19
+
20
+
**Jobs**
21
+
* JobTracker can now clean expired jobs.
22
+
23
+
**Configuration**
24
+
* Moved config.json "website:stats" section to upper level and renamed as "statistics". You have to apply the change to your existing config.json file!
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ You can send tips and furher support the project or get tips for contributing by
56
56
57
57
### Status
58
58
59
-
[v0.1.4 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.4-alpha) released
59
+
[v0.1.5 alpha](https://github.com/CoiniumServ/CoiniumServ/releases/tag/v0.1.5-alpha) released
60
60
61
61
### Features
62
62
@@ -122,7 +122,7 @@ CoiniumServ supports storage layer interfaces that you can extend to implement y
122
122
*__MPOS Layer__: a compatibility layer based on mysql that supports MPOS whenever you want payments to be handled by MPOS.
123
123
124
124
###### Development Model
125
-
*Strictly [follows](https://github.com/CoiniumServ/CoiniumServ/tree/develop/src/Tests) the [Test Driven Development](http://en.wikipedia.org/wiki/Test-driven_development) model. We have implemented extensive [tests](https://github.com/CoiniumServ/CoiniumServ/tree/develop/src/Tests) for all important functionality and never merge in code that breaks tests and stuff. Yet again, when a new functionality is introduced we also expect proper tests to be implemented within the PR. In simple words, most probably you won't notice any functionality-breaking changes within the repository.
125
+
* We have implemented extensive [tests](https://github.com/CoiniumServ/CoiniumServ/tree/develop/src/Tests) for all important functionality and never merge in code that breaks tests and stuff. Yet again, when a new functionality is introduced we also expect proper tests to be implemented within the PR. In simple words, most probably you won't notice any functionality-breaking changes within the repository.
126
126
* A strict ruleset for the [Development Model](https://github.com/CoiniumServ/CoiniumServ/wiki/Development-Model). You can follow our bleeding-edge [Develop](https://github.com/CoiniumServ/CoiniumServ) branch or stay with-in the stable [Master](https://github.com/CoiniumServ/CoiniumServ/tree/master) branch.
0 commit comments