Skip to content

Add caveat about what greasing doesn't do #44

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions draft-edm-protocol-greasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,12 @@ above, as guidance to implementers on how to correctly process protocol elements
Documents can also provide test vectors, when applicable, that include grease values
to ensure they are processed correctly.

One limitation is that greasing does not check whether reserved values other than
grease values are correctly treated as ignored or errors. As such, it is still possible
that ossification can still occur where other reserved values are not allocatable
without causing problems in practice. The goal is simply to increase the chances
of correct implementation.

# Deployment Considerations and Incentives for Greasing

Greasing can be used as a tool to improve the active use of existing protocol
Expand Down