mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 13:24:21 +00:00
fixes graphql test cases
after recent bugfix in graphql resolvers, many of test cases need to updated too
This commit is contained in:
parent
0dd6d1e3d4
commit
ad1edd9af6
@ -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"
|
||||
}
|
||||
"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user