forked from qtumproject/qtum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Time Markov
committed
Apr 16, 2018
1 parent
845838c
commit 31e3f7e
Showing
26 changed files
with
1,623 additions
and
1,512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "src/cpp-ethereum"] | ||
path = src/cpp-ethereum | ||
url = https://github.com/qtumproject/cpp-eth-qtum.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.