8 Commits

Author SHA1 Message Date
Erik Marks
13e96ca288
Automatically merged updates to draft EIP(s) 2255 (#3568)
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft, Review, or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
2021-05-12 08:02:58 +12:00
Alberto Cuesta Cañada
c949c89665
erc-3156 ready for review (#3181)
This ERC provides standard interfaces and processes for flash lenders and borrowers, allowing for flash loan integration without a need to consider each particular implementation.
2021-01-15 11:50:45 +08:00
sherbst
315baada1f
Update eip-2255.md (#3194)
Spelling error -- not sure if EIPs can be modified easily after their creation, but worth a try
2021-01-08 13:58:46 +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
4a8fb2a1cb
2255: Add external images to assets folder (#2649)
Add externally linked images to `assets/eip-2255` per: #2648 (comment)

Link to file: https://github.com/rekmarks/EIPs/blob/2255-fix-assets/EIPS/eip-2255.md
2020-09-06 21:31:14 +08:00
William Entriken
af677b348d Use solidity/javascript highlighting in various EIPs (#2372) 2019-11-22 23:55:15 +00:00
William Entriken
d5259bc809 Fix spelling of GitHub [R4R] (#2369) 2019-11-22 21:02:58 +00:00
Dan Finlay
d041066e6c EIP 2255: Web3 Wallet Permissions System (#2302)
* Add permissions system draft

* Fix typo, add missing link, one language change

**Previously:**
>Today web3 browsers like MetaMask always prompt on a per-action basis, but this maximizes security at the cost of user friction. An alternative model of security is to allow applications to request a series of permissions from a user at a time.

**Now:**
>Today web3 browsers like MetaMask always prompt on a per-action basis. This provides security at the cost of substantial user friction. We believe that a single permissions request can achieve the same level of security with vastly improved UX.

**Reasoning:** The former can be interpreted to imply that the permissions model is "less secure." The goal of the updated wording is to preclude that interpretation.

* Add link to active related issue

* Add discussions-to link

* Add header image for proposal

* Add note on domain string

* Update ocap-ld to new name zcap-ld

* Adopt EIP 2255 name

* Fixed spelling

* Fix validations
2019-10-03 04:21:23 +10:00