Skip to content
Snippets Groups Projects
Commit 46df13e5 authored by Moul's avatar Moul
Browse files

[doc] Fix and improve changelog:

- v1.8.0 will be released in 2020
- Translate fr -> en
- Remove char breaking markdown generation Â
- Format, formulation
- Add BMA path
- elois -> librelois
parent 4c0b42b2
No related branches found
No related tags found
1 merge request!1311Fix/multiple small changes
# CHANGELOG # CHANGELOG
## v1.8.0 (XX XXXX 2019) ## v1.8.0 (XX XXXX 2020)
### Highlights ### Highlights
- Migration to Nodejs v10 - Migrate to Nodejs v10
- Beginning of Duniter's oxidation (=Migration to Rust) - Oxidation (=Migration to Rust) beginning via Neon binding:
- Migration des modules C/C++ `wotb` et `naclb` - Migrate C/C++ modules: `wotb` and `naclb`
- Migration of the cluster that computing the proof of work - Migrate Proof-of-Work cluster to Rust
### Security ### Security
- Updating or removing dependencies with security vulnerabilities @elois - Update or remove security vulnerable dependencies @librelois
### Features ### Features
- Migrate pow cluster on Rust @elois - Migrate PoW cluster to Rust @librelois
- migrate `naclb` to rust implementation `dup-crypto-rs` @elois - Migrate `naclb` to rust implementation `dup-crypto-rs` @librelois
- migrate `wotb` to rust implementation `dubp-wot` @elois - Migrate `wotb` to rust implementation `dubp-wot` @librelois
- #1373: Support for Nodejs v10 @c-geek @Moul - #1373: Support for Nodejs v10 @c-geek @Moul
- Abstracting conf DAL to ConfDAO @c-geek - Abstracting conf DAL to ConfDAO @c-geek
- Remove ArchiveDAO, which is a LokiJS artifact @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 - Add to an interface ServerDAO methods that could be used by external modules @c-geek
- StatsDAL => replaced by LevelDB indexes @c-geek - StatsDAL => replaced by LevelDB indexes @c-geek
- add `--nocheck-issuer` option to `gen-*` commands @c-geek - Add `--nocheck-issuer` option to `gen-*` commands @c-geek
### Fixes ### Fixes
...@@ -32,24 +32,25 @@ ...@@ -32,24 +32,25 @@
### Refactoring ### Refactoring
- Almost complete rewriting of the prover module @elois - Almost complete rewriting of the prover module @librelois
- #1372: `scryptb` removal @c-geek - #1372: `scryptb` dependency removal @c-geek
### CI ### CI
- Add dockerisation in Duniter CI @elois - Generate Duniter container from the CI/CD @librelois
- g1 and gt control hash has changed to add `replayable_on` @c-geek - g1 and gt control hashes have changed to add `replayable_on` @c-geek
### Documentation ### Documentation
- Import of [website documentation](https://duniter.org/en/wiki/duniter/) @elois - Import of [website documentation](https://duniter.org/en/wiki/duniter/) @librelois
- Restructuring the `doc/` directory @elois - `doc/` directory restructuration @librelois
- Removal of obsolete documentation @elois - Obsolete documentation removal @librelois
- Document `network/ws2p/heads` @vtexier - Document `network/ws2p/heads` BMA path @vtexier
- Document `wot/requirements-of-pending/<minsig>` BMA path @vtexier
Thanks @librelois, @c-geek, @vtexier, @Moul Thanks @librelois, @c-geek, @vtexier, @Moul
## v1.7.21: (12th Fev 2020) ## v1.7.21: (12th Feb 2020)
- #1394: Former member back in the WoT with only 4 certifiers - #1394: Former member back in the WoT with only 4 certifiers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment