-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from AElfProject/improve/test
Improve tests and fix bugs
- Loading branch information
Showing
13 changed files
with
780 additions
and
347 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
package dto | ||
|
||
import ( | ||
"time" | ||
) | ||
|
||
//BlockHeaderDto BlockHeaderDto | ||
type BlockHeaderDto struct { | ||
PreviousBlockHash string | ||
MerkleTreeRootOfTransactions string | ||
MerkleTreeRootOfWorldState string | ||
Extra string | ||
Height int64 | ||
Time string | ||
ChainId string | ||
Bloom string | ||
SignerPubkey string | ||
PreviousBlockHash string | ||
MerkleTreeRootOfTransactions string | ||
MerkleTreeRootOfWorldState string | ||
MerkleTreeRootOfTransactionState string | ||
Extra string | ||
Height int64 | ||
Time time.Time | ||
ChainId string | ||
Bloom string | ||
SignerPubkey string | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.