-
Notifications
You must be signed in to change notification settings - Fork 258
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
1559 JSON RPC Diff #47
Conversation
"baseFee": { | ||
"title": "baseFee", | ||
"description": "The block's baseline network fee per gas; the baseFee is burned", | ||
"$ref": "#/components/schemas/Integer" |
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.
Is there a type for UnsignedInteger256
? This appears to be UnsignedInteger
but is not constrained to 256-bits (implying that a 512-bit number is an acceptable value).
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.
good point, I can add that. Although goes a little beyond the scope of 1559 changes. As I understand it this was copy pasted from ETC so I'll be doing some conditioning like you mention soon
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.
We need to make it clear that it is not valid to have both gasPrice
and maxPriorityFeePerGas
and other similar combinations.
Edit: not relevant anymore, see #47 (comment) |
@alita-moore sorry for the back and forth but as per this it seems there is still contention w.r.t. the specific naming. Let's wait and see before we make more changes. Sorry about the back and forth! |
@alita-moore FYI we agreed on ACD this AM to use the terms from the EIP, so |
Co-authored-by: Tim Beiko <t.beiko23@gmail.com>
…pecs into 1559-spec-diff
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.
Would you mind splitting the spec changes from the spec rename? Sadly, GitHub doesn't seem to recognize this is a file rename so we can't see the "diff", which is valuable from a history standpoint.
I recommend doing the file move first, so that change history is easily traversed.
What is actually the reason for this renaming respectively is this really necessary? Will there be more specs in different formats in the future? In case renaming is wanted short note that there is a link in the main README.md which then would also need an update. |
I agree, I don't really see a reason to change until there are more spec formats. |
@holgerd77 the reason is because the OPEN-RPC vscode plugin uses the |
ad7f3c9
to
a809b38
Compare
88063bb
to
a02e53d
Compare
@alita-moore @lightclient @MicahZoltu is this OK to merge now? |
@MicahZoltu just a heads I'm going to address your comment about the integer in a separate PR |
If we are going to rename this (and I think @alita-moore's argument for renaming is quite reasonable) we should do it before this PR so history doesn't get confused by the rename. |
@MicahZoltu i will be making significant changes to the structure of the spec. I thinks it's best to just do it after. There is no practical difference in my opinion |
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.
looks correct to me
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.
Just caught an issue actually.
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Add upstream links to sphinx templates
(sorry about the bad commit name)
This..
baseFee
to theBlock
typegasPrice
fromTransaction
typemaxPriorityFeePerGas
toTransaction
typemaxFeePerGas
toTransaction
type