resolve all
This commit is contained in:
parent
76922d2c6f
commit
f8b3a67a54
140
client/docs/swagger-ui/swagger.yaml
vendored
140
client/docs/swagger-ui/swagger.yaml
vendored
@ -589,13 +589,7 @@ paths:
|
|||||||
Example 4: Pack and unpack a message in Go
|
Example 4: Pack and unpack a message in Go
|
||||||
|
|
||||||
foo := &pb.Foo{...}
|
foo := &pb.Foo{...}
|
||||||
<<<<<<< HEAD
|
|
||||||
<<<<<<< HEAD
|
|
||||||
any, err := ptypes.MarshalAny(foo)
|
|
||||||
...
|
|
||||||
foo := &pb.Foo{}
|
|
||||||
if err := ptypes.UnmarshalAny(any, foo); err != nil {
|
|
||||||
=======
|
|
||||||
any, err := anypb.New(foo)
|
any, err := anypb.New(foo)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
...
|
...
|
||||||
@ -603,8 +597,6 @@ paths:
|
|||||||
...
|
...
|
||||||
foo := &pb.Foo{}
|
foo := &pb.Foo{}
|
||||||
if err := any.UnmarshalTo(foo); err != nil {
|
if err := any.UnmarshalTo(foo); err != nil {
|
||||||
>>>>>>> v0.20.0
|
|
||||||
=======
|
|
||||||
any, err := anypb.New(foo)
|
any, err := anypb.New(foo)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
...
|
...
|
||||||
@ -612,7 +604,6 @@ paths:
|
|||||||
...
|
...
|
||||||
foo := &pb.Foo{}
|
foo := &pb.Foo{}
|
||||||
if err := any.UnmarshalTo(foo); err != nil {
|
if err := any.UnmarshalTo(foo); err != nil {
|
||||||
>>>>>>> v0.21.0
|
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1775,22 +1766,14 @@ paths:
|
|||||||
title: >-
|
title: >-
|
||||||
Eip-4345 (bomb delay) switch block (nil = no fork, 0 =
|
Eip-4345 (bomb delay) switch block (nil = no fork, 0 =
|
||||||
already activated)
|
already activated)
|
||||||
<<<<<<< HEAD
|
|
||||||
<<<<<<< HEAD
|
|
||||||
merge_fork_block:
|
merge_fork_block:
|
||||||
type: string
|
type: string
|
||||||
title: >-
|
title: >-
|
||||||
EIP-3675 (TheMerge) switch block (nil = no fork, 0 =
|
EIP-3675 (TheMerge) switch block (nil = no fork, 0 =
|
||||||
already in merge proceedings)
|
already in merge proceedings)
|
||||||
=======
|
|
||||||
gray_glacier_block:
|
gray_glacier_block:
|
||||||
type: string
|
type: string
|
||||||
title: >-
|
title: >-
|
||||||
=======
|
|
||||||
gray_glacier_block:
|
|
||||||
type: string
|
|
||||||
title: >-
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
EIP-5133 (bomb delay) switch block (nil = no fork, 0 =
|
EIP-5133 (bomb delay) switch block (nil = no fork, 0 =
|
||||||
already activated)
|
already activated)
|
||||||
merge_netsplit_block:
|
merge_netsplit_block:
|
||||||
@ -1798,10 +1781,6 @@ paths:
|
|||||||
title: >-
|
title: >-
|
||||||
Virtual fork after The Merge to use as a network
|
Virtual fork after The Merge to use as a network
|
||||||
splitter
|
splitter
|
||||||
<<<<<<< HEAD
|
|
||||||
>>>>>>> v0.20.0
|
|
||||||
=======
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
description: >-
|
description: >-
|
||||||
ChainConfig defines the Ethereum ChainConfig parameters
|
ChainConfig defines the Ethereum ChainConfig parameters
|
||||||
using *sdk.Int values
|
using *sdk.Int values
|
||||||
@ -1811,17 +1790,7 @@ paths:
|
|||||||
type: boolean
|
type: boolean
|
||||||
description: >-
|
description: >-
|
||||||
Allow unprotected transactions defines if replay-protected
|
Allow unprotected transactions defines if replay-protected
|
||||||
<<<<<<< HEAD
|
(i.e non EIP155 signed) transactions can be executed on the state machine.
|
||||||
<<<<<<< HEAD
|
|
||||||
(i.e non EIP155
|
|
||||||
=======
|
|
||||||
(i.e non EIP155
|
|
||||||
>>>>>>> v0.20.0
|
|
||||||
=======
|
|
||||||
(i.e non EIP155
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
|
|
||||||
signed) transactions can be executed on the state machine.
|
|
||||||
title: Params defines the EVM module parameters
|
title: Params defines the EVM module parameters
|
||||||
description: >-
|
description: >-
|
||||||
QueryParamsResponse defines the response type for querying x/evm
|
QueryParamsResponse defines the response type for querying x/evm
|
||||||
@ -2582,19 +2551,12 @@ paths:
|
|||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
<<<<<<< HEAD
|
|
||||||
<<<<<<< HEAD
|
|
||||||
- name: trace_config.overrides.merge_fork_block
|
- name: trace_config.overrides.merge_fork_block
|
||||||
description: >-
|
description: >-
|
||||||
EIP-3675 (TheMerge) switch block (nil = no fork, 0 = already in
|
EIP-3675 (TheMerge) switch block (nil = no fork, 0 = already in
|
||||||
merge proceedings).
|
merge proceedings).
|
||||||
=======
|
|
||||||
- name: trace_config.overrides.gray_glacier_block
|
- name: trace_config.overrides.gray_glacier_block
|
||||||
description: >-
|
description: >-
|
||||||
=======
|
|
||||||
- name: trace_config.overrides.gray_glacier_block
|
|
||||||
description: >-
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
EIP-5133 (bomb delay) switch block (nil = no fork, 0 = already
|
EIP-5133 (bomb delay) switch block (nil = no fork, 0 = already
|
||||||
activated).
|
activated).
|
||||||
in: query
|
in: query
|
||||||
@ -2602,10 +2564,6 @@ paths:
|
|||||||
type: string
|
type: string
|
||||||
- name: trace_config.overrides.merge_netsplit_block
|
- name: trace_config.overrides.merge_netsplit_block
|
||||||
description: Virtual fork after The Merge to use as a network splitter.
|
description: Virtual fork after The Merge to use as a network splitter.
|
||||||
<<<<<<< HEAD
|
|
||||||
>>>>>>> v0.20.0
|
|
||||||
=======
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
@ -3068,19 +3026,12 @@ paths:
|
|||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
<<<<<<< HEAD
|
|
||||||
<<<<<<< HEAD
|
|
||||||
- name: trace_config.overrides.merge_fork_block
|
- name: trace_config.overrides.merge_fork_block
|
||||||
description: >-
|
description: >-
|
||||||
EIP-3675 (TheMerge) switch block (nil = no fork, 0 = already in
|
EIP-3675 (TheMerge) switch block (nil = no fork, 0 = already in
|
||||||
merge proceedings).
|
merge proceedings).
|
||||||
=======
|
|
||||||
- name: trace_config.overrides.gray_glacier_block
|
- name: trace_config.overrides.gray_glacier_block
|
||||||
description: >-
|
description: >-
|
||||||
=======
|
|
||||||
- name: trace_config.overrides.gray_glacier_block
|
|
||||||
description: >-
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
EIP-5133 (bomb delay) switch block (nil = no fork, 0 = already
|
EIP-5133 (bomb delay) switch block (nil = no fork, 0 = already
|
||||||
activated).
|
activated).
|
||||||
in: query
|
in: query
|
||||||
@ -3088,10 +3039,6 @@ paths:
|
|||||||
type: string
|
type: string
|
||||||
- name: trace_config.overrides.merge_netsplit_block
|
- name: trace_config.overrides.merge_netsplit_block
|
||||||
description: Virtual fork after The Merge to use as a network splitter.
|
description: Virtual fork after The Merge to use as a network splitter.
|
||||||
<<<<<<< HEAD
|
|
||||||
>>>>>>> v0.20.0
|
|
||||||
=======
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
@ -3371,8 +3318,6 @@ paths:
|
|||||||
type: string
|
type: string
|
||||||
tags:
|
tags:
|
||||||
- Query
|
- Query
|
||||||
<<<<<<< HEAD
|
|
||||||
<<<<<<< HEAD
|
|
||||||
/cosmos/auth/v1beta1/accounts:
|
/cosmos/auth/v1beta1/accounts:
|
||||||
get:
|
get:
|
||||||
summary: Accounts returns all the existing accounts
|
summary: Accounts returns all the existing accounts
|
||||||
@ -14298,31 +14243,19 @@ definitions:
|
|||||||
title: >-
|
title: >-
|
||||||
Eip-4345 (bomb delay) switch block (nil = no fork, 0 = already
|
Eip-4345 (bomb delay) switch block (nil = no fork, 0 = already
|
||||||
activated)
|
activated)
|
||||||
<<<<<<< HEAD
|
|
||||||
<<<<<<< HEAD
|
|
||||||
merge_fork_block:
|
merge_fork_block:
|
||||||
type: string
|
type: string
|
||||||
title: >-
|
title: >-
|
||||||
EIP-3675 (TheMerge) switch block (nil = no fork, 0 = already in merge
|
EIP-3675 (TheMerge) switch block (nil = no fork, 0 = already in merge
|
||||||
proceedings)
|
proceedings)
|
||||||
=======
|
|
||||||
gray_glacier_block:
|
gray_glacier_block:
|
||||||
type: string
|
type: string
|
||||||
title: >-
|
title: >-
|
||||||
=======
|
|
||||||
gray_glacier_block:
|
|
||||||
type: string
|
|
||||||
title: >-
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
EIP-5133 (bomb delay) switch block (nil = no fork, 0 = already
|
EIP-5133 (bomb delay) switch block (nil = no fork, 0 = already
|
||||||
activated)
|
activated)
|
||||||
merge_netsplit_block:
|
merge_netsplit_block:
|
||||||
type: string
|
type: string
|
||||||
title: Virtual fork after The Merge to use as a network splitter
|
title: Virtual fork after The Merge to use as a network splitter
|
||||||
<<<<<<< HEAD
|
|
||||||
>>>>>>> v0.20.0
|
|
||||||
=======
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
description: >-
|
description: >-
|
||||||
ChainConfig defines the Ethereum ChainConfig parameters using *sdk.Int
|
ChainConfig defines the Ethereum ChainConfig parameters using *sdk.Int
|
||||||
values
|
values
|
||||||
@ -14725,31 +14658,19 @@ definitions:
|
|||||||
title: >-
|
title: >-
|
||||||
Eip-4345 (bomb delay) switch block (nil = no fork, 0 = already
|
Eip-4345 (bomb delay) switch block (nil = no fork, 0 = already
|
||||||
activated)
|
activated)
|
||||||
<<<<<<< HEAD
|
|
||||||
<<<<<<< HEAD
|
|
||||||
merge_fork_block:
|
merge_fork_block:
|
||||||
type: string
|
type: string
|
||||||
title: >-
|
title: >-
|
||||||
EIP-3675 (TheMerge) switch block (nil = no fork, 0 = already in
|
EIP-3675 (TheMerge) switch block (nil = no fork, 0 = already in
|
||||||
merge proceedings)
|
merge proceedings)
|
||||||
=======
|
|
||||||
gray_glacier_block:
|
gray_glacier_block:
|
||||||
type: string
|
type: string
|
||||||
title: >-
|
title: >-
|
||||||
=======
|
|
||||||
gray_glacier_block:
|
|
||||||
type: string
|
|
||||||
title: >-
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
EIP-5133 (bomb delay) switch block (nil = no fork, 0 = already
|
EIP-5133 (bomb delay) switch block (nil = no fork, 0 = already
|
||||||
activated)
|
activated)
|
||||||
merge_netsplit_block:
|
merge_netsplit_block:
|
||||||
type: string
|
type: string
|
||||||
title: Virtual fork after The Merge to use as a network splitter
|
title: Virtual fork after The Merge to use as a network splitter
|
||||||
<<<<<<< HEAD
|
|
||||||
>>>>>>> v0.20.0
|
|
||||||
=======
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
description: >-
|
description: >-
|
||||||
ChainConfig defines the Ethereum ChainConfig parameters using *sdk.Int
|
ChainConfig defines the Ethereum ChainConfig parameters using *sdk.Int
|
||||||
values
|
values
|
||||||
@ -14759,17 +14680,7 @@ definitions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
description: >-
|
description: >-
|
||||||
Allow unprotected transactions defines if replay-protected (i.e non
|
Allow unprotected transactions defines if replay-protected (i.e non
|
||||||
<<<<<<< HEAD
|
EIP155 signed) transactions can be executed on the state machine.
|
||||||
<<<<<<< HEAD
|
|
||||||
EIP155
|
|
||||||
=======
|
|
||||||
EIP155
|
|
||||||
>>>>>>> v0.20.0
|
|
||||||
=======
|
|
||||||
EIP155
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
|
|
||||||
signed) transactions can be executed on the state machine.
|
|
||||||
title: Params defines the EVM module parameters
|
title: Params defines the EVM module parameters
|
||||||
ethermint.evm.v1.QueryAccountResponse:
|
ethermint.evm.v1.QueryAccountResponse:
|
||||||
type: object
|
type: object
|
||||||
@ -14922,31 +14833,19 @@ definitions:
|
|||||||
title: >-
|
title: >-
|
||||||
Eip-4345 (bomb delay) switch block (nil = no fork, 0 = already
|
Eip-4345 (bomb delay) switch block (nil = no fork, 0 = already
|
||||||
activated)
|
activated)
|
||||||
<<<<<<< HEAD
|
|
||||||
<<<<<<< HEAD
|
|
||||||
merge_fork_block:
|
merge_fork_block:
|
||||||
type: string
|
type: string
|
||||||
title: >-
|
title: >-
|
||||||
EIP-3675 (TheMerge) switch block (nil = no fork, 0 = already
|
EIP-3675 (TheMerge) switch block (nil = no fork, 0 = already
|
||||||
in merge proceedings)
|
in merge proceedings)
|
||||||
=======
|
|
||||||
gray_glacier_block:
|
gray_glacier_block:
|
||||||
type: string
|
type: string
|
||||||
title: >-
|
title: >-
|
||||||
=======
|
|
||||||
gray_glacier_block:
|
|
||||||
type: string
|
|
||||||
title: >-
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
EIP-5133 (bomb delay) switch block (nil = no fork, 0 = already
|
EIP-5133 (bomb delay) switch block (nil = no fork, 0 = already
|
||||||
activated)
|
activated)
|
||||||
merge_netsplit_block:
|
merge_netsplit_block:
|
||||||
type: string
|
type: string
|
||||||
title: Virtual fork after The Merge to use as a network splitter
|
title: Virtual fork after The Merge to use as a network splitter
|
||||||
<<<<<<< HEAD
|
|
||||||
>>>>>>> v0.20.0
|
|
||||||
=======
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
description: >-
|
description: >-
|
||||||
ChainConfig defines the Ethereum ChainConfig parameters using
|
ChainConfig defines the Ethereum ChainConfig parameters using
|
||||||
*sdk.Int values
|
*sdk.Int values
|
||||||
@ -14956,17 +14855,7 @@ definitions:
|
|||||||
type: boolean
|
type: boolean
|
||||||
description: >-
|
description: >-
|
||||||
Allow unprotected transactions defines if replay-protected (i.e
|
Allow unprotected transactions defines if replay-protected (i.e
|
||||||
<<<<<<< HEAD
|
non EIP155 signed) transactions can be executed on the state machine.
|
||||||
<<<<<<< HEAD
|
|
||||||
non EIP155
|
|
||||||
=======
|
|
||||||
non EIP155
|
|
||||||
>>>>>>> v0.20.0
|
|
||||||
=======
|
|
||||||
non EIP155
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
|
|
||||||
signed) transactions can be executed on the state machine.
|
|
||||||
title: Params defines the EVM module parameters
|
title: Params defines the EVM module parameters
|
||||||
description: >-
|
description: >-
|
||||||
QueryParamsResponse defines the response type for querying x/evm
|
QueryParamsResponse defines the response type for querying x/evm
|
||||||
@ -15105,31 +14994,20 @@ definitions:
|
|||||||
title: >-
|
title: >-
|
||||||
Eip-4345 (bomb delay) switch block (nil = no fork, 0 = already
|
Eip-4345 (bomb delay) switch block (nil = no fork, 0 = already
|
||||||
activated)
|
activated)
|
||||||
<<<<<<< HEAD
|
|
||||||
<<<<<<< HEAD
|
|
||||||
merge_fork_block:
|
merge_fork_block:
|
||||||
type: string
|
type: string
|
||||||
title: >-
|
title: >-
|
||||||
EIP-3675 (TheMerge) switch block (nil = no fork, 0 = already in
|
EIP-3675 (TheMerge) switch block (nil = no fork, 0 = already in
|
||||||
merge proceedings)
|
merge proceedings)
|
||||||
=======
|
|
||||||
gray_glacier_block:
|
gray_glacier_block:
|
||||||
type: string
|
type: string
|
||||||
title: >-
|
title: >-
|
||||||
=======
|
|
||||||
gray_glacier_block:
|
|
||||||
type: string
|
|
||||||
title: >-
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
EIP-5133 (bomb delay) switch block (nil = no fork, 0 = already
|
EIP-5133 (bomb delay) switch block (nil = no fork, 0 = already
|
||||||
activated)
|
activated)
|
||||||
merge_netsplit_block:
|
merge_netsplit_block:
|
||||||
type: string
|
type: string
|
||||||
title: Virtual fork after The Merge to use as a network splitter
|
title: Virtual fork after The Merge to use as a network splitter
|
||||||
<<<<<<< HEAD
|
|
||||||
>>>>>>> v0.20.0
|
|
||||||
=======
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
description: >-
|
description: >-
|
||||||
ChainConfig defines the Ethereum ChainConfig parameters using *sdk.Int
|
ChainConfig defines the Ethereum ChainConfig parameters using *sdk.Int
|
||||||
values
|
values
|
||||||
@ -15480,8 +15358,6 @@ definitions:
|
|||||||
"@type": "type.googleapis.com/google.protobuf.Duration",
|
"@type": "type.googleapis.com/google.protobuf.Duration",
|
||||||
"value": "1.212s"
|
"value": "1.212s"
|
||||||
}
|
}
|
||||||
<<<<<<< HEAD
|
|
||||||
<<<<<<< HEAD
|
|
||||||
cosmos.auth.v1beta1.Params:
|
cosmos.auth.v1beta1.Params:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@ -21441,8 +21317,4 @@ definitions:
|
|||||||
including all blockchain data structures and the rules of the
|
including all blockchain data structures and the rules of the
|
||||||
application's
|
application's
|
||||||
|
|
||||||
state transition machine.
|
state transition machine.
|
||||||
=======
|
|
||||||
>>>>>>> v0.20.0
|
|
||||||
=======
|
|
||||||
>>>>>>> v0.21.0
|
|
@ -4,13 +4,6 @@
|
|||||||
cmd: 'laconicd',
|
cmd: 'laconicd',
|
||||||
'start-flags': '--trace',
|
'start-flags': '--trace',
|
||||||
config: {
|
config: {
|
||||||
<<<<<<< HEAD
|
|
||||||
consensus: {
|
|
||||||
// larger timeout for more stable mempool tests
|
|
||||||
timeout_commit: '2s',
|
|
||||||
},
|
|
||||||
=======
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
mempool: {
|
mempool: {
|
||||||
// use v1 mempool to enable tx prioritization
|
// use v1 mempool to enable tx prioritization
|
||||||
version: 'v1',
|
version: 'v1',
|
||||||
|
@ -92,12 +92,6 @@ def test_cosmovisor_upgrade(custom_ethermint: Ethermint):
|
|||||||
- check that queries on legacy blocks still works after upgrade.
|
- check that queries on legacy blocks still works after upgrade.
|
||||||
"""
|
"""
|
||||||
cli = custom_ethermint.cosmos_cli()
|
cli = custom_ethermint.cosmos_cli()
|
||||||
<<<<<<< HEAD
|
|
||||||
height = cli.block_height()
|
|
||||||
target_height = height + 10
|
|
||||||
print("upgrade height", target_height)
|
|
||||||
=======
|
|
||||||
>>>>>>> v0.21.0
|
|
||||||
|
|
||||||
w3 = custom_ethermint.w3
|
w3 = custom_ethermint.w3
|
||||||
contract, _ = deploy_contract(w3, CONTRACTS["TestERC20A"])
|
contract, _ = deploy_contract(w3, CONTRACTS["TestERC20A"])
|
||||||
|
@ -330,7 +330,9 @@ func New(l Logger, baseDir string, cfg Config) (*Network, error) {
|
|||||||
} else {
|
} else {
|
||||||
_, jsonRPCPort, err := server.FreeTCPAddr()
|
_, jsonRPCPort, err := server.FreeTCPAddr()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
// ignore semgrep: Missing mutex unlock before returning from a function.
|
||||||
|
// unlocking in cleanup func
|
||||||
|
return nil, err // nosemgrep
|
||||||
}
|
}
|
||||||
appCfg.JSONRPC.Address = fmt.Sprintf("127.0.0.1:%s", jsonRPCPort)
|
appCfg.JSONRPC.Address = fmt.Sprintf("127.0.0.1:%s", jsonRPCPort)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user