-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into metamorph-cleanup
- Loading branch information
Showing
100 changed files
with
3,568 additions
and
597 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
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 |
---|---|---|
|
@@ -13,4 +13,6 @@ cov.out | |
gosec-report.json | ||
.scannerwork | ||
gotest.out | ||
report.xml | ||
report.xml | ||
init_env.sh | ||
background_jobs/config.yaml |
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,53 @@ | ||
# CHANGELOG | ||
|
||
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## Table of Contents | ||
|
||
- [Unreleased](#unreleased) | ||
- [1.0.0 - YYYY-MM-DD](#100---yyyy-mm-dd) | ||
|
||
## [Unreleased] | ||
|
||
### Changed | ||
- BREAKING CHANGE: The Merkle Path Binary format previously calculated and stored in BlockTx has been updated to a new standard encoding format referred to as BUMP and detailed here: [BRC-74](https://brc.dev/74). This means that the BlockTx database ought to be dumped prior to updating to using this version, since the structs are incompatible. | ||
|
||
### Deprecated | ||
- This has the effect of deprecating the previously used Merkle Path Binary format detailed here: [BRC-71](https://brc.dev/71) which is not used anywhere else in the ecosystem to our knowledge. | ||
|
||
--- | ||
|
||
## [1.0.0] - YYYY-MM-DD | ||
|
||
### Added | ||
- Initial release | ||
|
||
--- | ||
|
||
### Template for New Releases: | ||
|
||
Replace `X.X.X` with the new version number and `YYYY-MM-DD` with the release date: | ||
|
||
``` | ||
## [X.X.X] - YYYY-MM-DD | ||
### Added | ||
- | ||
### Changed | ||
- | ||
### Deprecated | ||
- | ||
### Removed | ||
- | ||
### Fixed | ||
- | ||
### Security | ||
- | ||
``` | ||
|
||
Use this template as the starting point for each new version. Always update the "Unreleased" section with changes as they're implemented, and then move them under the new version header when that version is released. |
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.