-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rlp-derive: unify license headers and prepare for publishing * unify changelog formats * parity-runtime: was published recently
- Loading branch information
Showing
28 changed files
with
83 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Changelog | ||
|
||
The format is based on [Keep a Changelog]. | ||
The format is based on [Keep a Changelog]. | ||
|
||
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ | ||
|
||
## [Unreleased] | ||
- License changed from MIT to dual MIT/Apache2. [#342](https://github.com/paritytech/parity-common/pull/342) | ||
|
||
### Added | ||
- uint error type is re-exported (https://github.com/paritytech/parity-common/pull/244) | ||
- Uint error type is re-exported. [#244](https://github.com/paritytech/parity-common/pull/244) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Changelog | ||
|
||
The format is based on [Keep a Changelog]. | ||
|
||
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ | ||
|
||
## [Unreleased] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# Changelog | ||
|
||
The format is based on [Keep a Changelog]. | ||
The format is based on [Keep a Changelog]. | ||
|
||
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ | ||
|
||
## [Unreleased] | ||
- License changed from GPL3 to dual MIT/Apache2. [#342](https://github.com/paritytech/parity-common/pull/342) | ||
|
||
## [0.5.0] - 2020-02-08 | ||
- Remove `inv()` from `SecretKey` (breaking) (https://github.com/paritytech/parity-common/pull/258) | ||
- `Generate::generate()` does not return error (https://github.com/paritytech/parity-common/pull/258) | ||
- `Secp256k1` is no longer exported (https://github.com/paritytech/parity-common/pull/258) | ||
- Remove `public_is_valid()` as it is now impossible to create invalid public keys (https://github.com/paritytech/parity-common/pull/258) | ||
- 0-valued `Secp::Message`s are disallowed (signatures on them are forgeable for all keys) (https://github.com/paritytech/parity-common/pull/258) | ||
- Switch to upstream `rust-secp256k1` at v0.17.2 (https://github.com/paritytech/parity-common/pull/258) | ||
- make `rustc_hex` dependency optional (https://github.com/paritytech/parity-common/pull/337) | ||
- Remove `inv()` from `SecretKey` (breaking). [#258](https://github.com/paritytech/parity-common/pull/258) | ||
- `Generate::generate()` does not return error. [#258](https://github.com/paritytech/parity-common/pull/258) | ||
- `Secp256k1` is no longer exported. [#258](https://github.com/paritytech/parity-common/pull/258) | ||
- Remove `public_is_valid()` as it is now impossible to create invalid public keys. [#258](https://github.com/paritytech/parity-common/pull/258) | ||
- 0-valued `Secp::Message`s are disallowed (signatures on them are forgeable for all keys). [#258](https://github.com/paritytech/parity-common/pull/258) | ||
- Switch to upstream `rust-secp256k1` at v0.17.2. [#258](https://github.com/paritytech/parity-common/pull/258) | ||
- make `rustc_hex` dependency optional. [#337](https://github.com/paritytech/parity-common/pull/337) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Changelog | ||
|
||
The format is based on [Keep a Changelog]. | ||
|
||
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ | ||
|
||
## [Unreleased] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Changelog | ||
|
||
The format is based on [Keep a Changelog]. | ||
The format is based on [Keep a Changelog]. | ||
|
||
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ | ||
|
||
## [Unreleased] | ||
- License changed from MIT to dual MIT/Apache2. [#342](https://github.com/paritytech/parity-common/pull/342) | ||
|
||
## [0.2.2] - 2019-10-24 | ||
- Migrated to 2018 edition (https://github.com/paritytech/parity-common/pull/213) | ||
- Migrated to 2018 edition. [#213](https://github.com/paritytech/parity-common/pull/213) | ||
### Dependencies | ||
- Updated dependencies (https://github.com/paritytech/parity-common/pull/239) | ||
- Updated dependencies. [#239](https://github.com/paritytech/parity-common/pull/239) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ quote = "1.0.2" | |
proc-macro2 = "1.0.8" | ||
|
||
[dev-dependencies] | ||
rlp = "0.4.0" | ||
rlp = "0.4.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Changelog | ||
|
||
The format is based on [Keep a Changelog]. | ||
The format is based on [Keep a Changelog]. | ||
|
||
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ | ||
|
||
## [Unreleased] | ||
|
||
## [0.4.4] - 2019-11-20 | ||
### Added | ||
- Method `Rlp::at_with_offset` (https://github.com/paritytech/parity-common/pull/269) | ||
- Method `Rlp::at_with_offset`. [#269](https://github.com/paritytech/parity-common/pull/269) | ||
|
||
## [0.4.3] - 2019-10-24 | ||
### Dependencies | ||
- Updated dependencies (https://github.com/paritytech/parity-common/pull/239) | ||
- Updated dependencies. [#239](https://github.com/paritytech/parity-common/pull/239) | ||
### Fixed | ||
- Fixed nested unbounded lists (https://github.com/paritytech/parity-common/pull/203) | ||
- Fixed nested unbounded lists. [#203](https://github.com/paritytech/parity-common/pull/203) | ||
### Added | ||
- Added no-std support (https://github.com/paritytech/parity-common/pull/206) | ||
- Added no-std support. [#206](https://github.com/paritytech/parity-common/pull/206) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Changelog | ||
|
||
The format is based on [Keep a Changelog]. | ||
The format is based on [Keep a Changelog]. | ||
|
||
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ | ||
|
||
## [Unreleased] | ||
- License changed from GPL3 to dual MIT/Apache2. [#342](https://github.com/paritytech/parity-common/pull/342) | ||
|
||
## [0.1.2] - 2019-10-24 | ||
- Migrated to 2018 edition (https://github.com/paritytech/parity-common/pull/232) | ||
- Migrated to 2018 edition. [#232](https://github.com/paritytech/parity-common/pull/232) | ||
### Dependencies | ||
- Updated dependencies (https://github.com/paritytech/parity-common/pull/239) | ||
- Updated dependencies. [#239](https://github.com/paritytech/parity-common/pull/239) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Changelog | ||
|
||
The format is based on [Keep a Changelog]. | ||
The format is based on [Keep a Changelog]. | ||
|
||
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ | ||
|
||
## [Unreleased] | ||
- License changed from GPL3 to dual MIT/Apache2. [#342](https://github.com/paritytech/parity-common/pull/342) | ||
|
||
## [2.0.2] - 2019-10-24 | ||
- Updated to 2018 edition idioms (https://github.com/paritytech/parity-common/pull/237) | ||
- Updated to 2018 edition idioms. [#237](https://github.com/paritytech/parity-common/pull/237) | ||
### Dependencies | ||
- Updated dependencies (https://github.com/paritytech/parity-common/pull/239) | ||
- Updated dependencies. [#239](https://github.com/paritytech/parity-common/pull/239) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# Changelog | ||
|
||
The format is based on [Keep a Changelog]. | ||
The format is based on [Keep a Changelog]. | ||
|
||
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ | ||
|
||
## [Unreleased] | ||
- License changed from GPL3 to dual MIT/Apache2. [#342](https://github.com/paritytech/parity-common/pull/342) | ||
|
||
## [0.8.2] - 2019-12-15 | ||
- Added no-std support (https://github.com/paritytech/parity-common/pull/280) | ||
- Added no-std support. [#280](https://github.com/paritytech/parity-common/pull/280) | ||
## [0.8.1] - 2019-10-24 | ||
- Migrated to 2018 edition (https://github.com/paritytech/parity-common/pull/214) | ||
- Migrated to 2018 edition. [#214](https://github.com/paritytech/parity-common/pull/214) | ||
### Dependencies | ||
- Updated dependencies (https://github.com/paritytech/parity-common/pull/239) | ||
- Updated dependencies. [#239](https://github.com/paritytech/parity-common/pull/239) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# Changelog | ||
|
||
The format is based on [Keep a Changelog]. | ||
The format is based on [Keep a Changelog]. | ||
|
||
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ | ||
|
||
## [Unreleased] | ||
|
||
## [0.8.2] - 2019-10-24 | ||
### Fixed | ||
- Fixed 2018 edition imports (https://github.com/paritytech/parity-common/pull/237) | ||
- Removed `uninitialized` usage (https://github.com/paritytech/parity-common/pull/238) | ||
- Fixed 2018 edition imports. [#237](https://github.com/paritytech/parity-common/pull/237) | ||
- Removed `uninitialized` usage. [#238](https://github.com/paritytech/parity-common/pull/238) | ||
### Dependencies | ||
- Updated dependencies (https://github.com/paritytech/parity-common/pull/239) | ||
- Updated dependencies. [#239](https://github.com/paritytech/parity-common/pull/239) | ||
### Changed | ||
- Modified AsRef impl (https://github.com/paritytech/parity-common/pull/196) | ||
- Modified AsRef impl. [#196](https://github.com/paritytech/parity-common/pull/196) |