You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* eth: fix invalid eth simulate schema
* eth: add back err message for call status
* schemas: fixup based on pr comments
* schema: rename 'multi' to 'eth_simulate'
* schemas: use errors field for eth_simulate
* move eth_simulate errors to method definition
description: The error messages are suggestions and a client might decide to return a different errror message than specified here. However, the error codes are enforced by this specification.
195
-
type: object
196
-
required:
197
-
- error
198
-
properties:
199
-
error:
200
-
oneOf:
201
-
- code: -32000
202
-
message: Invalid request
203
-
- code: -32602
204
-
message: Missing or invalid parameters
205
-
- code: -32005
206
-
message: Transactions maxFeePerGas is too low
207
-
- code: -32015
208
-
messagE: Execution error
209
-
- code: -32016
210
-
message: Timeout
211
-
- code: -32603
212
-
message: The Ethereum node encountered an internal error
213
-
- code: -38010
214
-
message: Transactions nonce is too low
215
-
- code: -38011
216
-
message: Transactions nonce is too high
217
-
- code: -38012
218
-
message: Transactions baseFeePerGas is too low
219
-
- code: -38013
220
-
message: Not enough gas provided to pay for intrinsic gas for a transaction
221
-
- code: -38014
222
-
message: Insufficient funds to pay for gas fees and value for a transaction
223
-
- code: -38015
224
-
message: Block gas limit exceeded by the block's transactions
225
-
- code: -38020
226
-
message: Block number in sequence did not increase
227
-
- code: -38021
228
-
message: Block timestamp in sequence did not increase or stay the same
229
-
- code: -38022
230
-
message: MovePrecompileToAddress referenced itself in replacement
231
-
- code: -38023
232
-
message: Multiple MovePrecompileToAddress referencing the same address to replace
0 commit comments