Skip to content

Commit

Permalink
Merge pull request #82 from ewasm/get-blockhash
Browse files Browse the repository at this point in the history
fix block hash endianess
  • Loading branch information
axic authored Aug 22, 2018
2 parents ef4b676 + 9d2576d commit f537793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GeneralStateTests/stEWASMTests/getBlockHash.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"filledwith" : "testeth 1.4.0rc3-18+commit.3173b1d1",
"lllcversion" : "Version: 0.4.20-develop.2017.12.3+commit.4cad0b22.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stEWASMTests/getBlockHashFiller.yml",
"sourceHash" : "1aa4081389d8f6005d1c155f958231708ca561047dfd5ece0272a6138d6ece66"
"sourceHash" : "e841146be694a48e5e77b990c26a7e5e01b910140b2ba991d7e83bd9d523c65b"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
Expand All @@ -18,7 +18,7 @@
"post" : {
"Byzantium" : [
{
"hash" : "0x191605db4a1f9bbc6b95a0781396e0824cb833f351a2960ad38424b4d35283d1",
"hash" : "0x9e3c60c59739e2e482a1b51e8bc963cd648a9b3a8f5dde2942c51459b68785ba",
"indexes" : {
"data" : 0,
"gas" : 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ getBlockHash:
balance: '99999953200'
b94f5374fce5edbc8e2a8697c15331677e6ebf0b:
storage: {
0: '0x6d118abba6ed3afe8671a04265b9fce91dc56328fb787e40e5ad70a6b2524804',
0: '0x044852b2a670ade5407e78fb2863c51de9fcb96542a07186fe3aeda6bb8a116d',
1: '0x0000000000000000000000000000000000000000000000000000000000000000' # success
}
transaction:
Expand Down

0 comments on commit f537793

Please sign in to comment.