Skip to content

Commit

Permalink
Changelog and codecov changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 9, 2020
1 parent 55519da commit 1cb3ab6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Change Log
==========

v0.1.0-rc.1
-----------

### Breaking changes:
- RGB protocol & schema versioning with feature bits
- Consignment versioning
- Changed Bech32 encodings of RGB data structures; added deflation encoding
- Implemented RGB public state extensions
- Refactored LNP addressing and it's encoding
- Completed Tor v2 and v3 addresses support
- RGB data structures naming refactoring
- Changed bulletproofs commitments which will enable future aggregation
- Introduced Chain and ChainParam types instead of old network versioning

### Other changes:
- Test coverage >70%
- Code docs >50%

v0.1.0-beta.4
-------------

Expand Down
7 changes: 6 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ coverage:
precision: 1
round: nearest
range: "0...95"
# TODO: Update codecov default requirements after v0.1 release
status:
project:
default:
target: 0% # TODO: Update it in the future after first release
target: 0%
threshold: 1%
patch:
default:
target: 0%
threshold: 1%

0 comments on commit 1cb3ab6

Please sign in to comment.