Skip to content

Commit 6f640fb

Browse files
committed
Add eth_simulateV1 - ethereum#484
1 parent 9a46822 commit 6f640fb

File tree

2 files changed

+431
-0
lines changed

2 files changed

+431
-0
lines changed

src/eth/execute.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,19 @@
9595
storageKeys:
9696
- '0x0000000000000000000000000000000000000000000000000000000000000081'
9797
gasUsed: '0x125f8'
98+
- name: eth_simulateV1
99+
summary: Executes a sequence of message calls building on each other's state without creating transactions on the block chain, optionally overriding block and state data
100+
params:
101+
- name: Payload
102+
required: true
103+
schema:
104+
$ref: '#/components/schemas/MultiCallPayload'
105+
- name: Block tag
106+
required: false
107+
description: "default: 'latest'"
108+
schema:
109+
$ref: '#/components/schemas/BlockNumberOrTagOrHash'
110+
result:
111+
name: Result of calls
112+
schema:
113+
$ref: '#/components/schemas/MultiCallResult'

0 commit comments

Comments
 (0)