* Add Matomo tracking
* Add development instructions to README
* Add dynamic metadata for EIP pages
* Escape title strings
* Remove Matomo
* Use variables from _config.yaml in head.html
* Omit Jekyll version from header
* Also use twitter_username from _config.yml
* 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
* EIP-????: Add OpenRPC Service Discovery To JSON-RPC Services
* fix:
* fix(openrpc): add openrpc.json to eip assets
* fix(openrpc): reference eip asset
* Update EIPS/eip-1901.md - document link
* Delete openrpc.json
* Update eip-1901: move link to spec to top
* fix(1901): preamble + author github usernames
* fix(1901): add copyright info
* fix(1901): add link to eth json rpc spec
* fix(1901): type and category in preamble + spelling
* fix(1901): motivation section and use vendored assets
* fix(1901): add link to multi-geth OpenRPC discovery
* fix(1901): change ordering + small fixes
* fix(1901): typo
* Net gas metering for SSTORE without dirty maps
* typo: opcode
* typo: changed
* Self-assign the PR number 1283
* Add a dummy discussion url
* Fix R_sclear loopholes
* Properly handle refund for 0 value issue
* fix: refund should only be added again if new value is 0
* clarify if statement
* Clearly state what () means
* typo fix: unnecessary wording "additional"
* fix: should have parent clause if original value is not zero
* Remove 15k gas from refund counter instead of deduct it as gas cost
* Be more clear on EIP-658 enabled only-commit-storage-changes-at-end-of-block optimizations
* Move some discussion comments to motivations section
* typo: commons -> common
* Be more specific when gas reduction won't happen compared with EIP-1087
* typo: duplicate description
* Add explanation section
* becomes -> become
* typo: covers -> cover
* Add state transition diagrams
* Fix table formatting
* typo: 0 -> `current`
* typo: missing -
* Change state transition table to use `(current, original)` vs `new`
* fix: vertical <-> horizontal
* Be more specific on usages benefited by this EIP
* Typo fix
* Add eip-signTypedData
* Change namespace from personal to eth
* Change a way schema hash is combined together with data as proposed by @MicahZoltu
* Add a note about it being implemented in MetaMask as an experimental feature
* Add signerAddress as a parameter
* Add test vectors
* Fix an example
* Missing commas, periods
* Address the feedback
* Add a missing signerAddress parameter in the example
* Change the order of parameters to have an address as a second arg
* Wrote motivation
* WIP
* First draft of specification
* Fixes
* Update to new EIP format
* Assign EIP number
* Clarify encoding of short static byte arrays
* Removed Solidity changes
* Fixup
* Fix typos
* WIP EIP191
* WIP TODO
* WIP Replay attacks
* Fixes the sorted by name example encoding
* Remove Solidity hash
* Added note on replay protection
* Redesign domain separator
* Include images and simple motivation
* Fix up EIP metadata formatting
* Add domain separator
* Remove replay attacks from todo list
* Add Jacob Evans to authors
* Clarify encodeData
* Rename Message example to Mail
* Update mock signing screen
* Rework EIP712Domain
* Update Solidity example
* Update Javascript example
* Relocate files
* Rename DomainSeparator to EIP712Domain (fix)
* Move examples to separate files
* Remove httpOrigin domain parameter
* Update JSON-Schema
* Add registery of version bytes
* Add eip712 to eip191 registery
* Add requires header
* Set correct language on all snipets
* GitHub highlighting for Solidity files
* Update Web3 API specification
* Use abi.encode where possible
* Update JSON-RPC specification
* Asset path repo is ethereums
* Correctly spelling of registry
* epi drafted
* minor changes made
* minor changes made
* changes to sender interface and added diagrams
* added diagrams in the markdown
* updated the diagrams
* update the headers
* made changes suggested by @arachnid
* added png to assets folder
* ERC777 A New Advanced Token Standard
* ERC777: Add ERC777 Logo
* ERC777: Normalize EIP/ERC names
* ERC777: Spec for tokensToSend when burning tokens
* ERC777: Update official repository
* ERC777: Clarification and corrections
- Clarify unclear sections of the spec
- Fix typos and grammar mistakes
- Improve aesthetics of the text
* ERC777: Change terminology of the repo, small fix
- Don't refer to the repo as the official repo but the repo of the
reference implementation
- Fix a small typo in the AuthorizedOperator event
* ERC777: logo & release to public domain (CC0)
* ERC777: Use markdown not html & relative links
* ERC777: Adapt to new EIP template
* ERC777: Use solidity syntax and fix relative links
* ERC777: Add discussions-to link
* ERC777: Fix link in discussion-to
* ERC777: Fix image links
* ERC777: Fix eip type
* ERC777: Update header
- Create `assets` folder
- Move existing EIPs (1, 107, 858) assets into the `assets` folder
- Update link to assets in EIPs 1, 107 and 858
- Describe the inclusion of assets for EIPs in `README.md`