-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
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
Add EIP: Fork-choice enforced Inclusion Lists (FOCIL) #9010
base: master
Are you sure you want to change the base?
Conversation
main functions and core properties
Text updates FOCIL
Updated the Agg, Eval and Valid functions
Update Main FOCIL functions
Update main FOCIL functions: Agg, Eval and Valid
Add some security assumptions
Update timeline section
Change local ILs to include full transactions instead of a tx summary
Apply latest discussions
Co-authored-by: JihoonSong <jihoonsong@users.noreply.github.com>
Co-authored-by: JihoonSong <jihoonsong@users.noreply.github.com>
Co-authored-by: JihoonSong <jihoonsong@users.noreply.github.com>
EIPS/eip-FOCIL.md
Outdated
@@ -0,0 +1,190 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--- | |
--- | |
eip: 7805 |
Assigning next sequential EIP/ERC/RIP number.
Please also update the filename.
EIPS/eip-FOCIL.md
Outdated
description: Allow a committee of validators to force-include a set of transactions in every block | ||
author: Thomas Thiery <thomas.thiery@ethereum.org>, Francesco D'Amato <francesco.damato@ethereum.org>, Julian Ma <julian.ma@ethereum.org>, Barnabé Monnot <barnabe.monnot@ethereum.org>, Terence Tsao <ttsao@offchainlabs.com>, Jacob Kaufmann <jacob.kaufmann@ethereum.org>, Jihoon Song <jihoonsong.dev@gmail.com> | ||
|
||
discussions-to: <URL> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please create a discussions topic in Eth Magicians using the template: https://ethereum-magicians.org/c/eips/5
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
@abcoathup Thanks for reviewing, looks like all checks are passing now :) |
The commit 30f5345 (as a parent of 3f265bf) contains errors. |
This EIP proposes a committee-based, Fork-choice enforced Inclusion Lists (FOCIL) mechanism to preserve Ethereum’s censorship resistance properties by guaranteeing timely transaction inclusion.