- Notifications
You must be signed in to change notification settings - Fork0
GoQuorum fork for ibet Network ⛓
License
LGPL-3.0, GPL-3.0 licenses found
Licenses found
BoostryJP/quorum
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project isGoQuorum fork foribet Network
This project is a fork of GoQuorum (and go-ethereum), and we decide which version of GoQuorum to adopt when developing each version and reflect those modules.In addition, it has been modified to be optimal for the ibet Network.
The version control policy of this project follows that of ibet-Network.
Currently, the ibet Network is built using a node client based on v24.4.0 of GoQuorum.However, it has been variously patched to be optimized for ibet Network. For example:
- The default block generation interval is set to 1 second.
- Fully supports Go 1.23 and applies new 3rd party packages from a security perspective.
- Made temporary fixes for bugs before they were fixed in the original GoQuorum.
Building quorum requires both a Go (version 1.23) and a C compiler.You can install them using your favourite package manager.Once the dependencies are installed, run
make geth
or, to build the full suite of utilities:
make all
The go-ethereum library (i.e. all code outside of thecmd
directory) is licensed under theGNU Lesser General Public License v3.0, alsoincluded in our repository in theCOPYING.LESSER
file.
The go-ethereum binaries (i.e. all code inside of thecmd
directory) is licensed under theGNU General Public License v3.0, also includedin our repository in theCOPYING
file.
Any project planning to use thecrypto/secp256k1
sub-module must use the specificsecp256k1 standalone library licensed under 3-clause BSD.
About
GoQuorum fork for ibet Network ⛓