Skip to content

Commit

Permalink
Add changelog to track breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlz committed Jun 30, 2017
1 parent 3f44ebf commit a190ad1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
This document describes breaking changes between Qtum releases for both RPC APIs and for blockchain consensus.

# Sparknet (Testnet v1)

Initial release

# TBD (Testnet v2)

## Consensus Parameters/Rules

## EVM Behavior

* Made block.coinbase use block.vtx[1].vout[1] for the coinbase address of PoS blocks
* Added check to coinbase to ensure that it is 0 if not a standard pubkeyhash address

## RPC APIs

0 comments on commit a190ad1

Please sign in to comment.