We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minimum Requirements for mevEth given updated business requirements, and a now fully fleshed out design in mind which should be final.
LayerZero Requirements
MevShareVault
feeTo
mevPayments
block.coinbase
Accounting
calculateNeededEtherBuffer()
Withdrawal Queue
Tracking Validators
createValidator
oracleUpdate
WagyuStaker
Upgrades
*Integration (in order strictly)
Docs
*Finishing Touches (in order strictly)
The text was updated successfully, but these errors were encountered:
sambacha
No branches or pull requests
Minimum Requirements for mevEth given updated business requirements, and a now fully fleshed out design in mind which should be final.
LayerZero Requirements
MevShareVault
feeTo
minting andmevPayments
, which both generically work to increase its balance (although should be accounted for separately,feeTo
is anything fromblock.coinbase
, all else is MevPayment) #31Accounting
calculateNeededEtherBuffer()
to fetch a max between a configurable % of total stake or a max of 31 ether #51Withdrawal Queue
Tracking Validators
createValidator
should emit an event #22oracleUpdate
onWagyuStaker
not called #17Upgrades
*Integration (in order strictly)
Docs
*Finishing Touches (in order strictly)
The text was updated successfully, but these errors were encountered: