-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
253 additions
and
136 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
## Unreleased | ||
|
||
## v0.1.0-dev.5 | ||
|
||
This is development pre-release. | ||
|
||
# Added | ||
- Implement the `CODESIZE` and `EXTCODESIZE` opcodes. | ||
|
||
# Changed | ||
- Include the full revive version in the contract metadata. | ||
|
||
# Fixed | ||
|
||
## v0.1.0-dev-4 | ||
|
||
This is development pre-release. | ||
|
||
# Added | ||
- Support the `ORIGIN` opcode. | ||
|
||
# Changed | ||
- Update polkavm to `v0.14.0`. | ||
- Enable the `a`, `fast-unaligned-access` and `xtheadcondmov` LLVM target features, decreasing the code size for some contracts. | ||
|
||
# Fixed |
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,11 @@ | ||
# Release checklist | ||
|
||
Prior to the first stable release we neither have formal release processes nor do we follow a fixed release schedule. | ||
|
||
To create a new pre-release: | ||
|
||
1. Merge a release PR which updates the `-dev.X` versions in the workspace `Cargo.toml` and updates the `CHANGELOG.md` accordingly | ||
2. Push a release tag to `main` | ||
3. Manually trigger the `Build revive-debian` action | ||
4. Create a __pre-release__ from the tag and manually upload the build artifact generated by the action | ||
5. Update the [contract-docs](https://github.com/paritytech/contract-docs/) accordingly |
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
Oops, something went wrong.