-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: garyschulte <[email protected]>
- Loading branch information
1 parent
edf732a
commit f4e5260
Showing
3 changed files
with
18 additions
and
7 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,16 @@ | ||
# Changelog | ||
|
||
## 0.1.2 | ||
Release 8 for 23.10.4-SNAPSHOT of linea-besu | ||
- changed default file name to toml [#476](https://github.com/ConsenSys/besu-sequencer-plugins/pull/476) | ||
- feat: implement `BIN` counting [#471](https://github.com/ConsenSys/besu-sequencer-plugins/pull/471) | ||
- Upgrade Linea Besu to 23.10.4-SNAPSHOT [#469](https://github.com/ConsenSys/besu-sequencer-plugins/pull/469) | ||
- fix: incorrect address comparison [#470](https://github.com/ConsenSys/besu-sequencer-plugins/pull/470) | ||
- fix: line count discrepancy [#468](https://github.com/ConsenSys/besu-sequencer-plugins/pull/468) | ||
|
||
## 0.1.1 | ||
Release for 23.10.3-SNAPSHOT of linea-besu | ||
|
||
## 0.1.0 | ||
- Initial build of besu-sequencer-plugins | ||
- uses 23.10.3-SNAPSHOT as linea-besu version |
This file was deleted.
Oops, something went wrong.
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,8 +1,8 @@ | ||
releaseVersion=0.1.2-SNAPSHOT | ||
releaseVersion=0.1.2 | ||
besuVersion=23.10.4-SNAPSHOT | ||
besuArtifactGroup=io.consensys.linea-besu | ||
distributionIdentifier=besu-sequencer-plugins | ||
distributionBaseUrl=https://artifacts.consensys.net/public/linea-besu/raw/names/linea-besu.tar.gz/versions/ | ||
# Specifies the JVM arguments used for the daemon process. | ||
# The setting is particularly useful for tweaking memory settings. | ||
org.gradle.jvmargs=-Xmx4096m | ||
org.gradle.jvmargs=-Xmx4096m |