Skip to content

Commit

Permalink
Merge branch '751-update-optional-returnvalues-in-eth' into 'develop'
Browse files Browse the repository at this point in the history
Resolve "update optional returnValues in eth"

Closes #751

See merge request in3/c/in3-core!468
  • Loading branch information
simon-jentzsch committed Jun 14, 2021
2 parents 2601137 + 28eae7a commit 2635f6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions c/src/verifier/eth1/basic/rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ eth:
proof:
alias: eth_getUncleCountByBlockNumber
result:
optional: true
descr: the number of transactions in the block
type: int

Expand All @@ -397,6 +398,7 @@ eth:
proof:
alias: eth_getUncleCountByBlockNumber
result:
optional: true
descr: the number of transactions in the block
type: int

Expand All @@ -409,6 +411,7 @@ eth:
proof:
alias: eth_getUncleCountByBlockNumber
result:
optional: true
descr: the number of uncles
type: int

Expand All @@ -429,6 +432,7 @@ eth:
- `finalityBlocks`: a array of blockHeaders which were mined after the requested block. The number of blocks depends on the request-property `finality`. If this is not specified, this property will not be defined.
- `uncles`: a array of blockheaders of the uncles of the block. This is only needed if the number of uncles are requested.
result:
optional: true
descr: the number of uncles
type: int

Expand All @@ -445,6 +449,7 @@ eth:
descr: the transactionIndex
type: int
result:
optional: true
descr: the transactiondata or `null` if it does not exist
type: transactiondata
proof:
Expand Down Expand Up @@ -497,6 +502,7 @@ eth:
descr: the transactionIndex
type: int
result:
optional: true
descr: the transactiondata or `null` if it does not exist
type: transactiondata
proof:
Expand Down Expand Up @@ -546,6 +552,7 @@ eth:
descr: the transactionHash of the transaction.
type: bytes32
result:
optional: true
descr: the transactiondata or `null` if it does not exist
type: transactiondata

Expand Down

0 comments on commit 2635f6d

Please sign in to comment.