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
Short: "Deprecated and removed alias of `eth_getBlockByNumber`",
15
+
Short: "Deprecated and removed alias of `eth_getBlockByNumber`, renamed to `evm-block`",
16
16
Args: cobra.ExactArgs(1),
17
17
Run: func(cmd*cobra.Command, args []string) {
18
-
utils.PrintfStdErr("ERR: `block` is a deprecated alias of `eth_getBlockByNumber`. Please use `%s q eth_getBlockByNumber` instead.\n", constants.BINARY_NAME)
18
+
utils.PrintfStdErr("ERR: `block` is a deprecated alias of `eth_getBlockByNumber` and replaced by `evm-block`. Please use `%s q evm-block/eth_getBlockByNumber` instead.\n", constants.BINARY_NAME)
Short: "Deprecated and removed alias of `eth_getTransactionByHash`",
30
+
Short: "Deprecated and removed alias of `eth_getTransactionByHash`, renamed to `evm-tx`",
31
31
Args: cobra.ExactArgs(1),
32
32
Run: func(cmd*cobra.Command, args []string) {
33
-
utils.PrintfStdErr("ERR: `tx` is a deprecated alias of `eth_getTransactionByHash`. Please use `%s q eth_getTransactionByHash` instead.\n", constants.BINARY_NAME)
33
+
utils.PrintfStdErr("ERR: `tx` is a deprecated alias of `eth_getTransactionByHash` and replaced by `evm-tx`. Please use `%s q evm-tx/eth_getTransactionByHash` instead.\n", constants.BINARY_NAME)
Short: "Deprecated and removed alias of `debug_traceTransaction`, renamed to `evm-trace`",
46
+
Args: cobra.ExactArgs(1),
47
+
Run: func(cmd*cobra.Command, args []string) {
48
+
utils.PrintfStdErr("ERR: `trace` is a deprecated alias of `debug_traceTransaction` and replaced by `evm-trace`. Please use `%s q evm-trace/debug_traceTransaction` instead.\n", constants.BINARY_NAME)
Short: "Deprecated and removed alias of `eth_getTransactionReceipt`, renamed to `evm-receipt`",
61
+
Args: cobra.ExactArgs(1),
62
+
Run: func(cmd*cobra.Command, args []string) {
63
+
utils.PrintfStdErr("ERR: `receipt` is a deprecated alias of `eth_getTransactionReceipt` and replaced by `evm-receipt`. Please use `%s q evm-receipt/eth_getTransactionReceipt` instead.\n", constants.BINARY_NAME)
0 commit comments