Fork of plugeth with any needed changes for statediff plugin
Go to file
AusIV 60838d43f9
Merge pull request #74 from openrelayxyz/bugfix/resurrected-plugeth-readme
A resurrected and sligtly altered version of the project README
2023-04-11 15:39:31 -05:00
.circleci Pin specific version of go build container 2022-12-30 11:36:01 -06:00
.github Merge commit 'a38f41085' into merge/geth-v1.11.5 2023-03-21 08:39:16 -07:00
accounts trie, accounts/abi: add error-checks (#26914) 2023-03-17 06:19:51 -04:00
beacon/engine beacon/engine: don't omit empty withdrawals in ExecutionPayloadBodies (#26698) 2023-03-07 16:30:04 +01:00
build build: update to go 1.20.2 (#26824) 2023-03-07 18:16:21 +01:00
cmd Merge commit 'a38f41085' into merge/geth-v1.11.5 2023-03-21 08:39:16 -07:00
common core/vm: use golang native big.Int (#26834) 2023-03-08 13:12:53 -05:00
consensus consensus: improve consensus engine definition (#26871) 2023-03-16 15:34:25 -04:00
console cmd, eth, node: deprecate personal namespace (#26390) 2023-02-02 13:52:19 +02:00
contracts/checkpointoracle contracs/checkpointoracle: fix directives (#24944) 2022-05-30 14:45:27 +02:00
core Merge commit 'a38f41085' into merge/geth-v1.11.5 2023-03-21 08:39:16 -07:00
crypto all: remove deprecated uses of math.rand (#26710) 2023-02-16 14:36:58 -05:00
docs docs/postmortems: remove wrong parentheses (#26066) 2022-11-01 14:50:03 +01:00
eth Merge commit 'a38f41085' into merge/geth-v1.11.5 2023-03-21 08:39:16 -07:00
ethclient ethclient: fix panic when requesting missing blocks (#26817) 2023-03-07 05:21:23 -05:00
ethdb core/rawdb, ethdb/pebble: disable pebble on openbsd (#26801) 2023-03-03 12:05:00 +02:00
ethstats ethstats: set readlimit on ethstats server connection (#26207) 2022-11-17 15:33:03 +01:00
event README, go.mod, event, internal/version: bump min Go to 1.19 (#26803) 2023-03-03 12:24:09 +02:00
graphql all: change chain head markers from block to header (#26777) 2023-03-02 08:29:15 +02:00
internal internal/ethapi: avoid int overflow in GetTransactionReceipt (#26911) 2023-03-16 23:53:39 +01:00
les core, core/types: plain Message struct (#25977) 2023-03-09 14:19:12 +01:00
light core, core/types: plain Message struct (#25977) 2023-03-09 14:19:12 +01:00
log log: improve documentation (#26753) 2023-02-22 07:39:41 -05:00
metrics metrics: improve accuracy of CPU gauges (#26793) 2023-03-07 00:29:48 +01:00
miner core, miner: revert block gas counter in case of invalid transaction (#26799) 2023-03-07 05:23:52 -05:00
node core/rawdb, node: use standalone flock dependency (#26633) 2023-02-23 09:11:50 +02:00
p2p p2p/discover: pass invalid discv5 packets to Unhandled channel (#26699) 2023-03-14 12:40:40 +01:00
params params: go-ethereum v1.11.5 stable 2023-03-21 09:03:04 +01:00
plugins Manual touches to preserve compatability of other networks with utils as well as fix a failing test in core/rawdb. 2023-02-21 10:29:25 -08:00
rlp rlp: support for uint256 (#26898) 2023-03-17 06:51:55 -04:00
rpc Merge commit 'a38f41085' into merge/geth-v1.11.5 2023-03-21 08:39:16 -07:00
signer signer/core: accept all solidity primitive types for EIP-712 signing (#26770) 2023-03-08 02:48:53 -05:00
swarm swarm: fix outdated link (#26501) 2023-01-16 11:00:55 +01:00
tests tests: define MuirGlacier fork (#26856) 2023-03-10 15:47:05 -05:00
trie Merge commit 'a38f41085' into merge/geth-v1.11.5 2023-03-21 08:39:16 -07:00
.dockerignore cmd, internal/build, docker: advertise commit date in unstable build versions (#19522) 2019-05-08 16:44:28 +03:00
.gitattributes .gitattributes: enable solidity highlighting on github (#16425) 2018-04-03 15:21:24 +02:00
.gitignore build: use golangci-lint (#20295) 2019-11-18 10:49:17 +02:00
.gitmodules tests: external evm benchmarks (#24050) 2022-01-28 08:47:19 +01:00
.golangci.yml build: upgrade to go 1.19 (#25726) 2022-09-10 13:25:40 +02:00
.mailmap AUTHORS: remove one more duplicate entry (#24950) 2022-05-24 21:04:21 +02:00
.travis.yml .travis.yml: reenable PPA build on tag push (#26873) 2023-03-13 14:10:19 +01:00
appveyor.yml ci: disable coverage reporting in appveyor and travis 2023-02-17 15:34:30 +01:00
AUTHORS AUTHORS: remove one more duplicate entry (#24950) 2022-05-24 21:04:21 +02:00
circle.yml circleci: enable docker based hive testing 2016-07-15 16:07:34 +03:00
COPYING COYPING: restore the full text text of GPL (#21568) 2020-09-15 08:27:17 +02:00
COPYING.LESSER all: update license information 2015-07-07 14:12:44 +02:00
Dockerfile travis, build: update Go to 1.20.1 (#26653) 2023-02-16 09:00:45 +02:00
Dockerfile.alltools travis, build: update Go to 1.20.1 (#26653) 2023-02-16 09:00:45 +02:00
go.mod Merge commit 'a38f41085' into merge/geth-v1.11.5 2023-03-21 08:39:16 -07:00
go.sum Merge commit 'a38f41085' into merge/geth-v1.11.5 2023-03-21 08:39:16 -07:00
interfaces.go all: fix some typos (#25551) 2022-08-19 09:00:21 +03:00
Makefile accounts, build, mobile: remove Andriod and iOS support 2023-02-03 12:29:07 +02:00
oss-fuzz.sh core/vm: use golang native big.Int (#26834) 2023-03-08 13:12:53 -05:00
README.md A resurrected and sligtly altered version of the project README 2023-04-07 16:47:09 -07:00
SECURITY.md Issue template corrections 2022-03-30 15:06:50 -07:00
slack-post.sh Push binaries to S3 2022-01-11 14:40:43 -06:00

PluGeth

PluGeth is a fork of the Go Ethereum Client (Geth) that implements a plugin architecture, allowing developers to extend Geth's capabilities in a number of different ways using plugins, rather than having to create additional, new forks of Geth.

Documentation can be found here.

Design Goals

The upstream Geth client exists primarily to serve as a client for the Ethereum mainnet, though it also supports a number of popular testnets. Supporting the Ethereum mainnet is a big enough challenge in its own right that the Geth team generally avoids changes to support other networks, or to provide features only a small handful of users would be interested in.

The result is that many projects have forked Geth. Some implement their own consensus protocols or alter the behavior of the EVM to support other networks. Others are designed to extract information from the Ethereum mainnet in ways the standard Geth client does not support.

PluGeth aims to provide a single Geth fork that developers can choose to extend rather than forking the Geth project. Out of the box, PluGeth behaves exactly like upstream Geth, but by installing plugins written in Golang, developers can extend its functionality in a wide variety of way.

Contact Us

If you're trying to do something that isn't supported by the current plugin system, Reach out to us on Discord and we'll help you figure out how to make it work.

System Requirements

System requirements will vary depending on which network you are connecting to. On the Ethereum mainnet, you should have at least 8 GB RAM, 2 CPUs, and 350 GB of SSD disks.

PluGeth relies on Golang's Plugin implementation, which is only supported on Linux, FreeBSD, and macOS. Windows support is unlikely to be added in the foreseeable future.

Licensing Considerations

The Geth codebase is licensed under the LGPL. By linking with Geth, you have an obligation to enable anyone you provide your plugin binaries to run against their own modified versions of Geth. Because of how Golang plugins work running against updated versions of Geth may require recompiling the plugin.

If you plan to license your plugin under the LGPL or a more permissive license, you should be able to meet these requirements. If you plan to use your plugin privately without distributing it, you should be fine. If you plan to release your plugin without making the source available, you may find yourself in violation of Geth's license unless you can provide a way to relink it against more recent versions of Geth.