Skip to content

Releases: duniter/duniter-currency-monit

Plugin 0.2.10

29 Jun 17:41
Compare
Choose a tag to compare
Plugin 0.2.10 Pre-release
Pre-release

Integration of wotex module ! (and add french traduction)

Plugin 0.2.9

27 Jun 15:50
Compare
Choose a tag to compare
Plugin 0.2.9 Pre-release
Pre-release
  • 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:

  1. 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

  1. restart your duniter node

If you don't use web-ui:

  1. download and uncompress archive at the location of your choice
  2. plug the plugin to your duniter node:
duniter plug https://github.com/duniter/duniter-currency-monit/archive/module-0.2.9.tar.gz
  1. Stop your duniter node and restart it in the following method:
duniter currency-monit [host] [port]

then visit localhost:10500

Plugin 0.2.6

20 Jun 20:11
Compare
Choose a tag to compare
Plugin 0.2.6 Pre-release
Pre-release

fix bug in distance rule evaluation

Plugin 0.2.4

20 Jun 16:22
Compare
Choose a tag to compare
Plugin 0.2.4 Pre-release
Pre-release

add cgeek PR features : Distance field, dynamic Wotex, UID link

Plugin 0.2.2

14 Jun 13:14
Compare
Choose a tag to compare

Compliance with Duniter 1.3.9+

Warning : only tar.gz format works ! Don't use zip format.

Plugin 0.1

07 Jun 23:32
Compare
Choose a tag to compare

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 :

  1. 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

  1. stop your duniter node

  2. 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 :

  1. download and uncompress archive at the location of your choice

  2. plug the plugin to your duniter node :

    duniter plug duniter plug file:///patch/to/your/location/duniter-currency-monit-module-beta

  3. Stop your duniter node and restart it in the following method :

    duniter currency-monit

then visit localhost:10500

Currency-Monit plugin

07 Jun 16:05
Compare
Choose a tag to compare
Currency-Monit plugin Pre-release
Pre-release

If you use web-ui, install it very easy :

  1. 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

  1. stop your duniter node

  2. Start your duniter node in direct mode :

    duniter direct_webstart

then visit localhost:10500/currency-monit/

If you don't use web-ui :

  1. download and uncompress archive at the location of your choice

  2. plug the plugin to your duniter node :

    duniter plug duniter plug file:///patch/to/your/location/duniter-currency-monit-module-beta

  3. Stop your duniter node and restart it in the following method :

    duniter currency-monit

then visit localhost:10500/currency-monit/

Version 0.3.0

19 May 17:11
Compare
Choose a tag to compare

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

12 May 18:05
Compare
Choose a tag to compare

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 :)