Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Consensys/linea-besu-upstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository Archived

Follow the new workflow at https://github.com/Consensys/linea-monorepo/blob/main/docs/linea-besu-package-releases.md

Linea Besu Upstream Distribution

Github workflows to create and publish upstream Besu build for Linea.

This will replace Linea-Besu fork. The Linea-Besu distribution and maven packages created by this repo will be utilized by:

Release Process

Modify version.env file and merge to main branch to trigger the release process. The LINEA_BESU_VERSION in version.env file will be used to tag the release.

Accessing the Maven artifacts

Gradle Setup

Enable Cloudsmith repository in your build.gradle file:

repositories {
  maven {
    url "https://artifacts.consensys.net/public/linea-besu/maven/"
  }
}

Declare the relevant dependencies in your build.gradle file:

dependencies {
  implementation 'org.hyperledger.besu.internal:platform:<version>'
  implementation 'org.hyperledger.besu.internal:evmtool:<version>'
}

Accessing the distribution

The relevant tar.gz distribution can be downloaded from the following link:

https://github.com/Consensys/linea-besu-upstream/releases/download/<version>/besu-<version>.tar.gz

See the Github Releases for all available versions.

About

Github workflows to create and publish upstream Besu build for Linea

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages