Release 0.62.0
v0.62.0 (16th March 2021)
This release breaks backward compatibility !
BEFORE
-
bma.network.peers
was pointing to/network/peering/peers
request
AFTER
-
bma.network.peers
point to/network/peers
request -
bma.network.peering_peers
point to/network/peering/peers
request
Features
- #141 (closed) Helper function to get best available nodes (for a real p2p client)
- #130 (closed) Allow building Block instance from local Duniter json
Fixes
- #143 (closed) Block : fix computed_inner_hash(), sign() and proof_of_work bug
- Fixed documentation version on new release
Development
-
#147 (closed) Support pylint v1.7.2 rule R0801
-
#118 (closed) Set up complete CI/CD pipeline
-
Thanks @vtexier, @moul, @matograine, @HugoTrentesaux
Edited by Vincent Texier
Merge request reports
Activity
Filter activity
changed milestone to %0.62.0
added 2 commits
added 13 commits
- e330a826 - [ci] #118 (closed): Set default Python version to 3.8 for the jobs
- 7a3012b3 - [ci] #118 (closed): Add tests jobs for Python from v3.6 to v3.9
- bde7eaa7 - [ci] #118 (closed): Move format, build, checks jobs into checks stage
- 9805fdba - [ci] #118 (closed): Split mypy and pylint jobs for more clarity and atomicity
- 3cee3217 - [ci] #118 (closed): Stop installing all dependencies into jobs for one dev dep:
- 3037bf7f - [ci] #118 (closed): Introduce code_changes for format, type, and lint jobs
- 05db60c4 - [ci] #118 (closed): Remove GitHub push in favor of GitLab mirroring feature
- 7185e8f1 - [lint] Remove duplicate network/ws2p/heads BMA path
- 03409f61 - [lint] Use duplicating duniterpy.api.bma.network.PEERING_SCHEMA
- 4d8c10d5 - Remove 'config' file
- 8165a183 - [doc] Improve README:
- cb22ed5f - [enh] Update CHANGELOG.md
- f64174b1 - 0.62.0
Toggle commit listThanks for fixing the mistake. I have the same commit hash 8165a183 on my local copy.
Please register or sign in to reply