fixes graphql test cases

after recent bugfix in graphql resolvers, many of
test cases need to updated too
This commit is contained in:
jangko 2021-05-04 22:26:13 +07:00
parent 0dd6d1e3d4
commit ad1edd9af6
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 7 additions and 7 deletions

View File

@ -127,11 +127,11 @@
"extraData":"0x42",
"gasLimit":3141592,
"gasUsed":21000,
"timestamp":"0x0000000054C99839",
"timestamp":"0x54c99839",
"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000",
"difficulty":"0x020000",
"totalDifficulty":"0x080000",
"difficulty":"0x20000",
"totalDifficulty":"0x80000",
"ommerCount":1,
"ommers":[
{
@ -218,8 +218,8 @@
"__typename":"Account",
"address":"0x095e7baea6a6c7c4c2dfeb977efac326af552d87"
},
"value":"0x0a",
"gasPrice":"0x0000000000000001",
"value":"0xa",
"gasPrice":"0x1",
"gas":314159,
"inputData":"0x",
"block":{
@ -298,7 +298,7 @@
"transaction":{
"__typename":"Transaction",
"hash":"0x4ffa559ae277813fb886d1fa8743a590ba6b699f9893de99f5d1bcea9620b278",
"value":"0x0a"
"value":"0xa"
}
}
"""
@ -312,7 +312,7 @@
"""
result = """
{
"gasPrice":"0x0000000000000001"
"gasPrice":"0x1"
}
"""