Releases: duniter/duniter-currency-monit
Plugin 0.2.10
Integration of wotex module ! (and add french traduction)
Plugin 0.2.9
- add cgeek PR feature :
membership
column - willMembers page : add cache and fix background colors
- monetaryMass page : fix minors bug
Warning: only tar.gz format works ! Don't use zip format.
If you use web-ui, install it very easy:
- go to localhost:9220/#/main/settings/modules
and at the foot of page enter:
https://github.com/duniter/duniter-currency-monit/archive/module-0.2.9.tar.gz
then clik to button INSTALL THIS MODULE
- restart your duniter node
If you don't use web-ui:
- download and uncompress archive at the location of your choice
- plug the plugin to your duniter node:
duniter plug https://github.com/duniter/duniter-currency-monit/archive/module-0.2.9.tar.gz
- Stop your duniter node and restart it in the following method:
duniter currency-monit [host] [port]
then visit localhost:10500
Plugin 0.2.6
fix bug in distance rule evaluation
Plugin 0.2.4
add cgeek PR features : Distance field, dynamic Wotex, UID link
Plugin 0.2.2
Compliance with Duniter 1.3.9+
Warning : only tar.gz format works ! Don't use zip format.
Plugin 0.1
This release is the first operational plugin. You can use your own g1-monit in your duniter node !
The old format "specialize node" will not be any more maintained. Current open issues will be fixed in the future module releases.
If you use web-ui, install it very easy :
-
go to localhost:9220/#/main/settings/modules
and at the foot of page enter :https://github.com/duniter/duniter-currency-monit/archive/module-0.1.tar.gz
then clik to button INSTALL THIS MODULE
-
stop your duniter node
-
Start your duniter node in direct mode :
duniter direct_webstart
then click to the "Ğune Monit" icon in your web-ui.
If you don't use web-ui :
-
download and uncompress archive at the location of your choice
-
plug the plugin to your duniter node :
duniter plug duniter plug file:///patch/to/your/location/duniter-currency-monit-module-beta
-
Stop your duniter node and restart it in the following method :
duniter currency-monit
then visit localhost:10500
Currency-Monit plugin
If you use web-ui, install it very easy :
-
go to localhost:9220/#/main/settings/modules
and at the foot of page enter :https://github.com/duniter/duniter-currency-monit/archive/module-beta.tar.gz
then clik to button INSTALL THIS MODULE
-
stop your duniter node
-
Start your duniter node in direct mode :
duniter direct_webstart
then visit localhost:10500/currency-monit/
If you don't use web-ui :
-
download and uncompress archive at the location of your choice
-
plug the plugin to your duniter node :
duniter plug duniter plug file:///patch/to/your/location/duniter-currency-monit-module-beta
-
Stop your duniter node and restart it in the following method :
duniter currency-monit
then visit localhost:10500/currency-monit/
Version 0.3.0
page pubkeyBalance :
- refonte totale de l'algorithme de la page pubkeyBalance
- affichage des mouvements de dépenses et recettes sur chaque étape de la période (la longueur de l'étape dépend des paramètres step et stepUnit)
- gestion totale des mauvaises valeurs de begin et end
- solde correct quelque soit la valeur de begin
- mise en cache pour un chargement plus rapide (moins de 3sec quelque soit l'historique de la clé)
- reconnaissance directe d'un uid dans le champ pubkey
page membersCount :
- affichage du nombre de membres référents
- affichage du nombre moyens de membres calculateurs de blocs sur chaque étape de la période (la longueur de l'étape dépend des paramètres step et stepUnit)
Version Majeure 0.2.2
Nouvelle version majeure de https://g1-monit.elois.org
La grande nouveauté c'est la page pubkeyBalance qui permet de visualiser graphiquement le solde de n’importe-quelle clé : https://g1-monit.elois.org/pubkeyBalance?lg=fr
Autre grande nouveauté sur la page blockCount, la possibilité d'avoir le détail des blocks calculés par nœud, pour les membres ayant plusieurs nœuds : https://g1-monit.elois.org/blockCount?lg=fr&data=nbBlocks&perNode=yes&significantPercent=3
D'autres petits changements intéressent, comme la conservation de la langue choisie lorsque naviguez d'une page a l'autre, c'est quand même plus confortable.
A ce propos, si vous souhaitez m'aider a améliorer corriger les textes ou ajouter des langues, c'est super facile, tout est dans le dossier lg : https://github.com/duniter/duniter-currency-monit/tree/master/lg
Bonne découverte :)