Skip to content
Snippets Groups Projects
Select Git revision
  • dev
  • release/1.9.1 protected
  • pini-1.8-docker
  • pini-sync-onlypeers
  • duniter-v2s-issue-123-industrialize-releases
  • feature/build-aarch64-nodejs16
  • release/1.8 protected
  • pini-docker
  • ci_tags
  • fix/1448/1.8/txs_not_stored
  • feature/node-20
  • fix/1441/node_summary_with_storage
  • fix/1442/improve_bma_tx_history
  • feature/wotwizard-1.8
  • release/1.9 protected
  • 1.7 protected
  • feature/docker-set-latest protected
  • feature/fast-docker-build-1.8.4
  • fast-docker-build protected
  • feature/dump-distance
  • v1.8.7 protected
  • v1.8.7-rc4 protected
  • v1.8.7-rc3 protected
  • v1.8.7-rc2 protected
  • v1.8.7-rc1 protected
  • v1.8.6 protected
  • v1.7.23 protected
  • v1.8.5 protected
  • v1.8.4 protected
  • v1.8.3 protected
  • v1.8.2 protected
  • v1.8.1 protected
  • v1.8.0 protected
  • v1.8.0-rc1 protected
  • v1.8.0-beta5 protected
  • v1.8.0-beta4 protected
  • v1.8.0-beta3 protected
  • v1.8.0-beta2 protected
  • v1.8.0-beta protected
  • v1.7.21 protected
40 results

CHANGELOG.md

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.

    CHANGELOG

    Unreleased - ReleaseDate

    1.8.0 - 2020-03-12

    Highlights

    • Migrate to Nodejs v10
    • Oxidation (=Migration to Rust) beginning via Neon binding:
      • Migrate C/C++ modules: wotb and naclb

    Security

    • Update or remove security vulnerable dependencies @librelois

    Features

    • Migrate naclb to rust implementation dup-crypto-rs @librelois
    • Migrate wotb to rust implementation dubp-wot @librelois
    • #1373 (closed): Support for Nodejs v10 @c-geek @moul
    • Abstracting conf DAL to ConfDAO @c-geek
    • Remove ArchiveDAO, which is a LokiJS artifact @c-geek
    • Add to an interface ServerDAO methods that could be used by external modules @c-geek
    • StatsDAL => replaced by LevelDB indexes @c-geek
    • Add --nocheck-issuer option to gen-* commands @c-geek

    Fixes

    • In case of wrong network configuration, Duniter could crash on startup @c-geek
    • /branches should not throw if current block does not exist @c-geek

    Refactoring

    CI

    Documentation

    Thanks @librelois, @c-geek, @sveyret, @moul, @vtexier

    v1.7.21: (12th Feb 2020)

    • #1394 (closed): Former member back in the WoT with only 4 certifiers

    @c-geek

    v1.7.20: (28th Jan 2020)

    @c-geek @librelois

    v1.7.19: (28th May 2019)

    • #1379 (closed): prevent expired membership documents to reach the mempool
    • #1380 (closed): prevent expired certifications to reach the mempool

    @c-geek

    v1.7.18: (2nd May 2019)

    Code

    Thanks @moul, @c-geek, @jytou

    v1.7.17 (28th April 2019)

    CI/CD

    • Fix artifactory process: move to a minimalist jinja2 Docker image
    • Trigger integration stages pipeline only when code changes
    • Set releases:x64 artifacts to expire after six months

    Code

    Other

    • Upgrade outdated dependencies: morgan, seedrandom, socks-proxy, and tail
    • Update README.md
    • Add initial CHANGELOG.md for releases from v1.7.15

    Thanks @moul, @c-geek, @Tuxicoman

    v1.7.16 (6th April 2019)

    Hotfix release for Ğ1

    Thanks @moul, @c-geek, @jytou

    v1.7.15 (4th April 2019)

    Hotfix /tx/history/ broken since 1.7 release

    • #1350 (closed), !1276 (merged): Time of transactions not being saved on SQLite table
    • Integration tests for transaction history and transaction history with times filters
    • dump-ww: use file copy + semaphore to trigger the copy

    Thanks @bpresles, @c-geek

    v1.7.14 (29th March 2019)

    • … To be completed