24 Commits

Author SHA1 Message Date
Thibault Meunier
3468d8de11
Fix EIP-695 example id mismatch (#3142)
[JSON-RPC](https://www.jsonrpc.org/specification) specifies that when a
client sends an `id`, the _Server MUST reply with the same value in the
Response object_.
In [./EIPs/eip-695.md] example, the client sent `id: 1` and the server
replied `id: 83`.
This commit updates Client's request to send `id: 83` instead.
2020-12-03 22:09:20 +08:00
Micah Zoltu
15f61ed0fd
Adds rule to EIP-1 that references to other EIPs must use relative path format and the first reference must be linked. (#2947)
I have gone through and updated all existing EIPs to match this rule, including EIP-1.

In some cases, people were using markdown citations, I suspect because the long-form was a bit verbose to inline.  Since the relative path is quite short, I moved these to inline but I wouldn't be opposed to putting them back to citation format if that is desired by the authors.

In doing the migration/cleanup, I found some EIP references to EIPs that don't actually exist.  In these cases I tried to excise the reference from the EIP as best I could.

It is worth noting that the Readme actually already had this rule, it just wasn't expressed properly in EIP-1 and the "Citation Format" section of the readme I think caused people a bit of confusion (when citing externally, you should use the citation format).
2020-09-30 12:22:43 +08:00
Erik Marks
75314be8ac
errata: remove eip-1474 from dependencies (#2672) 2020-09-08 00:32:22 +01:00
Wei Tang
4cc3816b95
Mark EIP-695 as Final (#2432) 2020-05-27 07:32:24 +12:00
Erik Marks
3f639902b9
Automatically merged updates to draft EIP(s) 695 (#2643)
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2020-05-14 20:18:27 +12:00
Erik Marks
14c3b08887
Automatically merged updates to draft EIP(s) 695 (#2642)
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2020-05-14 07:11:52 +12:00
Erik Marks
bbed824497
Automatically merged updates to draft EIP(s) 695 (#2629)
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2020-05-13 02:25:29 +12:00
Erik Marks
8cf7467127
Automatically merged updates to draft EIP(s) 695 (#2627)
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2020-05-06 20:15:26 +12:00
Wei Tang
600db11ec5
Automatically merged updates to draft EIP(s) 695 (#2625)
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2020-05-05 05:29:14 +12:00
William Entriken
1664c7ddea Automatically merged updates to draft EIP(s) 695 (#2133)
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2019-06-23 07:48:54 +12:00
Wei Tang
7784b8aa1c Move EIP-695 to Last Call status and add 155 requirement (#2128) 2019-06-20 12:03:59 +01:00
Wei Tang
ad989c9a1b Propose to move EIP-695 to last call status (#1566)
* Propose to move EIP-695 to last call status

* Add a discussion link

* Formatting fix

* Fix @sorpaas handle in author field

* Use EIP155 formatting for `CHAIN_ID`

* Formatting fix for "chain ID"

The document had places where we use lowercase "id" and uppercase "ID". This unify them to use uppercase "ID".

* Update eip-695.md
2019-06-20 11:02:58 +01:00
Alex Beregszaszi
2015ea3797 Add EIP-1474 as a requirement to RPC ERCs 2019-05-21 18:43:32 +01:00
Nick Savers
802c6ceabd Fix links to authors in eip-695.md (#991) 2018-04-10 17:02:51 +01:00
Nick Johnson
e2232f380e Fix travis build script, and more typos identified by it 2018-03-23 16:56:22 +00:00
Nick Johnson
7038c5f9b9 Add pages for each EIP type, improve listing tables with links 2018-03-21 15:55:18 +00:00
Nick Johnson
4938bcbf91 Lowercase all frontmatter keys 2018-03-21 12:51:05 +00:00
Nick Johnson
a4e8b8643d Fix typos in EIPs 2018-03-20 15:54:04 +00:00
Nick Johnson
cdc9c981e9 Fixed headers for existing EIPs to be conformant YAML frontmatter 2018-03-20 15:10:58 +00:00
ia
1d1799bd2e Reference hex encoding standard 2018-01-26 19:28:59 +09:00
ia
4269d195cb Rel link eip-155 for other occurrance 2018-01-26 11:50:32 +09:00
ia
45f6e8e48f RPC spec: 'big integer' -> 'integer' 2018-01-26 11:47:28 +09:00
ia
68cde9b43a Relative link to eip-155 2018-01-26 11:40:17 +09:00
ia
ea5b790149 Assigned lucky number 695 2018-01-26 00:35:55 +09:00