-
Notifications
You must be signed in to change notification settings - Fork 0
/
dappnode_package.json
26 lines (26 loc) · 1.22 KB
/
dappnode_package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"shortDescription": "MEV Boost allows PoS Ethereum consensus clients to outsource block construction",
"description": "MEV Boost allows validators in Ethereum Holesky proof-of-stake to request blocks from a network of builders.\nThis project is part of the Flashbots research towards proposer/builder separation for Maximal Extractable Value (MEV) mitigation. MEV Boost can connect to relays that aggregate multiple builders. The builders prepare full blocks, optimizing for MEV extraction and fair distribution of the rewards. The Consensus Layer client of the validator proposes the most profitable block received from MEV Boost.",
"upstream": [
{
"repo": "flashbots/mev-boost",
"version": "v1.8",
"arg": "UPSTREAM_VERSION"
}
],
"type": "service",
"author": "Nabsku <[email protected]> (https://github.com/Nabsku)",
"architectures": ["linux/amd64", "linux/arm64"],
"categories": ["Economic incentive"],
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-mev-boost-generic/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-mev-boost-generic"
},
"license": "MIT",
"requirements": {
"minimumDappnodeVersion": "0.2.101"
}
}