6 Commits

Author SHA1 Message Date
pizzarob
27587eb585
2309 last call (#2825) 2020-07-26 08:25:32 +08:00
Alex Beregszaszi
12debb62fe
Upgrade to latest github-pages and enable Solidity syntax highlighting (#2679)
After https://github.com/github/pages-gem/pull/683 / https://github.com/github/pages-gem/pull/690 was merged this is possible now.

This allows EIPs to use solidity syntax highlighting. Currently there are 330 instances of it:

```
$ grep "\`solidity" * | wc -l
     330
```

And some EIPs used `typescript` or `javascript` as an alternative, because that was highlighted already:
```
$ grep "\`typescript" * | wc -l
      16
$ grep "\`javascript" * | wc -l
      25
```

Thanks @veox again in adding highlighting to rouge.
2020-07-18 00:17:39 +08:00
pizzarob
c8564c3ce0
ERC-2309 Updating Username / Adding backwards compatibility (#2717)
* adding backwards compatibility, implemenation, update username

* draft + backwards compatibility
2020-07-17 17:16:10 +08:00
pizza-r0b
d9b145b512
Automatically merged updates to draft EIP(s) 2309 (#2522)
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-02-20 03:50:31 +13:00
Alex Beregszaszi
118a48da10
Fix the username of @pizza-r0b in EIP-2309 (#2389) 2019-11-22 22:27:21 +00:00
pizza-r0b
5d9d29e4f2 EIP-2309: ERC-721 Consecutive Transfer Extension (#2310)
* EIP-2309: ERC-721 Batch Mint Extension

* update name to consecutive transfer

* update status to last call

* Update status to draft
2019-10-25 20:46:20 +01:00