merge.json 308 B

123456789101112
  1. {
  2. "name": "merge",
  3. "comment": "Hardfork to upgrade the consensus mechanism to Proof-of-Stake",
  4. "url": "https://github.com/ethereum/pm/issues/361",
  5. "status": "pre-Draft",
  6. "consensus": {
  7. "type": "pos",
  8. "algorithm": "casper",
  9. "casper": {}
  10. },
  11. "eips": [3675]
  12. }