-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Mark EIP-695 as Final #2432
Mark EIP-695 as Final #2432
Conversation
Hi! I'm a bot, and I wanted to automerge your PR, but couldn't because of the following issue(s):
|
@sorpaas @whilei could you please include the following API specification? {
"name": "eth_chainId",
"summary": "Returns the currently configured chain id",
"description": "Returns the currently configured chain id, a value used in replay-protected transaction signing as introduced by [EIP-155](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-155.md).",
"params": [],
"result": {
"name": "chainId",
"description": "hex format integer of the current chain id. Defaults are ETC=61, ETH=1, Morden=62.",
"schema": {
"title": "chainId",
"type": "string",
"pattern": "^0x[a-fA-F\\d]+$"
}
}
} |
Ping editors as I got asked that there're other EIPs depending on this. |
I think there are still some unsolved comments on the discussion URL. |
@axic, do the editors need anything else from the authors before this can be merged? |
Summary of Resolved Last Call Issues
In addition, formatting issues were fixed in: To the best of my knowledge, those are the only issues flagged by editors, or otherwise considered necessary to address by the authors. cc: @Arachnid |
#2356 (comment)